PokemonMapWalker icon indicating copy to clipboard operation
PokemonMapWalker copied to clipboard

Add Feature: Jump to Location

Open j796160836 opened this issue 9 years ago • 1 comments

Add Feature

  • Jump to Location (Press Cmd + G to activate)

Bug Fix

  • Apply default location when GPS failed

j796160836 avatar Aug 11 '16 10:08 j796160836

Question:

  1. What can the users do with dropped pins?
  2. In what situations do we need to manually update locations?

Style Suggestions:

  1. Change "JumpLocationViewController" to "JumpToLocationViewController"
  2. Change "JumpLocationDelegate" to "JumpToLocationViewControllerDelegate" or "JumpToLocationReceiver"
  3. 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.
  4. change the name all button click handler method to "onXxxxxClicked"

wangpy avatar Aug 14 '16 12:08 wangpy