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.
2
votes
1answer
682 views
MKMapView crash
I could not figure out when exactly crash, because sometimes it happens and most time not. It crash when added new annotation and the pin has dropped down, or when the pin location has changed(drag).
...
2
votes
1answer
2k views
Change MKMapType in MKMapView and keep custom pinImage for annotations
I have set a custom pinImage for my annotations and when I change the type toMKMapTypeHybrid it reverts the pinImage setting to the standard pins.
I'm setting the mapType in my viewWillAppear method ...
2
votes
2answers
919 views
iPhone MKMapView: Detecting Nearest Locations in Array from Current Location
I have an Array with approximately 1,000 Objects, each of which has a precise coordinate value. What I would like to do is take a Search button that I have and, when pressed, detect the current ...
2
votes
1answer
439 views
How to recenter map in iPhone app on zoom in/out using MKMapView
I am developing an iPhone application in which I need to show an image at a specific Latitude & Longitude on a Map. The requirement is - Even if the user zooms in or out on this map screen, the ...
1
vote
1answer
562 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 ...
1
vote
1answer
170 views
Create multiple MKOverlays of polyline from locations coming via web-service
My app is real-time tracker, where multiple users are logged in and updating their location by sending their co-ordinates to our web service which is then called back let's after every 2 minutes to ...
1
vote
2answers
491 views
Function “didUpdateToLocation” being called without changes
I initialize the locationManager this way:
if (!self.locManager)
{
self.locManager = [[CLLocationManager alloc] init];
self.locManager.delegate = self;
[locManager ...
1
vote
3answers
762 views
Zoom mapview to a region where pins are dropped
If I have 3 pins in a mapview, how will I zoom to these pins, when the map loads. That is, when the map loads I need to have a zoomed view, but the view should accomodate all pins dropped in the map. ...
1
vote
1answer
1k views
Trouble with overlay using MKPolyline & MKPolylineView
I have added an overlay to my MKMapView using the addOverlay: method. The overlay was made using MKPolyline and stroked using MKPolylineView. The stroke color is blue, with an alpha value of 0.7.
...
1
vote
1answer
366 views
MKAnnotationView Only Rotate the Image property
I have an MKAnnotationView where I want to rotate the image property only.
If I use the following...
self.image= image;
[self ...
1
vote
1answer
647 views
UILongPressGestureRecognizer on MKAnnotationView not working for single touch
I've been trying to use a UILongPressGestureRecognizer in a MKAnnotationView subclass. Interestingly the gesture recognizer only triggers when using two ore fingers/touches.
What prevents the gesture ...
1
vote
2answers
4k views
In MkMapview calculate distance between two points
Hi in iPhone App How to calculate distance between two points in MKMapView
as shown in image
first point would be center point of visible map in mapview
2nd point would be any of corner of ...
1
vote
1answer
383 views
For Loop with Google Geocoding - High Error Rate - iPhone
I am using the below code to fetch location information via Geocoding and then add a map pin to a Google Map View. The code uses a For loop to cycle through each place in my database. The problem is ...
1
vote
2answers
1k views
MKMapView (annotations & locations) - iphone development
how can i determine the coordinates of a certain spot?
How can i create a pin for 1 specific location after knowing it's coordinates? Is creating a new class for that necessary?
ex- PIN to : ...
1
vote
2answers
978 views
Show custom contact information
So I have an MKMapView and I have a pin on it with a disclosure button. I want the user to be able to tap the disclosure button and the navigation controller to push a new view controller. But I ...
1
vote
1answer
6k views
How to pin point location in google map in XCode
Hey guys,
I'm building an iPhone app for my company and in one of the sections I want to create a tab bar item where it pin point the location of my company. So far I built a basic map view, but I ...
1
vote
5answers
4k views
showsUserLocation does not display blue dot in iPhone 4.0
So, I've created a CLLocationManager, called it to start updating, set mapView.showsUserLocation to YES, and returned nil for the userLocation annotation.
Here are some snippets from my code in my ...
1
vote
2answers
1k views
Update title/subtitle for custom annotation on an MKMapView
I created a custom annotation to display my data. The data comes from moving vehicles and I've got to update their location on the map as well as their title (it shows the last update time).
My first ...
1
vote
1answer
2k views
Rotating only the MapView's content
I am trying to rotate a map view in my app according the the user's current route. (I don't like to use the built in compasse because only 3GS uses it and it suffers too much interference from other ...
1
vote
1answer
1k views
Routing, polylines in iPhone Google Maps
In our iPhone app we need to draw a route on Google Maps (GMaps is the only option, we can't consider other maps).
We draw the route while the user walks around - GPS tracking basically. Then we ...
0
votes
2answers
61 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
1answer
68 views
How do I set distance to annotation in tableview?
I have an app that fetches web data and stores it in CD-db. So far, FirstViewController (MKMapView) fetches CD-db into NSMutableArray and uses its values to plot locations by getting the array of ...
0
votes
2answers
315 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 ...
0
votes
1answer
694 views
Memory usage of MKMapView is very high
So i have a UIScrollView with UIPageControl which has a bunch of MKMapViews (mostly 15 different maps). The app is really sluggish once this view loads and after a few minutes of usage i get a memory ...
0
votes
1answer
602 views
How to get placemark icons from kml file in MKMapView?
In my GIS app, i want to give custom icons to my pins/locations.In fact I want to utilize the icons whose links are in the kml (I get the placemarks from that kml file).How to "read" this information ...
0
votes
3answers
410 views
Find nearby locations in a given region
I have a table in the SQLite database with 4,000 locations, including latitude and longitude. Based on information from the region provided by MKCoordinateRegion class, how can I get the places that ...
0
votes
0answers
558 views
ios5 removing annotation from a mapview
I'm just starting out in iOS and have a bit of a beginner question. I am just trying to add and remove a pin from my map but am getting an error of:
An instance 0x6ec5750 of class MapViewAnnotation ...
0
votes
2answers
2k views
How do I show multiple custom annotations (pin & left icon) loaded via plist?
will this code when working show custom pins and logos or just 1 pin with custom logos? please see plist below, only error is Local declaration of mapView hides instance variable.
<plist ...
0
votes
1answer
924 views
Rotate MKMapView in iPhone application
I do not want any code but want to get reference for MKMapView compass rotation as shown in http://vimeo.com/7970239.
Can anyone tell me that is it possible or not?
Please help me to solve this ...
0
votes
1answer
432 views
mapViewWillStartLoadingMap not called
Hey guys Im trying to show the activity indicator when the map is loading.
- (void)mapViewWillStartLoadingMap:(MKMapView *)mapView
{
[UIApplication ...
0
votes
4answers
1k views
Recognising a circle gesture to drop an annotation, how to detect circle?
I've found some code which detects a circle gesture anywhere in a view:
http://iphonedevelopment.blogspot.com/2009/04/detecting-circle-gesture.html
It works fine.
Now I want to incorporate it into a ...
0
votes
1answer
4k views
Problems Trying to Find User Location in MKMapView
I am having problems trying to get the user's current position to display on an MKMapView. Here is the relevant code:
Header:
// ParkingMapViewController.m
#import <UIKit/UIKit.h>
#import ...
0
votes
2answers
864 views
MKPolygon performance problem
I have created a whole heap of overlays using MKPolygon and created into a MKPolygonView. This works fine but one of the overlays has a butt load of points (about 800 points) and this causes memory ...
0
votes
2answers
998 views
Zoom on userLocation
how can I zoom the map on my userLocation automatically in my app?
I have the following code to zomm in the map but i must zoom on the userLocation and the following code zooms always to africa?
...
0
votes
2answers
2k views
Crash when zooming into a MKMapView with a MKPlacemark
I'm trying to add a placemark to a map. The placemark is built from an address completely outside of Address Book.
My placemark is appearing on the map, but when I try to pinch to zoom in I get a ...
6
votes
2answers
320 views
Flickering MapOverlay after zoom out and zoom in-iOS
I have two questions. First of all, once I allocate memory for the coordinates please see the code below, do I have to free memory free(coords)? Second, as you seen below code, I get overlay and add ...
6
votes
1answer
298 views
mapViewDidFinishLoadingMap: called too early
My problem is simple: I'm waiting to take a screenshot of an MKMapView, and I want to do it only once the map is loaded. Unfortunately, this delegate method is almost always called before the map is ...
5
votes
3answers
2k views
MKMapView crashes app when view controller popped
I have a view controller with an MKMapView that calls
[self.mapView setRegion:region animated:YES];
which repositions the map from A to B.
The view controller which holds the MKMapView is set as ...
5
votes
2answers
2k views
determine if MKMapView was dragged/moved
Is there a way to determine if a MKMapView was dragged around?
I want to get the center location every time a user drags the map using CLLocationCoordinate2D centre = [locationMap centerCoordinate]; ...
5
votes
1answer
3k views
Current Location with custom annotation, call-out and blue accuracy circle
After 2 hours of googling I couldn't find an answer so this is my last shot.
I would like to use a custom annotation for the user current location on a mkmapview. But I also want to have the blue ...
4
votes
1answer
521 views
How to set the rotation center of an MKAnnotationView
I've got a problem with my MKAnnotationViews when MKUserTrackingModeFollowWithHeading is enabled on the MKMapView.
I positioned my images using the centerOffset property of the MKAnnotationView. ...
4
votes
2answers
3k views
MKAnnotationView viewForAnnotation never called
after i spend 2 days of searching the bug i have to ask for help here. i do have MapViewController and place some pins on the map. i´ve copied most of the code from MapCallouts and WeatherMap of the ...
3
votes
1answer
411 views
Draw poly line on the road in mkmap view - iphone
i am making an navigation based application. In this application i am drawing a route from points selected by the user.
for Calculating the route i have used Google direction API. and for drawing the ...
3
votes
1answer
139 views
Tab bar and Mapview issues
I'm really confused about this issue. I have recently been having issues with my mapview tab in my application. Even to the point of starting over again. I'm just wondering if I am the only one having ...
3
votes
2answers
919 views
Load MKMapView in background and create UIImage from it (iPhone & iPad)
I have a situation whereby I need a way of loading an MKMapView with several overlays. This map view shouldn't be shown onscreen, the only reason I require it to load is in order to create an image ...
3
votes
1answer
1k views
How can the MKUserLocation be programmatically selected?
Titles and subtitles can be added to the user location that iOS shows using MKUserLocation. When the user taps on the location, these will show in a bubble above the location. The thought bubbles for ...
3
votes
1answer
598 views
Observing the region of MKMapView via KVO?
I have an object that is interested in knowing when the region of a MKMapView is changed. This object is not the delegate of the map view, however. I'm trying the following, where map is a ...
2
votes
0answers
218 views
iOS 6 Map doesn't zoom with MKUserTrackingModeFollow
While my iOS6 MKMapView is in MKUserTrackingModeFollowWithHeading or MKUserTrackingModeFollow, zoom gestures (pinch, double-tap, two-finger tap) work sometimes, but not always.
The issue seems to ...
2
votes
0answers
123 views
MKMapView not updating overlay correctly after changing its boundingMapRect
Below is very simple custom overlay object:
@interface Overlay : NSObject <MKOverlay>
@property (nonatomic, readonly) CLLocationCoordinate2D coordinate;
@property (nonatomic, assign) MKMapRect ...
2
votes
2answers
194 views
Add MKAnnotations on a MKMapView from NSArray of coordinates
I need to add on my MKMapView several annotations (example one for each city in a country) and I don't want to initializate every CLLocation2D with latitude and longitude of all cities. I think it is ...





