istornz / iPokeGo

A native iOS client to map the Pokemon around you!
https://github.com/RocketMap/RocketMap
MIT License
642 stars 168 forks source link

Refactor & Pokestop optimalisation #99

Closed markvl91 closed 8 years ago

markvl91 commented 8 years ago

Refactored loadData to make it clearer to see what's going on. Refactored set new scanner location into new method to avoid duplicate dropPin code. Refactored Pokemon Annotation to handle it's own deserialization from JSON in order to more properly split logic.

Also, pokestops are now added on a different thread to not lock up the UI.

istornz commented 8 years ago

Plz make an another PR because of merge conflicts