I am new to iphone development. In my application, I have address for a location in group ta开发者_如何学JAVAble cell, when i click the address text in group table cell. The pin should be dropped in d
I m using MkMapView with google maps.I succeed to show map view and address with annotation pin.But I want increased zoom level.How Can I Set it programmatically????
By overriding the drawrect of my MkAnnotationViews, I am displaying paths using CoreGraphics. T开发者_运维问答he problem I have is when I zoom in pretty close and scroll the map view, the paths drawn
I have a detail view that includes three UIButtons, each of which pushes a different view on to the stack. One of the buttons is connected to a MKMapView. When that button is pushed I nee开发者_开发百
Whenever the user scrolls map or zooms in/out, this method gets called instantaneously. I want to delay the call to this method by say 2 secs. Is it pos开发者_开发技巧sible to do that?You could implem
I have a UITableView (on a navigation controller stack) which is showing details for a custom model object. The object has an array property to hold child objects which each have a latitude and longit
I have a MKMapView (also a UIPopoverControllerDelegate) with Annotations.This MapView has, in the MKTestMapView.h file, a UIPopoverController* popoverController defined in the @interface and a @proper
I\'m using following conditions in-order to make sure that the location i get has adequate accuracy, In my case kCLLocationAccuracyBest. But the problem is that i still get inaccurate location.
If i want to show userLocation on the map, and at the same time record the user\'s location, is it a good idea to add an observer to userLocation.location and record the locations, OR should i still u
In my viewForAnnotation delegate, I create a MKAnnotationView with leftCalloutaccessory as a info button. When the info button is tapped, I want to replace it with a UIActivityIndicator. So in the cal