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

Can't get viewForAnnotation to fire after initial user location firing

I have this code: // MapViewController.h #import #import "MyCLController.h" #import @class ShowsContainerController; @interface MapViewController : UIViewController…
dclowd9901
  • 6,756
  • 9
  • 44
  • 63
1
vote
1 answer

How to exit from Map App in IOS 6 i.e. return control back to app requesting directions?

I am using MKMapItem to launch Map app from within my app after the user taps 'Directions' button. The Map app comes up fine showing directions from current location to a address. But how do I go back to my app, If I no longer want to see…
Vidya Bansal
  • 231
  • 4
  • 12
1
vote
0 answers

iOS 6 Getting Directions in new Apple Map on Foot or Walking

I'm unable get the Walking directions using Apple Map app, But if use MKLaunchOptionsDirectionsModeDriving rather than MKLaunchOptionsDirectionsModeWalking the code works, can someone please help a bit getting on Walking directions? I have following…
Zee
  • 1,865
  • 21
  • 42
1
vote
1 answer

Can I rotate blue point for current location in my iPhone apps

Hi I am working with Map view in iPhone, I am rotating mapview, it is correctly rotating. But My custom pin (imageview) is not rotating. I run the Maps application in iPhone, in that app, 'v' shaped image for current location is appered and is…
Mahesh Peri
  • 1,689
  • 2
  • 14
  • 24
1
vote
2 answers

limitation in drawing route using map api in iphone

i have used this link to draw route on map. I am using iOS 6 map view. but i think this is using google map api to draw route on map. when i drop 26th pins it gives me error. I want to know is this a limitations from google map? What is role of…
YogiAR
  • 2,207
  • 23
  • 44
1
vote
3 answers

How to enable Two-Finger rotation on Apple Maps

How can i enable Two-Finger rotation feature that we see in New Apple Maps in iOS6? Has anyone done this yet? Is there something in the documentation i might be able to find? Thanks Everyone.
Haris Hussain
  • 2,531
  • 3
  • 25
  • 38
1
vote
1 answer

MKMapView not updating with calls to setRegion:animated

I'm trying to learn how to use MKMapView and have created a sample application to do so; however, in my code I'm making a call to setRegion:animated to change the center point and the span, but the map never updates. I've run through a few threads…
Anil
  • 2,539
  • 6
  • 33
  • 42
1
vote
1 answer

MKMapView rotation iOS6 scaling

Before iOS6 I used to rotate the MKMapView based on the user's GPS-direction (NOT HEADING), using a subview of the MKMapView. It all worked perfectly, I initialized the view as follows: mapView = [[MKMapView alloc] init]; mapView.delegate =…
Bob de Graaf
  • 2,630
  • 1
  • 25
  • 43
1
vote
1 answer

MKMapVIew shows googleMap in iOS 5 and Apple map in iOS 6

Possible Duplicate: Let users choose between Google Maps and Apple Maps in IOS 6? In my app, i have used MKMapView which shows google maps in iOS 5.0 but it shows Apple map in iOS 6.0. I, want to show google map in both the OS, because Apple Map…
stack
  • 951
  • 3
  • 9
  • 23
1
vote
3 answers

IOS6 geolocation watchPosition Callbacks fail

The watchposition callbacks are not firing in IOS6 after first couple. On start it fires once or twice and that's it. Once failed, further calls of the watchposition or getposition do not fire success or failure callbacks. The work around I am…
MarkM
  • 87
  • 7
1
vote
0 answers

Call Maps for directions from a webpage with iOS6

Possible Duplicate: Current Location doesn't work with Apple Maps IOS 6 Preamble: Given that: if you create a link like: "http://maps.apple.com/maps?saddr=here&daddr="+theUrlEncodedDestinationAddress it will open the native map app with a…
Sergio
  • 1,139
  • 14
  • 24
1
vote
1 answer

How can we run kml file in iOS6?

as we all know that iOS6 is launched can any one tell how to display the kml file on map in iOS6.Earlier i was showing it on google maps.
ankit yadav
  • 363
  • 2
  • 13
1
vote
0 answers

crash iOS6 and cocos2d Background Thread + MKMapView

I've been working on a game using the MapKit Framework and Cocos2D v2.0 library: I display a transparent OpenGL View (EAGLView) managed by Cocos2d above a MKMapView. It's a large project, more than a man-year so far for the iOS client alone. To have…
JD C4M
  • 151
  • 1
  • 1
  • 6
1
vote
1 answer

How to open native maps from full mode website in iOS6 with backward compatibility

Need to open native maps app on iPhone and/or android phones out of a mobile website. Currently I did this by simply open a maps.google.com link. Since iOS6 is released this seems not working any more. Are there any standardized or at least well…
dasheddot
  • 2,936
  • 4
  • 26
  • 33
1
vote
2 answers

apps with google maps will work in ios6

Apps built with google maps(iOS5), will work perfectly when users update their devices to iOS 6? There are backward compatibility? Thanks.