PokemonMapWalker
PokemonMapWalker copied to clipboard
Add Feature: Jump to Location
Add Feature
- Jump to Location (Press Cmd + G to activate)
Bug Fix
- Apply default location when GPS failed
Question:
- What can the users do with dropped pins?
- In what situations do we need to manually update locations?
Style Suggestions:
- Change "JumpLocationViewController" to "JumpToLocationViewController"
- Change "JumpLocationDelegate" to "JumpToLocationViewControllerDelegate" or "JumpToLocationReceiver"
- Add a "delegate" or "receiver" property to JumpToLocationViewController to make it call the methods to receiver directly, and move the code in AppDelegate to JumpToLocationViewController as much as possible.
- change the name all button click handler method to "onXxxxxClicked"