This is my -mapView:viewForAnnotation method 开发者_如何学Gowhich drops pins when i create annotation views. But when i set mapView.showsUserLocation = YES; in -viewDidLoad, i get a pin dropped on Inf
I\'m having an issue with a MKMapView, hope someone can help me. I have a view that embed a MKMapView and a navigationController. I push in my navigationController another viewController then another
I am using a MKMapview to display a map in my native iPhone application and I add two markers to the map v开发者_运维问答iew. On clicking the annotation marker I want a phone number to be displayed an
I finally managed to put together a custom callout UIView that gets shown when a MKAnnotationView is tapped.I did this by overriding
Is there a way to add a location from开发者_如何学编程 an MKMapView in my application to the built-in Google Maps app?
In my iphone application i am using MKMapView to display any region(i.e Australia) and it is working fine using coordinates(latitude and longitude).But i want to display the region based on the string
the que开发者_开发百科stion is - is there a way to limit maximum zoom level for MKMapView? Or is there a way to track when user zooms to the level where there\'s no map image available?If you\'re work
I\'m trying to find a way to search for a business, such as \"grocery stores\" and display them on a google map around the users current location.This used to be pretty simple with the old URL style o
I\'m attempting to draw polygons on a mapView. What I did was to add a transparent view on the main view, that matches the bounds of the mapView, and I draw over it. When I move the table it\'s ok, bu
I am using an MKMapView containing a couple of MKAnnotation pins. Above the map I am showing a UITableView with detailed information of t开发者_运维百科he MKAnnotation pins.