MapKit is Apple's framework for presenting and annotating scrollable and zoom-enabled maps on iOS devices.

learn more… | top users | synonyms (1)

0
votes
1answer
8 views

Dealing with nested NSDictionary keys

I need to grab a set of latitude and longitude points and use them to plot map markers, but for some reason I cannot store them as a double value and pass them into my method. I have tried logging out ...
0
votes
0answers
27 views

Setting the title of multiple pin annotations

Here is Question 3 of 3: My app is a map view were the user can enter an address which will put a purple pin on the map for the HQ. Secondly, the user can enter any address, which will put as many ...
0
votes
0answers
18 views

Save certain pin annotations with NSArray

Here is Question 2 of 3: My app is a map view were the user can enter an address which will put a purple pin on the map for the HQ. Secondly, the user can enter any address, which will put as many ...
0
votes
1answer
26 views

MapKit uber style map Center annotation

I would like to have a annotation in the center of the map, that does not move when the region is changed. That is, when one moves the map, the annotation stays in the center regardless. I have ...
0
votes
1answer
20 views

Mapkit draghino

This may sound dumb but I did some research and I am looking for a function that is called WHILE the map is being dragged not after. Is there any delegate functions because I couldnt find any.
0
votes
0answers
15 views

How to remove or hide background in MKMapView when using custom tiles

Having tried many methods I still haven't found a good and full-proof way of preventing the usual "maps" from being shown behind custom map tiles that I am using. Ultimately I want my app to have a ...
0
votes
1answer
21 views

Course value of CLLocation class -1 all the time. Why?

I want to show the car / bike in the direction of which user is moving, for that i have used course property, but its value is all the time -1. Below is the NSLog value of perticular location : ...
0
votes
1answer
24 views

Errors with MKMapkit won't let me display markers onto map

I'm having issue with my JSON response. For some reason every time that I run the program I end up with a threading error, and perhaps it had to do with the error..? I'm trying to take a JSON response ...
0
votes
1answer
19 views

Pin Callout Button Missing

I am using the following code to create my pin annotation callout, but my Detail Disclosure Button and my custom image do not show up. It must have something to do with if([annotation ...
0
votes
2answers
15 views

Custom title for map annotation

In my map app, the user can enter an address in a search bar, and the location is displayed with a red pin. Is it possible within my code to let the user enter a custom title and subtitle before the ...
0
votes
1answer
24 views

Map does not zoom to coordinates

My map is supposed to zoom to the location saved in NSUserDefaults. Although my pin shows up on the map, the map goes to the ocean and does not zoom at all. Here is my code. What am I doing wrong? I ...
-2
votes
1answer
22 views

Add Pin using Coordinates

I am creating a map app, and I am using the built-in forward geocoder. So far, everything is working great. When I enter an address, the geocoder converts the results beautifully into coordinates, ...
0
votes
0answers
20 views

Change speed of animatesDrop for Map Kit Annotations

Is it possible to change the speed (or gravity maybe) for the animation of pin.animatesDrop Where pin is an instance of an MKPinAnnotationView I would really like it if my pins could fall faster. ...
0
votes
2answers
14 views

Forward Geocoding

I am creating a simple map app. So far, I implemented my map view, as well as my search bar. I also played around with a forward geocoder I found at ...
1
vote
2answers
74 views

Test if MKCircle intersects with MKPolygon

I'm looking for some guidance in testing if a MKPolygon intersects an MKCircle. Currently I'm using: if ([circle intersectsMapRect:[poly boundingMapRect]]) { //they do intersect ...
1
vote
0answers
34 views

iOS MKAnnotationView load deleted image

I have a strange behavior when loading annotations in a map. I have a custom annotation that loads different images according to a property. During the development of the project i have changed one of ...
0
votes
0answers
26 views

Algorithm for the direction in which user moves

I want to show custom car / bike image in the direction of which user moving, right now the problem is that, bike goes in the direction of which user moves, but when user come reverse it bike also ...
0
votes
1answer
43 views

how to display data from plist in detail view using segue when map view annotation is pressed

as the title describes i am having trouble displaying the data that i have in my plist for annotations in the map view project i am working on using segue in storyboard. i have the map view and all ...
0
votes
0answers
15 views

Show Image which points the user's direction through compass method didUpdateHeading

How we can show the location of the moving user pointed to the direction which user follows ? I have used compass methods called didUpdateHeading but can't able to show the point location which user ...
0
votes
1answer
28 views

Rotate image in the direction of which user moving through compass methods of class CLLocationManagerDelegate

I want to move the bike / car in the direction of which, user moving through compass methods. For, that i have used didUpdateHeading method, but still i can't able to move the bike image in the user's ...
0
votes
1answer
19 views

Adding CLLocationCoordinate2D to custom MKAnnotation object

I am very new to iOS, and even newer to using the MapKit library. I am trying to create an instance of an MKAnnotation class called TruckLocation, and I have gotten this far but am really hung up on ...
0
votes
1answer
32 views

Annotation Button Not Displaying

Im working with Mapkit for the first time and i am having a problem of Annotation Button not displaying. I am using xCode 5 and iOS7. I also did try in xCode 4.6 iOS 6.1 and that did not work either. ...
0
votes
1answer
14 views

Given a CLPlacemark is it possible to get an image of that location?

I want to do something similar to what Apple Maps does - when you select the annotation for a pin, the detail view includes an picture of the place. I cannot find any information on how we mere ...
2
votes
1answer
43 views

Rotate image as per the direction of user follows in Map

I want to rotate the bike / car image in the direction of user follows. Right now the image follows the direction but looks non directive, we can say the point is not follows the direction : - ...
0
votes
3answers
56 views

removeAnnotation method not called

Annotation method removeAnnotation is not called, so that the images on map duplicated while update location. How to call removeAnnotation method so that we can remove image from old location. ...
0
votes
1answer
28 views

Want to show custom images on the map with user update location

I want to show bike/car image on google maps with rotation that user follows. How it can be possible. I have added didUpdateToLocation method to update the location of user and added ...
-1
votes
0answers
22 views

How to draw the overlay on MKMapView corresponding to the ZIPCode given? [closed]

We have requirment of drawing the area by different color for different ZIPCODE given in MKMapView iOS 5 and above.Please provide your inputs on it.
0
votes
0answers
26 views

How to show custom bike image on map with current location update

I want to show bike / car image on map with rotation on the direction that user follows. How it can be achieve with Map Kit and Core Location frameworks ?
0
votes
0answers
28 views

MapKit's Built-In “Annotations”: Access or Hide Altogether?

In iOS 6's MapKit, Apple is rendering some of their own built-in annotations. These markers also appear in the native Maps app that you can select for more info. I cannot seem to find any ...
0
votes
1answer
16 views

MapKit: How to add a new map layer from very large images

I have a ton of large images I need to overlay onto my MapKit view in order to display another map layer that covers the entire United States. Is there a good way to do this? How could one handle ...

15 30 50 per page