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.
-1
votes
1answer
85 views
Know if MKMapView is showing map region or yellow grid in iOS 6
Is there are any way to know when MKMapView is showing the yellow grid when the app does not have an internet connection?
0
votes
0answers
21 views
Request for tracing path on user app from map app in iOS6
I like to do request from my app which havin map view in its view to tracing a path between two points to MapApp feature of MKMapItem , how i should do so that i can see this tracing on my own map ...
0
votes
1answer
54 views
I want to make alert on my Custom map pin taped like as screen shot [closed]
How can I make these type alert using custom code like as default MKMapview. You can see it in Screen shot
0
votes
1answer
72 views
Bringing a MKPolygon to the front
I am drawing a bunch of MKPolygons in my MKMapView. Some of them lay on top of each other. How can I bring a selected polygon to the top/front?
I tried bringSubviewToFront: on a MKPolygonView I ...
0
votes
3answers
138 views
How to disable user interaction on MKMapView?
How do you disable user interaction to an entire Map (MKMapView) in iOS? I just want to disable zooming, tapping, etc and show a static map. [self.mapView setUserInteractionEnabled:NO] didn't work. ...
0
votes
1answer
213 views
IOS 6 map memory warning keep on coming and crashes app after some time
I am having memory issue with my app.
I have three mapview in my complete application.
In start my application run fine but after some time it start throwing memory warning again and again and ...
0
votes
1answer
80 views
How to put MKMapView in compass mode?
I have placed an MKMapView on my .xib.
It works fine, but I need the map to rotate according to the compass heading?
I have read about "compass mode".
Perhaps I need to set the MKMapView property of ...
1
vote
0answers
39 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
0answers
51 views
Draw on MKMapView
I want to make something like this http://suncalc.net/#/48.1661,145.3711,3/2013.03.15/13:14
in iOS.
I used MKmapview to display map, but how can i draw the circle and line which updated by user touch. ...
1
vote
2answers
71 views
Plot two different color of mapview pin
I'm trying to display mapview with an array of coordinates. So, i load the latitudes and longitudes from array where those are contains. It is showing perfectly. Now, i want to display one paritcular ...
0
votes
1answer
70 views
Multiple pins drooping at same point when using MKMapView
I have written code to search something which returns the lat and long and accordingly I am dropping pins at corresponding location. A lot of times i can see multiple pins dropping at the same ...
1
vote
1answer
88 views
Map Issue In iOS 6
In iOS 5 this worked fine, and I was under the impression that everything from MKMapKit would continue working in much the same way. However, instead of zooming to my location and adding annotations ...
1
vote
3answers
175 views
iOS : Why can't I get mapkit to display a custom annotation pin image?
figured that using my own custom pin image for annotations would be super easy.
But I have never been able to get it to work, and I have no idea why!
I am simply using:
- (MKAnnotationView ...
0
votes
1answer
55 views
Not getting the proper map using MKMapVIew
I have created a mapview using MKMapView. Everything is working fine but there is a difference in the map which i am getting and which i was supposed to get. In my view map is coming but not properly ...
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:
- ...
0
votes
1answer
60 views
My mapview does not zoom on the first pass into the view controller
Can anybody help me please? I'm new to xcode and am baffled by what I think is a small problem. For some reason the first time my map is opened from my initial view controller the pin is dropped but ...
1
vote
0answers
78 views
Screenshot of MKMapView doesn't work
This is my code:
What am I doing wrong?? I simply want to take a screenshot of an MKMapView displaying a given Location. Taking the screenshot and placing it in an UIImage works fine, but the ...
0
votes
2answers
86 views
How to delay the prompt for location services permission
In my app I'm using CLLocationManager and MKMapView. When app launches, I present the user with a disclaimer (once) which has to be accepted. However, when the disclaimer is shown, a popup appears ...
2
votes
1answer
47 views
Annotation Pin as User Location [duplicate]
I Implementet this:
-(MKAnnotationView *)mapView:(MKMapView *)mV viewForAnnotation:(id <MKAnnotation>)annotation
{
MKPinAnnotationView *pinView = nil;
static NSString ...
0
votes
2answers
482 views
MKMapView MKPointAnnotation tap event
I have a list of annotations (MKPointAnnotation). I have a UIViewController which is for the whole view, MKMapView implementing Controller, which I thought is useful for detecting the users ...
0
votes
0answers
87 views
iOS memory problems with mapView
I create very simple project with NAvigation controller which root controller is viewController with only one button that point on new mapViewControler that contains mapView.
NavigatioController --> ...
0
votes
1answer
79 views
Subclassing MKMapView to provide custom maps?
I'd like to provide custom navigation maps in my iOS 6 application. I've tried adding overlay views that shows these custom maps in MKMapView and it didn't work well because it needs a higher zoom ...
0
votes
0answers
104 views
Get coordinates at a distance - ObjC [closed]
How can find the coordinates at a specific distance having in mind that I already know the trueHeading? I need to find the coordinates on map to add an annotation which is at a specific distance. I ...
0
votes
0answers
44 views
MKMapView user location is jittery
I have an MKMapView, set to track the user's location and heading (MKUserTrackingModeFollowWithHeading).
This is the incredibly jittery result:
https://dl.dropbox.com/u/2338382/IMG_0175.MOV
Is ...
0
votes
0answers
72 views
how to reduce the time of showing blue circle and point in MKMapView
I use a MKMapView to show my current location , I found that when i am doing nothing ,it will take me about 15+ seconds to see the blue circle and point in the map view ,but if i move the map after ...
1
vote
3answers
152 views
Using IBAction Buttons to Zoom MapView
I have an issue. My current location is displayed and centered in a map view however the map region doesn't get zoomed in to. I tried taking Rob's advice by taking span and region out of the ...
0
votes
0answers
61 views
Resize MKMapView
Looks like simple task. But when I try to resize using setFrame method I got glitches. There are some other UIViews resized using setFrame method and it works perfectly. I made custom application with ...
1
vote
1answer
78 views
Fit Annotations on MKMapView part
I got MKMapView and a number of annotations on it. I use next code for displaying all annotations:
NSArray *coordinates = [self.mapView valueForKeyPath:@"annotations.coordinate"];
...
1
vote
1answer
122 views
Check if mapView already contains an annotation
I have a method of adding secondary nearby annotations (ann2) when I tap on another annotation (ann1). But when I deselect and re-select the exact same annotation (ann1) the ann2 re-creates it self ...
-1
votes
1answer
124 views
How to extend MKPointAnnotation and add a property to it
I'm trying to extend MKPointAnnotation and add a property to for an NSString called dealLink.
I thought I set it up correctly, but I'm getting this error at the moment:
Property 'dealLink' not ...
1
vote
1answer
471 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
184 views
Map Annotations ars displaying with incorrect custom pin images
This is my first question on this site.
My code is implemented in the following function using iOS 6 Mapkit, Objective-C.
- (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id ...
0
votes
0answers
45 views
Map view with search bar
I am trying to create a map view with a search bar. I tried looking thru the answers but most things seem to point to searching with table view. Is there any website that I can refer to for tutorials ...
0
votes
1answer
60 views
Annotations don't appear when setting MainViewController as delegate of MKMapView
I have a funky problem I'm dealing with… i have a very basic mkmapview that i dragged into the mainviewcontrollers view. I have very basic annotations that i am showing on the map. When I make the ...
-2
votes
3answers
47 views
How to filter data based on coordinate? [closed]
In my app, I have a lot of locations and on the basis of current location i need to filter the results and display only those which are in 5 mile radius.
Is there a way to achieve this??
Thanks,
1
vote
2answers
48 views
How to make a MKMap fit inside the specified View-Region?
i've got a little Problem on setting up a MKMapView.
I really just want that the complete map fits into the MkMapView-Region specified inside
the Storyboard.
But it seems that it is not possible to ...
1
vote
1answer
85 views
Activity indicator as annotation accessory
I have a mapView with annotations which they have a button as right accessory view. If you press the button as soon as the annotation details appear then details appear to be empty because there was ...
0
votes
1answer
114 views
MKMapView “Shows User Location” Causing Crash when Foregrounded [closed]
My app crashes when I have the "Shows User Location" setting checked in my MKMapView. The map crashes when I bring it to the foreground. It doesn't seem to crash If I just keep using it, only when I ...
-1
votes
1answer
49 views
Tracking my run [closed]
I am trying to track my run using MKMapView, as it is done in MapMyRun (http://www.mapmyrun.com/). I am having difficulty drawing my movements onto the mapView.
Can someone point me into the right ...
0
votes
0answers
67 views
MKMapView redrawing multiple times when MKOverlays are added and removed on iOS6
We have an app that adds and removes map polygon overlays as the user pans and zooms the map. We correctly make the calls to add and remove them on the main thread. We are doing this with the new iOS6 ...
0
votes
1answer
204 views
angle between two point coordinates to rotate image accordingly
I have two points of CLLocationCoordinate2D, let's say A & B on my mapView. I would like an arrow-image to point from one point to another (A->B). I am unable to find the right angle to transform ...
0
votes
1answer
55 views
mapView and UITable detail
trying to pass my annotation's data (name, address, phone #, url, description, etc) to a DetailViewController with a table. stuck----please read the code. the data isnt passed with ...
0
votes
1answer
178 views
Custom Annotation Callout not showing MKAnnotation?
So the default red annotations are showing in the Simulator absolutely fine, but the custom annotation MyPin wont show. I have a feeling this is something to do with the NSMutableArray?
If so I'm not ...
0
votes
1answer
48 views
How to I launch a view controller from a tap gesture
Apologies if this is a basic question but I am new to Xcode and have a storyboard app and in the storyboard (with no segue) I have a view controller with an embedded map view.
On the storyboard ...
0
votes
1answer
157 views
showing multiple pins on MapView inside a for loop?
I am developing an iphone app,ı show radar points on MapView.There are over 1000 points. I have to show all points and calculate distances between radar points and user location points. I have to ...
1
vote
1answer
92 views
Polygons from my KML data not showing up in my IOS 6 map application
I am building an app that has a MKMapview. The view that my code is in extends MKMapView.
After I get data I create a KMLParser and have it parse my KML file witch seems to work just fine. I got the ...
1
vote
0answers
112 views
Rotation issue using UIActivityViewController in a MapView
In my iOS app I have a Map View that I called mappa.
I just add a UIActivityViewController that appears when a callout is pressed from an annotation View.
I use this code to display it:
- ...
0
votes
1answer
49 views
Get the annotation id or reference in ios mapview
I draw some annotations in viewdidload function and I want to press a button and the annotation which I want callout will automatically show out.
The function is
[mapView ...
0
votes
4answers
89 views
How to stop scrolling in mkmapview?
I'm using a MKMapView in my application and use mapView.scrollEnabled=NO; but it's not working. Here is my code:
mapView=[[MKMapView alloc] initWithFrame:CGRectMake(20, 100, 282, 209)];
...
0
votes
4answers
277 views
Shows different Pin images in MKMapview
In my MKMap view I have customized the annotation pin with an image. But still some pins are static and not showing the given image.
I am using -(MKAnnotationView *)mapView:(MKMapView *)mapView ...



