I\'m loading data from an array and dropping pins for entries with a specified location. I\'m doing this in my viewWillAppear method.
I have开发者_运维知识库 the problem depicted in the image when testing my app on a real device (iPhone 3G, 3.1.3).
I have created a custom MKAnnotationView for User Location: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id <MKAnnotation>)annotation
Hi am trying to create a draggable pin , but it not moving when i try to move the pin only the map moves around and the pin stays at the smae position what m i doing wrong.
- (void) setTheMap { myMap.mapType = MKMapTypeStandard; [myMap setDelegate:self]; CLLocationCoordinate2D coord = {latitude:myValue, longitude:myValue };
I know how to convert MySQL geometry from binary to text and then transfer/convert it for use in MapKit. However, this seems unnecessarily inefficient. I\'m looking for a way to transport the binary s
Hey, I am having problems accessing a variable within a custom annotation class I defined. Here is the relevant code:
I\'m trying to trace a route on a MKMapView using overlays (MKOverlay). However, depending on the current speed, I want to do something like the Nike app with a gradient while tracing the route, if th
Help needed now. I can draw lines with MKPolyline and MKPolylineView, but ho开发者_如何学编程w to draw an arc or curve lines between two coordinates on the MKMapView?
In my app I have a rare bug that stops showing the userlocation.If I tone the app down and just have the map, and set everything up in the viewDidLoad, and at the end do the typical: