iphone - Is MKMapView used in Apple Map? -


i used mkmapview in app show current user location. after done app, want check whether map show right location, compared map in app , apple maps app. , realized they're different.

the question apple maps use mkmapview class? if not can make map that. have problem app can't use google map.

yes. apple maps.app uses mkmapview. mkmapview has options change visualisation mode. has 3 options:

[<mapview> setmaptype:mkmaptypestandard]; [<mapview> setmaptype:mkmaptypesatellite]; [<mapview> setmaptype:mkmaptypehybrid]; 

i not sure difference in app map , apple maps map, it.

good luck.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -