I am developing an iPhone application in which I need to show an image at a specific Latitude & Longitude on a Map. The requirement is - Even if the user zooms in or out on this map screen, the ma
To move custom annotations in my MKMapView class, I remove all annotations first and add them (which are placed in new locations) again every second. It was perfectly working on iOS 3 but 开发者_高级运
I\'m practicing drawing polyline on the Map. I\'ve adopted Sample code from download here. Here is the part that I开发者_如何学JAVA got memory warning when I do build->Analysis
I need some code which can be used outside of the mk* functions. I need to run my custom function to bring the FIRST and LAST markers in an array to the开发者_C百科 front. (so on top of all the other
I just received the following message when submitting to the app store: In addition, the application displays
Anyone know whether (and if so, how) we can create the half-turned page effect Google Maps on the iPad uses to show the options to change the Map type?..
I have lat lon coordinates stored in a database table and I want to have them displayed in a mapview like this:
I want to place \"pins\" on my map. I\'ve got the one for the user\'s location. Now I\'m downloading a feed of locations from the internet. For each one I receive a latitude and longitude.
I have a MKMapView with several annotations. These annotations differ from varios location all over Sweden. What I want to do is to zoom the map so all annotations show.
I have this code to set the map at the user\'s location: MKCoordinateSpan span; span.latitudeDelta=0.2;