0
votes
2answers
29 views

A MKMapView delegate calling issue

I am facing an issue about MKMapView delegate. In iOS5, When I clicked a Pin on the mapview, thedidSelectAnnotationView: delegate will be called first, and the next is viewForAnnotation: delegate ...
0
votes
2answers
60 views

How to know whether MKMapView visibleMapRect contains a Coordinate?

If I have a MKMapView and a CLLocationCoordinate2D how do you test whether the map's visible area contains the coordinate?
0
votes
0answers
55 views

MKUserTrackingBarButtonItem custom action inconsistent behaviour between iPhone and iPad

I'm having an issue setting a custom action on MKUserTrackingBarButtonItem, my method is never called on the iPad, yet it is on the iPhone. This occurs on both the Simulator and the device. I have ...
-1
votes
1answer
32 views

how to convert MKMapPoint to CGPoint

Can any one explain how to convert MKMapPoint to CGPoint ? I need to draw path using latitude and longitude on a UIView.
1
vote
0answers
53 views

MKMapView userLocation return coordinates 0.0;0.0 on app's first launch

I'm currently developing an app that have use an MKMapView control. It is suppose to show the user's location via the blue dot (like the Maps application), but when the app is first installed on the ...
0
votes
1answer
106 views

custom callout in Mkmapview in ios

I have to display custom view on annotation click in ios, I have to display 7 images, name and detail disclosure button in custom view. On click of detail disclosure button , i have to call new view ...
0
votes
1answer
91 views

MKMapView detect when click in annotation balloon

There is any way to detect the click in the annotation balloon? I wanted that when user do click in a annotation, it will show some information and if the user want to see all the inforation he should ...
1
vote
0answers
40 views

track my location in every 5 minutes without touching

i am new iPhone developer. can i track my current location in every 5 minutes without touching ?? thanks in advance and sorry for my bad english.
0
votes
1answer
27 views

User location not showing in map

I need to diaplay user current location in map with blue dot circle. I used CLLocationManager. But mapview only displayed. I sent custom lat,long. But this lat,long can't displayed in map. Code: - ...
1
vote
1answer
488 views

Use GOOGLE maps in iOS supporting iOS 6 and also iOS 5

I am in a need of having maps support for an app, but the concern is prior to ios 6 the iOS mapKit uses the google maps which is rich in content, but in iOS 6 its using its own maps which is not that ...
0
votes
1answer
21 views

When using MapKit, are MKAnnotations the model of MVC paradigm?

When using MapKit, are MKAnnotations the model of MVC paradigm? I mean, let's say I have locations (for instance, cinemas) and those can be shown using a map and a list (table view). What is the ...
0
votes
0answers
46 views

How do you show three sets of data as three different colored pins on a MapKit map

I have parsed three sets of data and wish to show them as pins on a mapkit view. I can annotate the map with one color of pins (default) but don't seem to be able to change this default. Here is my ...
1
vote
1answer
75 views

Zoom in further than google map max zoom.

Im making a MKMapView with an overlay and im not really using the map for anything else than the coordinates so dont need to see the roads or what not. The problem that im running into is that my ...
4
votes
2answers
173 views

MKMapView not appearing when Autolayout is disabled

I am using storyboard for my map application. MKMapview does not appear when Autolayout is disabled.Enabling Autolayout crashes my app in iPad(ios5).Any help will be appreciated. Regards
0
votes
2answers
271 views

Capture MKMapView screenshot different in iOS 5 and iOS 6?

I would like to get screenshot of mapview. So i used following code. This code works perfectly in ipad and simulator but not on ipod. The iPad has iOS 6.0 and my xcode is 4.2.1 and the iPod has iOS ...
4
votes
3answers
324 views

ViewForAnnotation work in iPad 6.0 simulator but doesn't work in iPad 5.1 simulator

I started to build an app with iOS6 that worked great, but then for reasons of force grater, I had to switch to IOS5. However, there is a map that keeps giving me problems. This map has many types of ...
1
vote
3answers
134 views

Trying to simulate a route in MapView

