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

Consider using Flyover Maps #223

Closed jwarhurst closed 8 years ago

jwarhurst commented 8 years ago

The MKMapTypeSatellite map type has basically been abandoned by Apple and has low quality and old imagery. In fact in iOS 9 Apple only uses MKMapTypeStandard /MKMapTypeSatelliteFlyover/MKMapTypeHybridFlyover in their Apple Maps app.

I'd suggest using these map types if user is iOS 9 or above.

istornz commented 8 years ago

Now added. I close. Thanks for your suggestion !