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
3
votes
1 answer

Add your business to Apple maps

Any idea on how to add business to Apple Maps? They are very incomplete, and none of my client's business are appearing.
monxas
  • 2,475
  • 2
  • 20
  • 36
3
votes
2 answers

IOS6 Mapkit licensing, terms of use

In IOS6 map data was replaced from Google to Apple's own map data. In the past, when MapKit was used you had to accept Google Maps licensing and terms of use (https://developers.google.com/maps/iphone/terms). What is the situation with the new…
Tom
  • 3,899
  • 22
  • 78
  • 137
2
votes
2 answers

GoogleMap API Gives Wrong Coordinates for Direction between two Points

I am using GoogleMap API for showing draw direction between two points on GoogleMap. i want to give support on iOS 6.1 so i use GoogleMap i know about iOS7 recover this. using below code for parsing and get Steps for coordinates to draw polyline on…
jayraj m.g.
  • 625
  • 5
  • 18
2
votes
1 answer

iOS 6 MKMapView Memory Leak and Crashes app after some time

iOS 6 MKMapView seems to be using the tons of memory, when we starts zooming and playing around with the Map View in our application(for around 7-10 mins), When we come out of the controller which has MKMapView, its some how not releasing the total…
Imad Ali
  • 21
  • 1
  • 3
2
votes
0 answers

How to display traffic data on MKMapView in iOS 6

Is there a way to display traffic data on MKMapView in iOS 6 without using 3rd-party API (no Google API)? I thought since in iOS6 map data is provided by Apple, there should be a way to do this, but I can't seem to find the right API to do…
RawMean
  • 8,374
  • 6
  • 55
  • 82
2
votes
2 answers

Drawing a route on Apple map (iOS 6+)

I was looking for many code samples of how to draw a polyline on MKMapView like the second answer (from above) in this link. However, will that solution work on iOS 6 Apple maps? If not, can you provide a link to a sample code that draws the route…
JAHelia
  • 6,934
  • 17
  • 74
  • 134
2
votes
1 answer

Using Google direction api in iOS 6

Can I use Google map direction APIs to draw poly line on apple maps (obviously on the mapView) in iOS6? If yes then will it be approved by apple? Thanks in advance.
Nayan
  • 3,014
  • 2
  • 17
  • 33
2
votes
1 answer

iOS6 not showing MKAnnotationView callout

I've been searching around what can be the source of this problem, but I can't see what’s going wrong. I hope you can help me here. I'm trying to show an annotation in a mapView, the pin is dropped but is impossible to see the callout until I tap…
jcalonso
  • 1,473
  • 13
  • 19
2
votes
1 answer

Programmatically getting directions using Apple Maps

I'm a bit confused by the documentation. After some research and experimentation, this is what I have. if ([self canUseMKMapItem]) { [self iosTheMap]; } else { [self googleTheMap]; } Using this to detect…
Chad Schultz
  • 7,770
  • 6
  • 57
  • 96
2
votes
1 answer

IOS 6 CalloutView with TableView does not work anymore

I have a custom calloutview for my map. There is a tableview inside. Until IOS 6 everything works fine and if I selected a row a new view was displayed inside the callout but now with IOS 6 it does not work anymore. The tableview is shown but I…
kev52
  • 151
  • 1
  • 1
  • 5
2
votes
3 answers

Map Integration in ios6

How can I integrate maps in iOS 6. Will it be supported in earlier iOS versions? I want to display a map in an app which has to support iOS 5 and newer. How could I do this? In the earlier versions iOS uses Google Maps and in the latest version it…
Aswathy Bose
  • 4,279
  • 4
  • 32
  • 44
1
vote
1 answer

Can you see a maps pin on an iPhone placed by a different person with the same app?

I'm creating an app and want to know before I go further if within an app is it possible to place a pin on maps on one iPhone, and then in the same app on a different iPhone have that pin show up on the second phones' map? If so how? Person A places…
1
vote
1 answer

iOS Map URL parameters for searching nearby

Our app used to display Google Map in UIWebView and show keyword search results near User's current location like so: http://maps.google.com/?q=pizza&sll=36.02667514703798%2C-78.94532340586088&z=12 Which works well and returns all pizza restaurants…
so9594
  • 11
  • 2
1
vote
1 answer

How to use Google Map API to draw route between 2 locations in iOS 6?

Previously I used iOS 5 to draw routes between 2 locations and update the current location continuously while navigating using Google Maps API,it was working fine but now after i upgraded to iOS 6, nothing is working I am not able to view the map…
Abhi
  • 63
  • 5
1
vote
0 answers

iO6 CLGeocoder: Always returns only ONE object

In the code below, I always get only one Object back from geocode NSArray *placemarks. I do an NSLog it always shows up as one Object. No matter what I type in the searchBar. I'm testing it on my iPhone 5 device. I live in San Francisco and the…
user1107173
  • 10,334
  • 16
  • 72
  • 117