im trying to create a show on map section 开发者_运维知识库in my app, but for some reason the annotations will not place correctly
I try to use MapKit.h and get stuck in my very first lines of code. My interface looks like this: #import <UIKit/UIKit.h>
I am writing a test application with an MKMapView that appears when the application starts, right at the start I want to initialise the mapView to be more appropriate to where the user is so I am usin
ok im trying to deal with something strange and i don\'t know if its just me im trying to use CLLocationCoordinate2D newCoord = CLLocationCoordinate2DMake(54.607313, -1.292585);
Whenever the user zoom in or out the map i need to know how many meters are currently represented on the map (width or height).
I have a MKMapView with some custom annotations that don\'t look that great when the map is zoom far out.
I have 3 MKPolyLine that is drawn on the MKMapView. How do I zoom to the best maximum possible showing those three routes?
I am developing an application in iphone wh开发者_如何学编程ich deals with maps. I have many annotations. I need different images to be loaded in the callout(left accessory view) for each of these ann
I am looking for a way to draw text on a MKMapView.The text is needed to label some buildings on our campus, which I have already marked with a MKPolygon, but I would also like to add a text label.
I am trying to learn MapKit and am now trying to add an image as an overlay to the map view. I can\'t seem to find any sample code to help explain how to do this.