MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS devices.
0
votes
0answers
9 views
iOS MKMapView didSelectAnnotationView called when moving touch
I just realized that if you tap an Annotation view on a MKMapView and then move the finger around, didSelectAnnotationView gets called for every Annotation that is on the path of the finger movement.
...
0
votes
0answers
25 views
iOS tracking location while walking
Hi Friends i am new to iOS App development. I am working on iOS application in which i want to implement tracking feature.
It means user can start tracking from where he is standing currently & ...
-2
votes
1answer
28 views
Any rumors that ios maps api will provide routes [closed]
After the iOS 7 introduction, are there rumors whether the maps api will provide native routing or will one still have to go through a 3rd party?
Cheers,
EL
-2
votes
1answer
26 views
How can I use segmented control to swap Map type? [closed]
I want from someone to help me to find a solution how can i add or connect segmentation maptype (Standard, Satellite, Hybrid) to my Master view controller.
1
vote
0answers
26 views
iOS: MapKit: How can i set the number of annotations that search request fetches
I have the following code for retrieving restaurants inside my application
NSLog(@"getting restaurants");
MKLocalSearchRequest *request = [[MKLocalSearchRequest alloc] init];
...
0
votes
1answer
13 views
Monotouch MKMapView UIGestureRecognizer problems
I added 3 gesture recognizers to my MapView in IB, a long press, a pan & a pinch. Their delegate is the file's owner. I set them up like so -
public override void ViewDidLoad ()
{
...
0
votes
1answer
16 views
Retrieve coordinates on tap and log using NSLog
I am using the iOS 6 mapkit and I need to retrieve the coordinates where I tap and log them in NSLog so I can see them. Could someone give me a idiots guide on how to do this? I have looked at many ...
0
votes
1answer
23 views
Mapkit addAnnotation exception: unrecognized selector sent to instance
My code relevant to the problem:
Annotation .h file
#import <Foundation/Foundation.h>
#import <MapKit/MapKit.h>
@interface CityAnnotation : NSObject <MKAnnotation> {
...
0
votes
1answer
21 views
Page curl in tabbed application (curl all but tab bar)
Is it possible in a tabbed application to not curl the tab bar? Ie I have a tabbed application with a map tab and I would like to curl the map to reveal some map options. When I do this it curls the ...
0
votes
2answers
57 views
Getting the Co-ordinatades of middle point of Map - iPhone sdk
I am making iPhone application in which i am using UIMapKit. I have a static pointer (Arrow) in the middle of screen of iPhone and behind that Pointer i am using iOS maps in which user interaction is ...
0
votes
0answers
18 views
iOS: MapKit: ADCclusterMapView: update subtitle of annotation
I am using ADClusterMapView for annotation clustering
https://github.com/applidium/ADClusterMapView
and i have been trying for a VERY long time now to manipulate the files in order to be able to ...
1
vote
1answer
27 views
ios continuous webservice call
iam developing an app where there are two users (observer and driver). observer will track driver position in map, so i need to send lat,long of driver to server continuously, so how can i call a ...
0
votes
1answer
12 views
How do I connect a MapViewController in a UITab from a UITableViewCell in another UITab?
I have an app which has a UITabBarController as root.
Tab1 : Preferences
Tab2 : MapView
Tab3 : Table List
It basically allows the user to set some preferences and modifies the data presented in the ...
0
votes
0answers
60 views
Map and blue dot not displayed in XCode
I'm at the very beginning of chapter 5 in the iOS Programming: The big Nerd Ranch Guide (3rd Edition). The problem I seem to be having is that the blue dot (The user) is not begin displayed, not only ...
0
votes
1answer
26 views
Go to another viewcontroller after click on a pin mapkit
I have multi pin on my map (about restaurants, hotels etc..), on that pins I have an "arrow" (rightcalloutaccessoryview). The coordinates are stored on the sqlite database.
I can get the coordinates ...
0
votes
0answers
12 views
IOS SDK + Turn images of route
I am getting route from IOS SDK but now i want to get Turn by turn images as attached.
Is there any way to get this kind of images? or need static images from my app bundle?
Thanks
2
votes
1answer
69 views
IOS SDK 7.0 + MKDirections + calculateDirectionsWithCompletionHandler
i am working on demo app of MapKit updates in IOS SDK 7.0.
I am trying to find route b/w two places via IOS SDK 7.0. As if you know, apple allow to get direction within app and not need to use ...
0
votes
1answer
24 views
iOS: smart refreshing of annotations
Whenever I move my map in my application I download new annotations(or coordinates rather) from a webserver, appropriate for the maps state.
I do not want to download already downloaded annotations ...
4
votes
0answers
42 views
+50
MKOverlayView to be rotated
I have an overlay of route to be placed over a map. I have to adjust its rotation so that it overlaps exactly with the underlying map view. How can I achieve this? I have found the angle to rotate. ...
0
votes
2answers
26 views
MKAnnotation - Multiple annotations not appearing
I wrote a test application for a MKMapView after having problems with my application. My problem is that I cannot place multiple pins on a map. Using this code in a viewDidLoad: method, 10 pins SHOULD ...
0
votes
0answers
42 views
iOS : MapKit place an annotation relative to the map, and not the bounds of the screen
I am writing an application with a mapview inside.
I download coordinates for some annotations from my server via a HTTP request.
I am supposed to decode the JsonResponse and add the annotations to ...
0
votes
2answers
24 views
Break up MKMap into tiles — tiles too small
I am working on an overlay for MKMapView using MKOverlay and MKOverlayView. To start things I just want to divide the world into tiles depending on the current zoom level. So when I am zoomed out I ...
0
votes
0answers
27 views
iPhone 5 6.1.4 Maps vs iPod Touch 6.1.3 Maps
I'm having some really strange behavior with using Maps in my application... I've implemented a map that takes up a small portion at the top of the screen and, at the bottom of the screen, have ...
0
votes
1answer
25 views
regionDidChange called several times on app load
I have noticed that as the app is first loaded the regionDidChange method is called a couple times before loading the map (or as the map is loading)
In order to avoid this behaviour, I had to use the ...
0
votes
0answers
34 views
removeAnnotations doesn't trigger viewForAnnotation
I have a map that displays loads of annotations
and I have a button on the map to cluster the annotations
when I click on the button, the clustering algo basically does the following
select a ...
1
vote
1answer
66 views
Apple route points or google route points on apple maps
It is against the policy of Google maps to show GOOGLE Route on any other maps except Google maps.I am using apple maps and i want to show route between two points. Lets say current location and some ...
0
votes
0answers
15 views
how can I display alert when user is nearby annotation?
I am trying to display an alert when user is nearby annotation
I have multiple annotation.
Thanks.
0
votes
0answers
40 views
Rendering images to scale using OpenGL on top of MKMapView
I've got an OpenGL view layered on top of of a MKMapView so that I can render advanced textures and polygons on top of a map efficiently. I need to use OpenGL because CoreAnimation (ie using ...
1
vote
0answers
26 views
MapKit opens focused on wrong place
I have the following issue: I have anotations within my mapkit however when I first open the map it doesn't go to the predefined location. It does however do it on the second time it is opened. Is ...
0
votes
2answers
41 views
When should I stop updating location manager?
I have an app that makes a call to get the user's location:
-(void)getLocation{
locationManager = [[CLLocationManager alloc] init];
locationManager.delegate = self;
...
0
votes
2answers
107 views
Search nearby in iOS Maps
I am trying to build a simple application using MapKit that will automatically search for a specific place when the app launches and drop pin(s) on the map at the locations(s). I am seeing all sorts ...
0
votes
1answer
18 views
How to fix MapView zoom into location until a second time view appears
I have an app that loads a tabbarcontroller with 3 tabs. One of them is a mapview. It is set to zoom into the user's location by this code:
- (void)viewWillAppear:(BOOL)animated{
[super ...
0
votes
0answers
21 views
MKViewAnnotation custom callout
I try create my own custom callout. This mean, I try create something new instead black system callout.
In MKAnnotationView documentation you can read: "To provide custom callout views, override the ...
-1
votes
1answer
26 views
MapKit Looking For More Annotations Than I've Specified
I have an app that calls addAnnotation exactly 3 times (after verifying that the coordinates are good using CLLocationCoordinate2DIsValid, passing a model that responds to id, title latitude, ...
0
votes
1answer
29 views
ios MKUserTrackingModeFollow issues
I´m trying to create an app using a MapKit with user tracking with heading. In the viewDidLoad method I included the code:
self.trackingButton = [[MKUserTrackingBarButtonItem alloc] ...
0
votes
1answer
17 views
How to merge groups of UIAnnotationView?
I need to merge groups of MKAnnotationView (MQAnnotationView) like it is in Places of Photos app. How to do it? Is there any free solutions?
0
votes
1answer
57 views
MapKit pin not displaying leftCalloutAccessoryView
I am following the iOS 5 version of Paul Hegarty's lecture on ios app developing, and I am working on assignment 5.
So basically I need to display a bunch of images on a map with the data provided ...
0
votes
1answer
37 views
How to check if a user is at a specified latitude/longitude in iOS?
I'm wondering if there is a way to check if a user is actually at a specific location or not (or maybe within 50-100 feet of it). I have a CLLocationCoordinate2D defined and I know I can check my ...
0
votes
1answer
27 views
How to filter annotations on a map view
I'm currently working on an application that displays annotations on the map. They have multiple colours that represent different things. For example green represents cafes and Purple is to represent ...
0
votes
1answer
27 views
Custom annotation properties to store URL from database (inheritance issue?)
My Annotations are placed on the map like so:
for (i = 0; i < [results count]; i++) {
// create new object CustomAnnotation
myAnn = [[CustomAnnotation alloc] init];
// set ...
0
votes
2answers
50 views
viewForAnnotation detail disclosure changing current location as well as pins
In my viewForAnnotation method I am adding a detail disclosure button to the right of the pin, however it changes the showsUserLocation to be a red pin, with a disclosure button to the right of the ...
0
votes
1answer
29 views
iOS - using MapKit with plist annotations - how do I search within a position radius
I have an application that uses the Mapkit with a plist that contains my custom annotations. This all works fine.
What I next want to do outside of the map is to be able to locate all the custom ...
-2
votes
2answers
86 views
Unrecognized selector sent to instance?
How to fix such an error:
unrecognized selector sent to instance ?
CLLocationCoordinate2D userCoordinate = userLocation.location.coordinate;
CGFloat latDelta = rand()*.035/RAND_MAX -.02;
CGFloat ...
1
vote
1answer
56 views
iOS SDK: MapKit MKPolyLine not showing
I'm trying to display a polyline on my map, but the line doesn't show up. I tried a lot of things, but noting seems to work.
I checked the Core Data functions, and it is returning data, so that is ...
0
votes
0answers
16 views
Projected coordinate system to geographical coordinate system conversion
I have a web service that returns data in projected coordinate system for ArcGIS maps (x, y). I need to display some data on MapKit but there, the maps work using geographical coordinate system with ...
-1
votes
1answer
51 views
Calculate the time from distance on map view in iPhone [closed]
I'm getting the distance while parse the json url in -(void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event; method on map view in iPhone.How can I convert that distance into time? Please ...
0
votes
1answer
31 views
How to detect when MKUserTrackingBarButtonItem is used
I'm currently trying to find a way to detect when the MKUserTrackingBarButtonItem is used, other than deal with the mapView:didUpdateUserLocation: delegate method.
I tried to setAction of the ...
0
votes
2answers
34 views
Custom MKAnnotationView in MapKit like below picture [duplicate]
I want custom MkAnnotatioView when click pin on map like below picture...
0
votes
1answer
47 views
How to call a segue from a disclosure button on a map pin?
I have an app that plots pins on a mapview.
Each pin uses this code to display a detail disclosure button, which when tapped calls a showDetail method which then calls the prepareForSegue method. Im ...
3
votes
1answer
1k views
Calculate the radius in meters using mapkit
I need to know the distance (in kilometers) from center map to the other side of the screen, (and if the zoom change the distance will change).
I need to implement this feature in this function
- ...