I have an array of CLLocation objects I parsed from a file. I'd want to simulate that the user is moving along that route, and I have implemented this: for (CLLocation *loc in simulatedLocs) { ...
0
votes
2answers
236 views

Reliably selecting an annotion in MKMapView on start (in both ios 6 and ios 5.1)?

From a detail view of an event I want to go to a MapViewController, zoom in to the annotation, and open it's callout. Here is some of the relevant code: @interface MapViewController : ...
1
vote
0answers
138 views

User location appearing when setshowsuserlocation = NO

I created a custom view for user location using : -(MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:(id <MKAnnotation>)annotation { if([annotation class]==[MKUserLocation class]) ...
0
votes
1answer
59 views

How do I know which callout has been clicked?

I'm having alot of trouble trying to identify which callout bubble has been clicked. Is there a way of identifying the callout bubbles some how as I've tried a number of examples on here but because ...
1
vote
1answer
421 views

How to match ios5 max zoomlevel MKMapView in ios6

It seems that the max zoomlevel (where you see max details) is different on iOS 6; I am not able to get as close to the surface as in iOS 5. Does anybody know a way to match the max zoomlevel of iOS ...
3
votes
5answers
1k views

Disable double tap zoom in MKMapView (iOS 6)

in ios 5 i was able to disable the double tap zoom by just overriding it with a new double tap gesture. But it seems that the double tap gesture is no longer in the gesturerecognizer array that comes ...
-1
votes
1answer
92 views

Draw the perimeter MapView ios

I'm trying to implement something like that. I will draw locations on the map, and will give the user the option to mark the area he wants to list the points only inside where he designed. It would ...
0
votes
1answer
320 views

How to show a route on google maps on iPhone from current location to a pinpoint coming from webservices?

In my iPhone application, I have some pins coming from web services. I need to show route from current location to a particular pin. I have managed to show current location. Now I am not so sure how ...
0
votes
2answers
679 views

MKMapView: Pins Color Change When User Current Location is Shown

I have custom pin images for different locations, i can show all the different pin at the same time. But Proble is, when i show Current Location of the User, All the Pins color change. here is the ...
1
vote
2answers
256 views

Zoom MKMapView to CLRegion

I am getting a CLPlacemark using the CLGeocoder on iOS5. Now I would like to take the region (CLRegion object) of a placemark and have my MKMapView zoom to that region, how on earth is this possible? ...
0
votes
1answer
271 views

How do I make a different left accessory image for each annotation appear?

I'm stuck here and I thought I'd ask if anyone can help me with this as I'm getting ready to tear my hair out. I'm using the following tutorial/guide below and got as far the end and it works great ...
0
votes
1answer
126 views

ViewController containing UIView which is a MKMapView

I have a view controller and I want part of it to be a UIView which I would put custom UIViews that I've created in and change them throughout the run of the app. I have my view controller and in the ...
2
votes
1answer
238 views

MKAnnotation not responding on tap

I am displaying several pins on map just like this: for (int i = 0; i < points.count; i++) { if([[[points objectAtIndex:i] objectForKey:@"lat"] class] != [NSNull class]) { ...
0
votes
0answers
82 views

When i remove a mkpolygon overlay it “lags” sometimes

Im using mkpolygon overlay to draw on the mapview. Sometimes when i remove a mkpolygon it stays there untill i zoom in or out. Also when im randomely moving around my mapview i can see old overlays ...
0
votes
2answers
822 views

SetUserTrackingMode not working

I am programming a map app on iPhone and want the map to rotate as the user changes his direction. I have read most of the posts on stackoverflow. Most of them suggest the use of setUserTrackingMode ...
1
vote
0answers
239 views

Loading MKMapview in background to avoid delay issues

I'm building an iPhone app (in iOS 5) with several different views, one of which contains a map (also has separate view controller). The first time I go over to this view, it takes a while for it to ...
1
vote
1answer
144 views

How to restrict map zoom leave to city level using MKMapView in iphone sdk

can any one help, how can we restrict map view zoom level to city leavel(user need not enter to the street level while zooming the mapview) .. here is following code m using to set the zoom level... ...
0
votes
0answers
80 views

Show 750+ images on annotation bubbles dynamically

I want to display more than 750+ images on annotation bubbles(small in size).All images are coming from flickr & picasa.When i click on particular annotation then only webservice should call for ...
0
votes
2answers
457 views

in mkmapview didSelectAnnotationView use can only touch a custom marker once, how to clear

I have custom markers in a map view. When the user touches one the app moves to another page. If the user returns to the map and touches the same item again - (void)mapView:(MKMapView *)mapView ...
0
votes
1answer
358 views

MKPointAnnotation: title always visible. Is it possible?

My code for adding a marker and title is this: MKPointAnnotation *annotationPoint = [[MKPointAnnotation alloc] init]; annotationPoint.coordinate = coord; annotationPoint.title = currentTitle; ...
0
votes
0answers
143 views

Intersection of Inner Polygons of MKPolygon being colored - iOS

I am trying to create a fog of war style map where areas I have visited are uncovered and the rest of the map is "hidden". I am using a MKPolygonOverlay that covers the whole map and create inner ...
0
votes
2answers
173 views

Tapping on Buttons over MapView is zooming the Map..?

I have a MapView, Over which i have added a UIView (0, 216, 320, 200) contain 10 UIButtons. This UIView is to work like a menu, and Shows and Hides on a certain button action. The problem here is, ...
0
votes
1answer
81 views

The rightCalloutAccessory button is not shown

I try to manage annotations, and to display an info button on the right of the view when a PIN get selected, my relevant code is this: - (MKAnnotationView *)mapView:(MKMapView *)map ...
0
votes
1answer
187 views

Can anyone explain these inaccuracies with MKMapView::mapRectThatFits

I am getting strange inaccuracies when using MKMapView::mapRectThatFits. If I pass in an MKMapRect that is wider than it is higher I would expect mapRectThatFits to return a new MapRect with the same ...
1
vote
1answer
70 views

iOS MKMapKit init with location that is not user location

I know this is probably something simple but I can't seem to find anything on this through the internet: All I want to do is load a map with some latitude and longitude coordinates. If someone could ...
0
votes
0answers
142 views

Toggle between KML files on a MKMapView

I have been working through the Apple IOS example of Displaying KML files on a MKMapView. My problem is adding a second overlay and removing the first. I understand downloading the KML file and ...
1
vote
1answer
598 views

rotating MKMapView

I have a working app with an MKMapView showing user location. So far, so good: - (void)viewDidLoad { ... [myMapView setAutoresizingMask:UIViewAutoresizingFlexibleWidth]; [myMapView ...
0
votes
0answers
118 views

MKCircle Filled and Slightly Transparent

I would like to draw a MKCircle (or equivalent) on an MKMapView within my iOS 5 based app. However, I would like the circle to be filled with a solid colour and slightly transparent (i.e. see ...
0
votes
2answers
2k views

Force MKMapView viewForAnnotation to update

So I have a MKMapView with all my pins added, and the colour of the pin is dependant on weather a value is set for that pin. When I first load the app, viewForAnnotation is called and the colours are ...
1
vote
1answer
594 views

Show circle around selected location

As we have seen there is a circle around current location in iOS mkmapview. Is there any way to draw a similar circle in mkmapview for location other then current location?
0
votes
0answers
693 views

Adding Pins To A MKMapView

I feel like I'm so close--- any help would be greatly appreciated! I have a storyboard view controller with an mkmapview in it. I've followed this tutorial (as best I can, adapting it to storyboard ...
0
votes
1answer
864 views

Perform backend operations on MKPointAnnotation

I have populated a couple of locations on MKMapView using MKPointAnnotation(s). On tapping annotations I am showing some options with UIActionSheet menu. The options have some delete functionality ...
0
votes
2answers
503 views

Is there a way to open multiple callouts on many MKPointAnnotations on a MKMapView?

I was wondering if it is possible to to that or if it is not what are the alternatives? I need some information that need to be shown on the map and I'm having trouble with it... MKPointAnnotation ...
2
votes
1answer
613 views

change annotation image after its created

I have a custom annotation that sets its image based on the type of the annotation using the viewForAnnotation delegate method. Im only using 1 annotation that represents a car moving and want to ...

1 2