Tagged Questions
The iphone-maps tag has no wiki summary.
3
votes
1answer
148 views
How to add an annotation to MKMapView using an MKPointAnnotation?
I am trying to figure out how to add an instance of MKAnnotation to a MKMapView. I can't figure out what I am doing wrong...everything seems to go fine until I actually try and add the annotation to ...
3
votes
1answer
2k views
To draw polygon on google map with MapKit framework
I wanted to display Google map in a map view on which I want to draw a polygon/circle.
Can any body help me out in this?
Thanks in advance
2
votes
0answers
252 views
Getting current location of map on touch in iphone mkmapview
How can I get the location coordinates in mkmapview according to user touching a location on the map on their iphone?
2
votes
1answer
210 views
Adjust call out size on map view with respect to device orientation iPhone
In my iPhone app I have feature of map call out view on Map and my application has orientation support. Now in case of orientation change my map view does not re-sizes call out view. Please let me ...
2
votes
2answers
354 views
What are the restrictions on MAP use with the iPhone 3.0 SDK?
I am the owner of a project that uses open source maps for an iPhone 2.0 app. My team and I are debating whether to upgrade to the iPhone 3.0 expose Map APIs, but I suspect that Google and Apple have ...
1
vote
1answer
253 views
iOS maps GPS location implementing blue-ball location and arrow sign on the map
1.) I need to have a blue ball circle/location dot on a map as shown below.
What is it called?
How can I implement it?
2.) How do I get the arrow on the pop-up screen as below?
0
votes
2answers
52 views
MKMapView annotation click event
Hi I am very new to iPhone development. When I click on the pin, annotation view is opened with detailed disclosure button .
When I touch detailed disclosure button next view is called,I need same ...
0
votes
1answer
259 views
Loading current geolocation on UIWebView
Is there a way where I can get the current geographic location of the user (In my case, Bengluru, India), so that I can call Google Static Map API and load the static map image on the UIWebView of the ...
0
votes
0answers
76 views
Memory Problem while loading thousands of custom annotations on the map + iphone sdk
I am developing a IPhone app based on the map.
I need to load thousands of the custom annotations on the map.
When the annotation are loaded the app become slow and within 2-3 minutes it crashes.
I ...
0
votes
0answers
33 views
iphone map shortcuts
If I have a location I wish to go to from my current location, on the iphone map I will enter the target location, tap on the arrow at the bottom left of the map screen (which shows my location), tap ...
0
votes
1answer
287 views
MKMapView multiple annotation call out buttons to detail view
I am developing an app for local search like Restaurants etc., by making use of this app http://www.totagogo.com/2011/02/08/google-local-search-ios-code/ and I am struct to apply buttons to call out ...
0
votes
2answers
207 views
Warning in Custom Map Annotations iPhone
I am using a custom map annotation class for map view in iPhone. Whenever I pop my map view from navigation bar stack I usually see some warnings in console.
MapAnnotation was deallocated while key ...
0
votes
1answer
814 views
Get the Zip Code of the Current Location - iPhone SDK
How to get the zip code of the current location using mapkit, i didn't find any API's for getting this in document. i used coordinate,attitue,horizontal,vertical,course and speed parameters of ...
0
votes
1answer
194 views
iPhone - Center Map until it gets full accuracy
I'm making an app and when opening it I start getting userlocation and centering the map to the user location:
locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
...
0
votes
1answer
262 views
MKMapKit UILabel as an annoation
I thought this would be something that's fairly common - but cant find it anywhere.
I know how to put images on a map. I use CSMapAnnotation found here http://spitzkoff.com/craig/?p=81.
I've pretty ...
0
votes
1answer
120 views
iPhone Map Region Weirdness
The attached image is what happens sometimes when I try to size a MKMapView to fit one or more placemarks. It's intermittent, but the display is always in exactly the same position.
Here is the ...