MapKit is Apple's framework for presenting annotated, scroll- and zoom-enabled maps on iOS devices.

learn more… | top users | synonyms

40
votes
5answers
31k views

MKMapView Zoom and Region

I'm familiar with using Google Maps Javascript API. Recently I started using MapKit framework for an iphone project, but I'm having a hard time to figure out zooming and setting a region on map. In ...
18
votes
8answers
18k views

Positioning MKMapView to show multiple annotations at once

I've got several annotations I want to add to my MKMapView (it could 0-n items, where n is generally around 5). I can add the annotations fine, but I want to resize the map to fit all annotations ...
18
votes
8answers
11k views

MKPinAnnotationView: Are there more than three colors available?

According to the Apple docs, MKPinAnnotationView's pin color is available in red, green and purple. Is there any way to get other colors also? I've found nothing in the docs.
16
votes
4answers
8k views

Drawing a route in mapkit in iphone sdk

I want to draw a route between 2 locations on the map.. something as a tour guide.When the tourist clicks another location i want to be able to draw the route as well as inform the distance from ...
16
votes
5answers
6k views

Wanted: How to reliably, consistently select an MKMapView annotation

After calling MKMapView's setCenterCoordinate:animated: method (without animation), I'd like to call selectAnnotation:animated: (with animation) so that the annotation pops out from the newly-centered ...
14
votes
2answers
2k views

MKOverlay not resizing smoothly

I have added a MKCircle as MKOverlay to my MKMapView. Also I added an UISlider to decide the radius of the circle. Unfortunately when using this it seems a bit "laggy", not smootly like I want it to ...
13
votes
5answers
3k views

iPhone Map Kit cluster pinpoints

Regarding iPhone Map Kit cluster pinpoints: I have 1000's of marks that I want to show on the map but it's just too many to handle so I want to cluster them. Are there frameworks available or proof ...
12
votes
3answers
2k views

MKAnnotationView - Lock custom annotation view to pin on location updates

Update #5 I guess it's bounty time. 100+ views and no one's taken a stab, even with the code sample I've posted. How about some reputation points! Update #4This is a pretty complicated question, so ...
11
votes
6answers
4k views

How to move a MKAnnotation without adding/removing it from the map?

Is it possible to move the coordinate of a MKAnnotation without adding and removing the annotation from the map?
10
votes
3answers
1k views

Why am I crashing after MKMapView is freed if I'm no longer using it?

I have a MKMapView. Sometimes after my view controller is dismissed, I'll get a EXC_BAD_ACCESS. I turned on NSSZombies and it looks like the MKMapView's delegate — my view controller! — is being ...
10
votes
2answers
4k views

Getting the bounds of an MKMapvIew

In order to setup a query to an external server I want to get the bounds of the current Map View in an iPhone app I'm building. UIView should respond to bounds but it seems MKMapView doesn't. After ...
9
votes
1answer
7k views

ios5 how to pass prepareForSegue: an object

