MKMapView is part of Apple's Map Kit framework for developing iOS applications, and provides an embeddable map interface with data from Google Maps.
22
votes
5answers
12k views
How do I zoom an MKMapView to the users current location without CLLocationManager?
With the MKMapView there's an option called "Show users current location" which will automatically show a users location on the map.
I'd like to move and zoom to this location when it's found (and if ...
13
votes
1answer
3k views
Scaling MKMapView Annotations relative to the zoom level
The Problem
I'm trying to create a visual radius circle around a annonation, that remains at a fixed size in real terms. Eg. So If i set the radius to 100m, as you zoom out of the Map view the radius ...
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?
11
votes
1answer
3k views
Adding subview to MKMapView that's above the map but below the annotation views?
For an app I'm building, I have a custom "old map" effect PNG that I'd like to overlay on the MKMapView view. Unfortunately, neither way I've tried to do this is exactly right:
Add a subview to the ...
10
votes
1answer
289 views
How to display the radius in MKCircle on Map in meters
I need to draw a circle of a radius 1.23 metre on MkMapView using MKCircle.
How would i show that on the map.
I used the following ,
r = 1.23;// in metres.
circle = [MKCircle ...
10
votes
2answers
349 views
How to clear MKMapView cache?
I am trying load map region and MKMapView delegate methods are not being called on second or subsequent load. None of the delegate methods viz
- (void)mapViewWillStartLoadingMap:(MKMapView *)mapView;
...
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 ...
10
votes
3answers
988 views
Consolidate annotations on a zoomed MKMapView
There are a number of bad ways to go about what I want to do, but this seems like one of those cases of "there must be a better way".
I am using an MKMapView in an iPhone app that displays a number ...
9
votes
2answers
782 views
MKMapView ignores update of centerOffset in iOS 4
I previously created a custom callout bubble as a subview to the MKAnnotationView because the built in callout is so limited. This requires me to change to centerOffset of the MKAnnotationView when ...
9
votes
3answers
4k views
How to delete all Annotations on a MKMapView
Is there a simple way to delete all the annotations on a map without iterating through all the displayed annotations in Objective-c?
9
votes
4answers
5k views
How to search MKMapView with UISearchBar?
I have an application that needs to have a similar search feature like the Apple "Maps" application (included with iPhone/iPod Touch).
The feature in question should not be a hard thing to do, but ...
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 ...
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 ...
8
votes
4answers
3k views
Best Geocoding Service for iPhone Developers
I have made an app that gets an array of addresses from a web service and I want to map them. I know Apple left this out in MapKit, including only a reverse Geocoder. I was wondering what the best way ...
8
votes
6answers
3k views
How can I reduce the number of annotations on a map?
I'm coding a map view with around 900 annotations. Having this many annotations on a map make the performance suffer, so I'd like to reduce it to about 300 at a time. The annotations are representing ...
7
votes
3answers
705 views
Maintain centre coordinate while pinching MKMapView
If you pinch to zoom in/out in Apple's Maps application while tracking the device's location, the "pan" component of the pinch gesture is ignored and the blue location indicator remains fixed in the ...
7
votes
4answers
578 views
UIView, how to determine when touches entered the view
It appears that all the touch methods of a UIView are only called if the touches began within the bounds of that view. Is there a way to have a view respond to a user who has touched outside the view, ...
7
votes
2answers
1k views
I need help with a MKMapView crash
One of the most frequent crashes of my live app is a crash at MKMapView. It crash at the internal method -[MKMapView mapTileViewDidFinishLoading:]. During my test I could not retrace the crash but is ...
7
votes
1answer
5k views
How to add a push pin to a MKMapView(IOS) when touching?
I had to get the coordonate of a point where the user touch on a MKMapView.
I'm not working with the Interface Builder.
Can you give me one example or a link.
Thanks a lot
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
2answers
1k views
mkmapview zoom to bounds with multiple 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 ...
7
votes
5answers
1k views
iPhone programming : weird error using a MKMapView
I'm working on an iPhone app, and I got this strange log sometimes when manipulating a map:
ImageIO_Free: ptr 0xdf0f000 got double released??? (16384 bytes)
If I countinue playing around, the app ...
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
4answers
5k views
Refresh MKAnnotationView on a MKMapView
I'd like to a-synchronically load images for my custom MKAnnotationView; I'm already using the EGOImageView-framework (it goes very well with UITableViews), but I fail to make it work on MKMapView. ...
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
2answers
10k views
MKMapView Route/Directions
I found that the Google Maps API supports Directions through:
var map;
var directionsPanel;
var directions;
function initialize() {
map = new GMap2(document.getElementById("map_canvas"));
...
6
votes
1answer
917 views
UIPanGestureRecognizer on MKMapView?
I would like to add some logic when user moves with map view i. e. he does a pan touch. But when I add the gesture recognizer and I want to log the touch, nothing happens. When I try it in another ...
6
votes
1answer
556 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
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
735 views
MKMapView regionDidChangeAnimated not always called!
This is frustrating me!!!
It will be called most of the time but then it stops responding to the pinches. It will be called on a screen rotate and a double tap. Not to a pinch!
Help!
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
2answers
2k views
Could not instantiate class named MKMapView
I may be doing something really stupid here as I've done it before and it worked and now...
Created a new iPad project, in the details view I added a MKMapView, added the MapKit.framework to the ...
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
Using MKAnnotationView without MKMapView?
I'm wondering if it's possible to use the MKAnnotationView inside a UIView other than MKMapView? I'm trying to find an alternative to using the undocumented UICalloutView class. I can create the ...
5
votes
0answers
68 views
Iphone sdk save drawings without whole context
I want to capture screen of my view from my iPhone app. I have white background view and on that I draw a lines on that view's layer using this method .
- (void)draw {
CGContextRef context = ...
5
votes
1answer
172 views
Google Maps event that is called when all visible map tiles are loaded
Is there a way to programmatically determine when Google Maps is done loading visible image tiles in an MKMapView? I would like to take a screenshot of a view in an iPad app that has a Google Map in ...
5
votes
1answer
966 views
Gradient MKOverlay on MKMapView iPhone
I'm trying to trace a route on a MKMapView using overlays (MKOverlay).
However, depending on the current speed, I want to do something like the Nike app with a gradient while tracing the route, if the ...
5
votes
2answers
530 views
Can the memory used by MKMapView be released some how?
I am using an MKMapView in my iPhone application. When I load this view, the activity monitor instrument shows that the real memory of my App is increasing significantly. It keeps going up as you move ...
5
votes
1answer
7k views
How to dismissPopoverAnimated on iPad with UIPopoverController in MKMapView (SDK3.2)
I have a MKMapView (also a UIPopoverControllerDelegate) with Annotations. This MapView has, in the MKTestMapView.h file, a UIPopoverController* popoverController defined in the @interface and a ...
5
votes
1answer
681 views
MKAnnotationView disappearing on swipe and double-tap zoom
I have subclassed MKAnnotationView to create an annotation that basically draws a circle around a point on a map view through override of drawRect. The circle draws fine in the following situations ...
4
votes
2answers
105 views
Remove existing annotation and add new annotation into the mapview
I am loading a mapview with a single annotation. Just like the "map app" in iphone. I have a search bar, which shows the address of the pin location, shown in map. Now I decide to change the location ...
4
votes
3answers
236 views
how to customize MKPolyLineView to draw different style lines
I want to customize the lines drawn on MKMapView to show a route so that the lines have a border color and a fill color. Similar to this where it has a black border and is filled with another color:
...
4
votes
1answer
190 views
continous/repeating MKMapView
I'm looking for a MKMapView which can be scrolled continuously in any direction and repeats itself. It has to be a MKMapView/subclass and not a custom Map-Framework like route-me.
Does anyone know a ...
4
votes
0answers
93 views
From rectangle Get Latitude n Longitude of MKMapView [closed]
In my Ipad application I am drawing a rectangle for x height and y Width on MapView. I want the latitude n longitude of that four Vertices. How can I get that latitude n longitude for those four ...
4
votes
2answers
391 views
App crashing when I add overlay to mkmapview
I am trying to add annotations and overlays to a mapview but it crashes randomly. It is an EXC_BAD_ACCESS error, but zombies doesn't tell me anything. It says it is crashing on ...
4
votes
1answer
284 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 ...
4
votes
1answer
1k views
General-Block 56, 1024, 8, 244, 24 Memory Leaks using UIWebView loadRequest
I'm getting memory leaks that i can't figure out through leaks, build/analyze or overall inspection how to repair. I have a very strong notion that it's due to the loadRequest command from my ...
4
votes
1answer
490 views
Efficient KML Rendering as a MapKit overlay on the iPhone
Howdy all. I'm working on a project that will (ideally) require the rendering of large, complex KML files as an overlay/overlays on a MapKit MKMapView.
I've tried the KML parser that Apple's sample ...