¡@

Home 

2014/10/15 ¤U¤È 10:11:19

iphone Programming Glossary: marble

HowTo initialise MKMapView with a given user location?

http://stackoverflow.com/questions/1437568/howto-initialise-mkmapview-with-a-given-user-location

view along with a view span and region so it zooms and centers to the right place. Now here's the tricky part the blue marble 'throbber' is a feature of the mapview tracking user location. You'll have to momentarily 'fake it' until the real one kicks.. use a separate marker for the current location and maintain its position yourself . Personally I'd go with the blue marble that the user is familiar with. To make it so it shows right at startup you will need to create a custom MKAnnotationView.. with. To make it so it shows right at startup you will need to create a custom MKAnnotationView with just the blue marble graphic added at the location returned by the location manager. This means taking a snapshot of a Mapview with the location..