I am writing an app can load data from from web, then put the data in a grouped uitableview, where I put data in the first section, and meantime, I want to plot these data on a mapview in the second s
I have something like 30 annotations in my map and I want speed up the dropping animation. Is it possible spe开发者_StackOverflowed up the drop of annotation in MKMapView or drop all of them at once?
I have MAP view in my app and i want to add Annotation pin (Red pin) on center of map view. Now when user scroll map view pin should adjust with cent开发者_如何学运维er according to that.
I was wondering if its possible to get a place name, adress or something other than the coordinates of the user when using MKMapVie开发者_如何学JAVAw in xcode.
I have a item list table. When I select a row of my table, I show a view with more information and a map with the placemark.
I am working with a MKMapview and I am having a problem with the zoom level and the region span. It would seem when the MKMapView is refreshed it resets the region to the values that have been hardco
Would anyone know if it is possible to display a different map than the standard one on mapKit (like climates for instance) ? Can we do that with pictures and overlays ? Do you know where I could get
I am using the following code (based on the Apple WWDC 2010 TileMap example) to load an UIMapView with a MKOverlay image (this could is in the viewDidLoad method):
What event is fired when the MKMAPVIEW changes extent (zooms in or out, panning)? I need to get the coordinates that are used to d开发者_如何学Pythonisplay the map.You should adopt the MKMapViewDeleg
I have a simple 1 screen app, with 1 View.. the view contains a button, an textbox and a button across the top