Questions tagged [ios6-maps]

Apple's mapping software introduced with IOS6 to replace the existing Google Maps integration.

Apple's mapping software introduced with IOS6 to replace the existing Google Maps integration.

With the release of IOS6, Apple removed the Google Maps app and have replaced it with their own version.

Users should be aware that there are a number of teething problems with the service at the moment.

This is now the default maps app for all IOS devices.

99 questions
1
vote
0 answers

New iOS6 Maps: can they be stored? Can I provide offline maps on my app?

I am currently developing an iPhone App which needs the maps to be stored. I was planning to use OpenStreetMaps but I would like to know if Apple would allow the new map tiles to be stored in order to show them offline. I can't find anything about…
0
votes
1 answer

iOS 6 Map not showing provided lat long location

I am using a Map View within a UIViewController and I have provided a default location to zoom in on, with an annotation as well. However the zoom is not working. The Annotation is working fine, but the initial zoom to location isn't working. I'm…
shadonar
  • 1,114
  • 3
  • 16
  • 40
0
votes
1 answer

Map View Bug In Xcode 4.5

I was creating ScreenShots in my upcoming App and now the iOS Simulator isn't loading the maps. It was 10 mins earlier now its just a black yellow page. I am connected to the internet (How could I post this Question). I tested the app on my iPhone 4…
iProgrammed
  • 980
  • 2
  • 10
  • 29
0
votes
1 answer

Apple Maps - Find destination/location - How to?

I'm still a noobie to app making, and i've been trying to read some of the documentary for the MapKit, but im still clueless on how to do this. I have a textfield on TabBar2, and Apple Map on TabBar1. How do i make the textfield on TabBar2,…
Patrick R
  • 1,949
  • 3
  • 32
  • 58
0
votes
2 answers

Get Location information Using CLPlaceMark And CLGeocoder

I have been completed drawing the route between two places using ClLocationCoordinate2D on map in ios 6 dynamically.Can anyone please help me out in getting the location name using CLPlacemark and CLGeocoder as reverse geocoder has been deprecated…
Tanya Prashar
  • 27
  • 2
  • 6
0
votes
2 answers

iOS6 MapKit (MKLocalSearch): How to get Address of a mapItem?

iOS6 Apple MapKit So I understand the code in the link below for the most part. http://phpadvocate.com/blog/2013/01/ios-6-1-simple-example-using-mklocalsearch/ However, how do I get the address for the mapItem? Seems like the other properties…
user1107173
  • 10,334
  • 16
  • 72
  • 117
0
votes
1 answer

add address to apple map

any one know how to add an address to apple map, for example if I want to add this address "Rickmansworth, Hertfordshire WD3, Regno Unito" to map, how can I do that? I do not have latitude or longitude. I searched in google, I did not find anything…
Vannian
  • 1,490
  • 5
  • 14
  • 26
0
votes
2 answers

Location service permission(alert) not showing in iPod

I have uploaded a GPS based iPhone app(iOS 6) to app store. One of my friend told that, core location permission is not asking for his device(iPod). As his location is not getting updated, he misses the functionalities. I have tried many devices…
Anand
  • 254
  • 2
  • 12
0
votes
1 answer

An instance 0x1d58be70 of class MKPlacemark was deallocated

When I tried to add annotation on mapview using MKPlacemark using this code: for(int i = 0; i < [array count]; i++){ UsersModel *model = [array objectAtIndex:i]; CLLocationCoordinate2D newCoordinate; newCoordinate.latitude =…
0
votes
1 answer

How to change back annotation pin color to original?

I am change annotation pin color when clicking annotation pin and click another annotation pin change pin color so currently two annotation color changed,but i want currently choosing annotation color only changed old selection back to original…
user991278
0
votes
1 answer

Using current location to show directions to a destination using an in app MapView ios 6

I am trying to find how to provide directions to a certain location using the in app MapView. I want my app to pull the users current location(which I have accomplished), then I want the MapView to use that information to provide turn by turn…
0
votes
1 answer

"Forward" a directions request from MKMapView

I have a MKMapView with a few Annotations. I would like to add the option to "forward" the user to the native Maps (iOS6) app for directions to the selected annotation from within the callout "pop-up"... Is this possible? Maybe using a pseudo-link?
Joseph
  • 9,171
  • 8
  • 41
  • 67
0
votes
1 answer

How to draw multiple routes on iOS 6 maps

Possible Duplicate: Multiple MKPolyline on MKMapView iOS6 I have two csv files containing latitude and longitude. I want to draw two polylines or routes on the iOS 6 maps. How can I do this?? I've tried the following code to draw single…
Ankur Arya
  • 4,693
  • 5
  • 29
  • 50
0
votes
1 answer

how to get geolocation city name in iphone?

I have tried this codes for getting the geolocation based values but not able to get the city name. How do I get the city name? - (void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation…
C.M.Raj
  • 86
  • 12
0
votes
1 answer

Check if Annotation callout is clicked

I want to check if the annotation is clicked: So it goes from this: To : Here's my code that shows the annotation: - (MKAnnotationView *)mapView:(MKMapView *)mapView viewForAnnotation:(id )annotation { static NSString *identifier =…
David Raijmakers
  • 1,369
  • 1
  • 16
  • 40