I have many annotations in a mapview (with rightCalloutAccessory buttons). The button will perform a segue from this mapview to a tableview. I want to pass the tableview a different object (that ...
9
votes
1answer
528 views

Can we show different types of map views?

I have to show different types of map views as in the google map there are 2 views. So I want to know how can we show different map views using mapkitin iphone application?
9
votes
4answers
3k views

Force MapKit use cached map tiles only/disable network programmatically

We have stumbled upon such a problem. We are developing an application for travelling. To make sure the user doesn't spend much money on roaming charges in our app we decided to implement a settings ...
9
votes
4answers
9k views

How do i open Google Maps for directions using coordinates on the iphone

I am using UIMapView to display locations on the iPhone. I want to do a directions from current location to the location of interest, I don't think its possible using MapKit (but if it is please ...
8
votes
2answers
304 views

iPhone build issue : MapKit/MKPolyline.h: No such file or directory

I am trying to build the old SDK version based application in the new xcode. I have got the MapKit/MKPolyline.h: No such file or directory issue, the same issue is noticed for most of classes ...
8
votes
3answers
3k views

Are tile overlays possible with the iPhone's MapKit

I already have a tile source set up for use with the Google Maps JavaScript API. I am trying to translate this for use with the iPhone MapKit. I have correctly implemented the javascript zooming ...
7
votes
1answer
105 views

Why does MKMetersBetweenMapPoints give me different results when i swap the parameters

i'm actually trying to calculate the distance between the max and min point in the x and y coordinates for the MKMapPoints. For that i'm doing this (max distance in y axis): MKMapPoint test1, test2; ...
7
votes
1answer
137 views

Point touch with zoom mapView

I'm trying to catch a coordinate from touch event. I can catch but when give zoom have big numbers and when I put this in a function newCoord = [mapView convertPoint:location ...
7
votes
3answers
643 views

What are the advantages / disadvantages of Bing maps over Map Kit on iOS

Microsoft have recently released a Bing maps objective c component. See here and here They mention that have less restrictive terms: We think you will find that the terms of use are less ...
7
votes
6answers
5k views

How to display an image on a MKOverlayView?

UPDATE: Images who are projected on the MKMapView using a MKOverlayView use the Mercator projection, while the image that I use as input data uses a WGS84 projection. Is there a way to convert the ...
7
votes
2answers
2k views

Calculating bearing between two CLLocationCoordinate2Ds

Very "simple" problem: given two CLLocationCoordinate2Ds, how can I get the bearing (as radians) from the first to the second? I've done a lot of research and studying on this, both the general ...
7
votes
4answers
2k views

MKMapView setRegion “snaps” to predefined zoom levels?

Can anyone confirm that setRegion "snaps" to predefined zoom levels and whether or not this behavior is as designed (although undocumented) or a known bug? Specifically, it appears that setRegion ...
7
votes
4answers
6k views

Custom MKPinAnnotation callout bubble similar to default callout bubble

i want to create a custom callout bubble on MKMapView. But i want to create the call out bubble in the same manner of default bubble. So how to create a View look like annotaion in this image I want ...
7
votes
0answers
629 views

MapKit/Location Manager crashes app when unloading view

I has a bug where my application crashed "EXC_BAD_ACCESS" when I hit the back key on my navigation bar and the view unloaded that had a MapKit (mapView) and used the Location Manager. Tried for days ...
7
votes
2answers
5k views

Getting error when using Mapkit in Xcode?

NSInvalidUnarchiveOperationException', reason: '* -[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class (MKMapView) I am getting this error.Have I missed something? I don't ...
7
votes
4answers
3k 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 ...
7
votes
5answers
4k views

iPhone: Detecting Tap in MKMapView

How do I detect a single tap on an instance of MKMapView? Do I have to subclass MKMapView and then override the touchesEnded method? Thanks, -Chris
6
votes
1answer
555 views

Does anyone have any examples on how to create a path using MKOverlayPathView?

I've been looking at Apple's iOS Class Reference documentation, and am unfortunately none the wiser. I have downloaded their sample code 'KMLViewer' but they've overcomplicated it... All I really want ...
6
votes
1answer
1k views

A MapKit for Mac OS X?

on the iPhone we have the Apple's amazing MapKit. There is something similar for Mac OS X? If possible something more advanced than a simple WebView, because I need that it manage automatically at ...
6
votes
2answers
926 views

How can I clear MKMapView's cache of map tiles?

I am working on an MKMapView based iPhone / iPad mapping app that overlays my own basic base map to provide for some limited functionality even when users are offline and can not reach Google's map ...
6
votes
2answers
292 views

iPhone MapView limiting to state of Missouri only

I am making an iPhone app that is designed for things that will be local to only Missouri. So my idea is to limit the map to only Missouri/regions close to Missouri. I have the map working fine, ...
6
votes
1answer
900 views

CLLocation Category for Calculating Bearing w/ Haversine function

I'm trying to write a category for CLLocation to return the bearing to another CLLocation. I believe I'm doing something wrong with the formula (calculous is not my strong suit). The returned bearing ...
6
votes
3answers
8k views

iPhone: Create MKAnnotation

Can I create an MKAnnotation, or is it read only? I have coordinates, but I am not finding it easy to manually create an MKAnnotation with using setCoordinate. Ideas?
6
votes
2answers
3k views

iPhone - MapKit - Searching locations and moving annotations

I want to make an app that partially mimics some of the behavior the standard map application has. This has proven difficult. First of all, I don't understand how you make annotations movable. How ...
6
votes
4answers
3k views

Mapkit routes and google license

So, this question is not if I can do routing with mapkit. You can't with the API. So I found the clever way of using an annotation to render a route between two points. The route is based on a ...
5
votes
1answer
559 views

iOS 5 MapKit Crashes with Overlays when zoom/pan

I have build an app which is intended to display some overlays. The overlays are in form of polygons with up to 10000 points in the outer ring. But the high number of points seems not to be the ...
5
votes
1answer
181 views

ios MapKit MKOverlayView animation happening instantly

I am trying to animate the alpha value of a MapKit overlay view (specifically an MKCircleView) in iOS 5 using the following code: -(void) animateCircle:(MKCircle*)circle onMap:(MKMapView*) mapView { ...
5
votes
2answers
322 views

Display MKMapView grayscale

Is it possible to change MKMapView display to grayscale ?
5
votes
1answer
779 views

Rendering MKMapView to UIImage with real resolution

I am using this function for rendering MKMapView instance into image: @implementation UIView (Ext) - (UIImage*) renderToImage { UIGraphicsBeginImageContext(self.frame.size); [self.layer ...
5
votes
3answers
2k views

how can I show compass/heading on mapkit mapview

on the iPhone 3GS in the "Maps" app you can click the icon which usually shows your position twice and the blue dot gains what looks like a beam from a headlamp, basically showing you the direction ...
5
votes
2answers
5k views

Monotouch MapKit - annotations - adding a button to bubble

Anyone know if there's anyway to get a button onto an annotation? I'd like the location to be selectable - so you can say.. select the location and get all the events at that location by clicking on ...
5
votes
5answers
2k views

Toubleshooting mapkit performance

I'm plotting over 500 points on a map using mapkit. Zooming is a little jittery compared to the native google map app. I've discovered what is causing the slowness. I'm adding custom annotations so ...
5
votes
3answers
2k views

Clear MKMapView's cache of tiles?

I'm working on an iPhone game that uses an MKMapView as the playfield. After only a couple of minutes of play the app inevitably starts to get sluggish and eventually crashes due to low memory. After ...
5
votes
2answers
4k views

Image instead of a the default pin in iPhone's MapKit framework?

Is it possible to have our own image instead of the default pin in MapKit map on iPhone? I am working on an application which would show friends' locations much like Google Latitude and need to show ...
5
votes
5answers
5k views

MKMapView not calling delegate methods

In a UIViewController I add a MKMapView to the view controlled by the controller. - (void)viewDidLoad { [super viewDidLoad]; CGRect rect = CGRectMake(0, 0, 460, 320); map = [[MKMapView alloc] ...
5
votes
2answers
1k views

iPhone - can I use MapKit without displaying a Map?

I am writing an app that will use Reverse Geocoding to translate the user's current location into something like a Street Address or City. It seems the only way to get this kind of information is via ...
5
votes
2answers
2k views

How to define the order of overlapping MKAnnotationViews?

I have several MKAnnotations (and their corresponding views) in my map, and it sometimes gets really crowded. Now, the annotations in my app come in two flavors: some are bound to stay where they are, ...
4
votes
1answer
152 views

Manually Setting the frame of MKOverlayView (or subview)

I have a view that I am using as an overlay on a MKMapView (it uses OpenGL to draw). For the drawing to be performed correctly, the frame of the glView needs to be exactly the same as the frame of ...
4
votes
2answers
231 views

Putting UIButton and other UIControl objects inside an MKAnnotationView and allowing user interaction

I have a custom annotation view on the map, which has a UIButton in it, but the UIButton is not responsive when pressed. I have two main problems with user interaction on the annotation view: ...

1 2 3 4 5 21