I am working app which need to find nearby distributors of particular product.As of now I have current locations latitude and longitude. Besides that I also have list of all product distributors with
I am testing an iPhone app that include mapkit. I have changed the map view t开发者_如何学JAVAype from \'hybrid\' to \'map\'. It works fine in the simulator but when I test on device the iPhone ignore
how I can center the MapKitVi开发者_运维技巧ew with coordinate in iOS 3.1.3. With iOS 4.* I use this code but it fail with iOs 3.1.3
I\'m writing an app where I want the user to be able to get directions. I know about the google API, and I have that implemented, but I was wondering about ways开发者_StackOverflow社区 to jump directl
is there a way to draw a shape or contour, overlaid on a map kit view, making sure it\'s bound to it so wh开发者_开发问答en the map kit view moves or re-scales it adjusts accordingly?Have look at the
I\'ve got a mapView which zooms to the current location using viewDidLoad : #define METERS_PER_MILE 1609.344
I am converting an example from Objective-C to c# and it used MKCoordinateRegionForMapRect. I am not able to find the equ开发者_高级运维ivilent in MonoTouch. Can someone help? The pinvoke for this fun
I have one task to develop application with map-kit. I am getting multiple pins from server and one pin i have to drop from user current location. This user current location pin should be green &
I am very new to MapKit so forgive me if I do not make sense when I am asking questions. I would like to replicate the default Map application that comes on the iPhone and iPod Touch. There is this fe
So I am trying to get the zip code for a particular location with the MapKit Framework by following this tutorial. http://www.icodeblog.com/2009/12/22/introduction-to-mapkit-in-iphone-os-3-0-part-2/