Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
324 views

MKMapView -> to UIImage -> to NSData

for a MKMapView : UIView how could i convert the content of the mkmapview to a uiimage? although from the mkmapview the end goal (or primary main objective, if you know what i mean) is a NSData var ...
3
votes
2answers
275 views

Change Custom annotation Label without removing it from Map in iPhone

I am diplaying a Custom annotation in the center of the map. Which continues need to update its label how far is it from the center of the map. P.S. Center of the map means the centre of the visible ...
1
vote
3answers
32 views

How to add multiple Pin point annotations to a Map

My scenario; One hospital has many doctors. I need to show this on the webview. I will place an annotation pin on the hospital. and when the user clicks on it, the popup with all the doctors who are ...
1
vote
1answer
26 views

Use custom map image in UIMapView

I wanna accomplish the following, i wanna display a static map image that i have on UIMapView to use the benefits of the zooming and annotation, i've search very hard and i came up with these ...
1
vote
1answer
165 views

MKReverseGeocoder updating text field

I have the same solution like in Uber app. I want to locate myself (this is simple) and put some pin on the center of screen. When I scroll map, red pin stays in center of screen, and in text field is ...
0
votes
1answer
34 views

How to Implement Radar View for Locations on Map?

I used several applications that are providing "radar view" for listing locations on map. I have been searching for examples or guidelines but I probably choose wrong keywords, I'm not sure why, I had ...
0
votes
1answer
50 views

Flip mapView when button Pressed in iphone?

I have a mapview, and i want to display another view with flip of mapview like tabbarcontrollers flip when button pressed. Button is placed below the mapview(this occupies only 80% remaining ...
0
votes
1answer
62 views

Map view touch event handling

I am using map view in my iOS app. After the user scrolls the map and lifts his finger I need to send web service request to get new data and then I want to plot that lat longs. Here I want to detect ...
0
votes
1answer
84 views

Drop pin and pin color failed in UIMapView

I am having a little bit problem on the MapView. First of all, no matter how i set the color of the pin, it remains red. Secondly, there is no animation of drop pin, the pin just appear together ...
0
votes
2answers
140 views

Possible memory leak

I know this is a very stupid question to ask but i have a view controller which has a mapview in it and some uibuttons i have done every thng to eliminate all the leaks bt still after 2-3 toggle ...
0
votes
1answer
86 views

Why do I get extra location coordinate points when my iPhone app first launches?

I am working an iPhone app which is using CLLocationManager. When a user goes for a run, it shows the run path on a mapView. I am drawing the running path on mapView using following code: double ...
0
votes
1answer
51 views

Put a phone number in annotation view in mapkit

I want to put phone number in third line in annotation view at that press i want to call that number. any suggestion or any tutorial....
0
votes
0answers
216 views

How to center a UIMapView in the middle of a MKOverlay

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): NSString *tileDirectory = ...
0
votes
1answer
119 views

UIMapView iPad - Address look up

Our app has addresses like "123 Main St, Perth, Wa, 6554, Australia" We need to display a map with that address. Is there a way to get the UIMap view to lookup the address and display? Normally we'd ...
0
votes
1answer
130 views

mapView setRegion not being called from function

My header file: @interface MapViewController : UIViewController <MKMapViewDelegate, NSFetchedResultsControllerDelegate> { MKMapView *mapView; NSFetchedResultsController ...
0
votes
1answer
52 views

MapView with iframe code

Can anyone guide how to display map on MapView with iframe code. I try to search in google and this site and there still no guide for me. My app is get iframe from server and need to show map into ...
0
votes
2answers
103 views

How to cache a specific portion of a UIMapView

I'd like to have the imagery of a UIMapView for a whole city cached and shipped with my app to have the user actually see a map when they are offline. Is there a way to do this? Cheers!
0
votes
0answers
102 views

iPhone/iPad UIMapView causing crashes — But only in Germany?

I have 2 apps that use UIMapView to display map pin data, simple stuff really. Thousands of installs. But in the last 2 weeks suddenly I am getting crash reports for users when they go to the view ...