I have a mapView with custom a开发者_Go百科nnotations and just ran into a problem on a beta tester\'s iPhone. The mapView won\'t let the user move to any location.. as soon as you try to move, it snap
When I start my application fresh, or resume after a long time, MKMapView\'s notion of the userLocation is wrong and shows me in the middle of the sea.
Each cell of my UITableView has to display a small MKMapView with an annotation inside. I managed to do this by creating my custom Cell and configuring its MKMapView in the cellForRowAtIndexPath metho
I know that both of these two functions work with multiple points on my map view - I can either loop through a set of pins and do an addAnnotation:pin on each one, or I can set up an array and use the
I have used a gesture recognizer and the boundingRect for a given overlay to determine when a user taps on it. However I would now like to make a callout appear over开发者_Go百科 the overlay region th
Is there a way to make the map somewhat transparent but keep all the added overlays opaque? Adjusting the alpha for the map will of course set it for th开发者_高级运维e overlays as well.You would have
Has anyone come across this error (see below). It happens when i drag a pin within a MKMapView and then drop it... when dropped the app crashes. My implementation of MKAnnotation does have a getter/se
Can anybody tell me that how can I get latitude and longitude of a location wh开发者_运维百科en clicking on map?You could try changing this to suite your needs:
I\'m working on an iPad application and I have a full screen MKMapView with a transparent UIScrollView (about 1/5 of the screen) on top of it. I\'m adding annotations (map pins) to the map as you hori
This is karthik. I am developing an app using mapview in iphone. I have to use two different pins to show user locations. That two users are different type . One user is belong to some category and an