Ok, so I\'ve seen some similar questions to this, but can\'t seem to find any that really answer the question so here goes.
I have a map view with pins that when the user selects a pin it goes to a detail screen for that pin. I also have a table view that when the user selects an item it goes to the same type detail view.
I\'m using MapKit on iPhone. How can I know when the user changes the zoom level (zoom in\\out the map)?
I have an object that is interested in knowing when the region of a MKMapView is changed.This object is not the delegate of the map view, however.I\'m trying the following, where map is a MKMapView:
This question already has an answer here: /SourceCache/GoogleMobileMaps/GoogleMobileMaps-217.2/googlenav/mac/Loader.mm:194 Incorrect protocol version. We got 15393, but were expecting 14
I\'m trying to calculate if a specific annotation(like the blue circle of the user location) or a MKPinAnnotation is inside an MKPolygon layer on the mapview.
I am working on an iPhone / iPad app that is using semi-transparant tiled map overlays via MKMapView and MKOverlay.
I am adding a custom annotation instead of the pin annotation. Basically, I draw a circle in these annotations and add them to the map.
Ey there, so as the title says, I am having a tough time adding an MKPolygon as an overlay to an MKMapView. Here is the relevant code:
I am learnin开发者_Python百科g maps in iphopne i have read a tutorial and successfully added a pin to a specific location ....