MKMapView is part of Apple's Map Kit framework for developing location-aware iOS applications, and provides an embeddable map interface. Effective iOS 6, the Map Kit framework uses Apple's own map service. In iOS 5.1 and earlier, the framework uses the Google Mobile Maps service.
0
votes
2answers
21 views
MKPolygon with holes
I searched over the internet but I couldn't find an answer to this. It is possible to draw a hole in a MKPolygon? Something like this:
I remember I saw something like this, but I'm not sure if it ...
0
votes
1answer
10 views
Change color of pin on map after pressing button on another screen
I need to find a way to change the pin color when the map is loaded by pushing a button from another screen.
For example, the original pins are all red, but when I go to a page and push the map ...
0
votes
0answers
33 views
MKMapView setRegion to Small Area causes Failed Satellite Image Loading
I have been working on the same app for a number of months, and this is a new problem. I am wondering if there has been a change in the server side of the Apple Map data. Here's the issue:
My app (at ...
0
votes
0answers
10 views
Does MKOverlayPathView need drawMapRect?
I'm having some inconsistencies modifying the Breadcrumb example, to have the CrumbPathView subclassed from MKOverlayPathView (like it's supposed to) rather than subclassed from MKOverlayView.
...
1
vote
0answers
134 views
Showing a compass image that rotates with the map in usertrackingmodefollowwithheading (iOS 6)
In Apple's Maps app, when UserTrackingModeFollowWithHeading is enabled, there is a compass image that shows the direction of North-South and rotates with the rotation of the map. I have enabled ...
1
vote
2answers
31 views
Increase maximum zoom *out* of MKMapView in iPhone/iPad
I'm having trouble getting an MKMapView to zoom far enough out (I need to see every continent i.e. the entire world in one MKMapView) on the iPhone/iPad. The maximum "out" zoom seems to be hard ...
2
votes
1answer
86 views
Adding a subview like UISlider or UIButtom in Google Maps in iPhone
I am new to iOS Programming and have very little knowledge about COCOA Touch. I am trying to add a button on the screen at the bottom over Google maps for giving an option to the user to go back to ...
4
votes
2answers
3k views
Restrict MKMapView scrolling
I'm trying to add a custom image to an MKMapView as an MKOverlayView - I need to restrict users from being able to scroll outside the bounds of the overlay. Are there any existing functions to do ...
12
votes
2answers
4k views
iOS MKMapView zoom to show all markers
I'm working with MKMapView and have plotted several points on the map. I have used the MKCoordinateRegion and MKCoordinateSpan to enable zooming etc around one of the points - but that's not what I ...
0
votes
5answers
374 views
Zoom MKMapView to best fit distance zoom level based on list of locations
I have a center location I want my MKMapView to zoom to and also a list of locations (latitude/longitude). I would like to set the zoom level (distance) based on this list of locations so that as many ...
0
votes
1answer
35 views
Centering MKMapView on an annotation
Although the process for doing this is well documented, I am unable to solve this problem.
All I want to do is to take the coordinate at which I have just created an annotation and have the map zoom ...
1
vote
3answers
35 views
MKmapview - CLLocationCoordinate2D
I have an array NSMutableArray where I save an MKuserlocation type - locationArray.
anyway now I want to get the data from this array and save it to an array from type CLLocationCoordinate2D.
but ...
3
votes
4answers
1k views
Error when using MKMapView
I created a single view application with story boards. All I had in my view was MKMapView, thats it. It compiles without errors or warning but when I run it, I get this error in my console window:
...
0
votes
0answers
31 views
How to allow a location to be selected by the user (not the current location)?
I've looked everywhere and can't find anything on this, which makes me suspect it might be self-evident so my apologies if that is so. However, I want to create the functionality whereby a user can ...
0
votes
1answer
53 views
iOS mapview auto layout issue
Im creating an tab bar app with a storyboard.
Basically on the SecondViewController, I set up an MKMapView with a toolbar at the top for changing views etc.
I set that span and added an annotation ...
8
votes
4answers
4k views
Experience with MKMapView Rotation
I have an MKMapView that I am considering rotating in order to more conveniently display a series of Annotations to my users.
As of now I am planning on simply rotating the entire view with a ...
0
votes
1answer
37 views
MKMapView is not showing annotated points
I am trying to show the location of my current location and random 5 points points like this:
- (void)viewDidLoad {
[super viewDidLoad];
locationManager.delegate = self;
...
0
votes
2answers
486 views
MKMapView show DetailView - How to make a segue
I have a MapView, the annotations comes from a property list.
Now I would like to see more data in the detail view.
Unfortunately I do not how to program the Segue, so that data can be displayed.
I ...
1
vote
0answers
28 views
MKMapView doesn't display tiles on highest zoom - appears to be related to iOS 6.1.4
I'm working on an app that is heavily GPS-based. Everything worked fantastically, specifically meaning my app's display of map tiles worked great, seemingly until I updated my iPhone5 (test device) ...
0
votes
2answers
26 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
0answers
7 views
Getting the frame of Rect MKPinAnnotationView
I am writing an iPad app with an MKMapView which add adds a new annotation pin to the map with every tap of the user. I add the annotation (MKPinAnnotationView) to my MKMapView in the ...
0
votes
2answers
34 views
MKMapView display route
Im pretty new to mkmapview so I'll hope my question will be clear enough.
Let's say I have a code where im saving the userLocation in an array (MKuserLocation type). im saving this for every step the ...
0
votes
1answer
35 views
Adding MultiplePointAnnotation In MapView ios
Im trying to load annotation point into mapview in which i have the seperate array for latitude and a seperate array for longitude here is my code
- (void)viewDidLoad
{
[super viewDidLoad];
...
0
votes
1answer
27 views
Cannot display MKPolyline on the map
I'm fighting the hell with theses freaking polylines…
I still can't display it on my map !
I implemented :
NSArray *points = [NSArray arrayWithObjects:
[[CLLocation alloc] ...
0
votes
1answer
15 views
MKAnnotation rotating when pinching the map
I have an app where I am tracking someone who walks. Once I get the users heading, I rotate the MKAnnotationView based on the heading. Everything works when tracking and rotating the MKAnnotationView ...
0
votes
1answer
20 views
MKAnnotation not updating position
I am using the HGMovingAnnotation and HGMovingAnnotationView code off of github to animate a MKAnnotation on an MKmap. When I run the example project from HG project everything works fine.
I have ...
0
votes
2answers
558 views
How to rotate iOS MKMapView so that it north-oriented when switching tracking mode?
I am working on an iPad app (iOS 5.1), and I use MKMapView to display a map in my app.
I am switching between the three different map orientation modes using MKUserTrackingModeNone, ...
0
votes
1answer
48 views
Check if String is a Partial Match to Another String
I have a search bar on my map view that allows the user to search for the name (annotation title) or address (annotation subtitle). I have it working just fine if the user types in the entire title or ...
4
votes
4answers
1k views
Hiding an MKMapView while Overlays Visible
I'm am writing an iPhone app in which I overlay a custom image as a map on top of an MKMapView. The image is an MKOverlayView, and I would like to know if there is a way to hide or cover the ...
2
votes
1answer
34 views
How to show user location when user tap don't allow for the next time?
In my app,I want to show user location in one of my UIViewController which uses MKMapKit.So when the user selects this View Controller they will be asked whether to allow or don't allow. If user ...
0
votes
2answers
113 views
Ocean (blue screen) displayed on map for request for userLocation
Hi all: this remains a mystery to me. My app loads a blue screen (the ocean) after I push my "Find Me" button, which contains the following:
-(IBAction)findMe
{
self.mapView.showsUserLocation = ...
4
votes
3answers
216 views
How to keep MKMapView in iOS 6 North oriented always when switching mode from MKUserTrackingModeFollowWithHeading
I am switching between the three different map orientation modes using MKUserTrackingModeNone, MKUserTrackingModeFollow, MKUserTrackingModeFollowWithHeading and this works.
However I have a problem ...
1
vote
1answer
21 views
Apple Map (MKMapView) Mercator Projection's EPSG
I can't seem to find which projection Apple Map's Mercator Projection uses. Doesn't say on
their guide:
Location Awareness Guide
Anybody know off hand?
1
vote
1answer
60 views
iOS: Is it possible to add a triple tap gesture recognizer to a MKMapView?
I have a MKMapView, which zooms in when double tapped (default behavior). I want to add a triple tap gesture recognizer to the map view that zooms out again to a certain initial zoom level.
The ...
0
votes
0answers
32 views
Search Annotations on MKMapView
I have a map view with many annotations, each with a title and subtitle. There is also a UISearchBar on my map view. I want the user to be able to search for either the name of the location ...
1
vote
1answer
259 views
iOS 6 Map problems with MKUserTrackingModeFollowWithHeading
I'm trying to solve two problems with MKUserTrackingModeFollowWithHeading in iOS 6:
MKUserTrackingModeFollowWithHeading works briefly, but it's jittery and returns to MKUserTrackingModeFollow ...
0
votes
2answers
240 views
Rotating a display image of MKAnnotationView
I'm currently rotating the image property of an MKAnnotationView using CGAffineTransformMakeRotation. However, the whole view in this case gets rotated, as well as the callout bubble. So I followed ...
1
vote
1answer
19 views
MKMapView does not scroll around 180 degrees
I have an MKMapView with the center set to -42, 179.5 degrees and scrolling enabled. I can scroll so the center is at locations less than 180 degrees, but if I try to scroll East past the meridian, ...
0
votes
0answers
17 views
Avoid clossing MKAnnotationView when tapped
I've used a nice and beautiful custom callout as shown in the picture.
The callout is just a MKAnnotationView with the shape of a bubble. When I have to show it I add it into the MKMapView's ...
1
vote
2answers
44 views
How to add annotations to MKMapView asyncronously?
I have alot of annotations to be added to a mkmapview. When i add the annotations, the app freezes for a short period of time. I have understand that the main thread is the only thread allowed to add ...
17
votes
5answers
17k views
How to remove all annotations from MKMapView without removing the blue dot?
I would like to remove all annotations from my mapview without the blue dot of my position. When I call:
[mapView removeAnnotations:mapView.annotations];
all annotations are removed.
In which way ...
0
votes
0answers
23 views
center point of MKAnnotation callout
can I readjust the center point of a MKAnnotationView's callout?
I already have a custom center point for my MKAnnotationView but the callout does not seem to align with it.
Thanks
1
vote
1answer
67 views
MKPointAnnotation not working
Hello i got this method:
-(void)adresseZeigen
{
NSLog(@"%s",__PRETTY_FUNCTION__);
selectedAnnotation = [[MKPointAnnotation alloc]init];
selectedAnnotation.title = selectedCompanyName;
...
-4
votes
0answers
21 views
How should MKMapView behave if you add the same MKAnnotation twice? [closed]
I was wondering how would MKMapView behave if I added the same MKAnnotation twice? (Same object reference).
I mean, if I add an MKAnnotation to a map, then a few seconds later add the same without ...
1
vote
2answers
103 views
ViewController segues to MapViewContoller: MapView region wrong first time opened
Good evening,
I'm having problems with an app where a MapView is loaded when a User pushs the Bar Button on a ViewController. The MapViewController gets loaded and the Map shows correct annotations ...
0
votes
1answer
31 views
Show MapView Annotations for Selected Radius
I have a map view with several annotations on it. I have a settings button on my navigation bar that takes the user to a picker view that lets them show all the annotations or select a radius of 5, ...
2
votes
2answers
338 views
Set MKPinAnnotationColorRed just for the first and last MKAnnotation on MKMapView
I've an NSArray of custom MKAnnotation, i need to set a red pin color for the first/last annotation, otherwise set a green pin.
The program does not behave as i want, the green pins are associated ...
0
votes
0answers
13 views
mkannotationview addannotation with custom animation
MkMapView provides MkPinAnnotationView which can be added to the MkMap in a
animated manner(animatedrop).
I'm currently working with MKAnnotationView (custom), where I need to add my custom ...
0
votes
0answers
32 views
Why is my MkPointannotation not showing a button?
I am new to Objective-C and IOS programming, so this might sound dumb. I have a MKPointAnnotation with a MKAnnotationView defined like this:
-(MKPointAnnotation*)setAnnotation: (NSString*) title ...
0
votes
1answer
19 views
App crash while loading MKAnnotation in map view
In my application i have integrated a view controller like container (split view). Controller view controller container two view. Detail view and selection view(table view).
While selecting the ...






