mkmapview
MapKit mapView:viewForAnnotation has no effect on pin color
I can\'t seem to change the pin color. I have my view controller extend <MKMapViewDelegate> and implement mapView:viewForAnnotationI\'m close but must be missing something.any help would be app[详细]
2023-04-13 06:00 分类:问答does the MKMapview.userLocation update when running background?
I have set the \"Required background modes\" key to \"App registers for location updates\". this allowstracking the user’s location in the background. but when i get gps information from the mkmapvi开[详细]
2023-04-12 13:22 分类:问答MKMapView setCenterCoordinate adding jitter in Southern Hempisphere
I\'m centering the MKMapView every second with GPS data we get from an Accessory. [_mapView setCenterCoordinate:CLLocationCoordinate2DMake(location.latitude, location.longitude) animated:YES];[详细]
2023-04-12 08:31 分类:问答MKAnnotation vs MKOverlay; centering crosshairs
Newbie best practices question here; I\'ll write the code if someone can give me a开发者_StackOverflow社区 gentle push in the right direction...[详细]
2023-04-12 04:32 分类:问答Why do I get extra location coordinate points when my iPhone app first launches?
I am working an iPhone app which is using CLLocationManager. When a user goes for a run, it shows the run path on a mapView. I am drawing the running path on mapView using following code:[详细]
2023-04-12 02:54 分类:问答MKMapView: Follow Current Location with current zoom level
I have a method that works to move the the map so that it follows the current user location.This works fine, but currently the zoom scale doesn\'t work how I want.I would like the user to be able to z[详细]
2023-04-12 01:13 分类:问答MKMapView Popup Bubble: show new xib on click
How do I load a new xib when my user taps on the popup bubble on an MkMapView? I\'ve tried scouring the interne开发者_JAVA百科t, but can\'t find a solution to this problem.[详细]
2023-04-11 20:00 分类:问答MKMapView hides all controls on the view
I have added UIButton, UITextField and MKMapView in UIViewController. I bind all co开发者_JS百科ntrols to properties. But when I run application there is no button and textField, only map. I have navi[详细]
2023-04-11 15:23 分类:问答Can't call "MapAnnotation" When Trying To Code Pin Locations
I can\'t call the class \"MapAnnotation\" on XCode 4. I\'m working on coding that will allow me to place pins in an MKMapView. I believe I\'ve imported the right delegates. Here\'s what I\'ve got:[详细]
2023-04-11 07:27 分类:问答continuous/repeating MKMapView
I\'m looking for a MKMapView which can be scrolled continuously in any direction and repeats itself. It has to be a MKMapView/subclass and not a custom Map-Framework like route-me.[详细]
2023-04-11 01:10 分类:问答