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

Application used MapKit crash on iOS6

I have a strange problem with google map in my application dedicated for iPad (with iOS6). I've made a horizontal scroll view, filled with two views. One is a detail information view (some text, nothing special), and the second view is a view…
Marx Dzida
  • 61
  • 3
6
votes
2 answers

Google maps V3 JS no happen "center_changed" from UIWebView iOS6(iPhone)

I'm trying to display GoogleMap(Google maps V3 JS) in UIWebView(ios6). but, When I moveing the map in webview,event no fire center_changed. Move map has been completed, event fire. Why? ... Someone told me…
5
votes
2 answers

How to get a list of all installed routing apps?

How can I get programmatically the list of installed "Routing Apps" on iOS? The reasoning behind this is, that iOS offers heaps of navigation apps and I don't want to maintain a list of the manually. Apple provides a new functionality since iOS 6 to…
Klaas
  • 22,394
  • 11
  • 96
  • 107
5
votes
2 answers

Open Google Maps App in iOS 6

I would like to open Google Map App in iOS 6 programmatically. I tried to open the maps in by passing url - maps..... but it is still opening in the Safari
Zahur
  • 181
  • 3
  • 10
5
votes
1 answer

iOS 6 MapKit VoiceOver Reads POIs Prior to Pins

I have code that worked fine under iOS 5 while tested under VoiceOver. My code adds a collection of MKPinAnnotationViews to a MKMapView. My problem in iOS 6 is that voiceover reads street names and other POIs (which can be many) prior to reaching…
abellina
  • 1,016
  • 1
  • 11
  • 27
5
votes
1 answer

Indifferent behaviour of zoom level in IOS 6 mapview

I have been using the following code to zoom the mapview, so that all the annotations will be displayed in the view at the same time at optimum zoom level. But in IOS 6, there seems to be some problem with the zoom level. Testing a few cases, I…
Xavi Valero
  • 2,047
  • 7
  • 42
  • 80
5
votes
2 answers

IOS 6 Maps Crash

I keep getting this crash on IOS 6 but I am not sure what is wrong. Does anyone know what it means? Exception Type: EXC_BAD_ACCESS (SIGBUS) Exception Codes: EXC_ARM_DA_ALIGN at 0x00000001 Crashed Thread: 0 Thread 0 name: Dispatch queue:…
Dmorneault
  • 199
  • 1
  • 8
5
votes
2 answers

iOS 6 Using Google Maps without UIWebView

Is there any native solution using Google maps in iOS6 development? Let's not assume UIWebView. What do you think, are developers going to use Apple maps because they don't want to use UIWebView?
Almas Adilbek
  • 4,371
  • 10
  • 58
  • 97
5
votes
9 answers

iOS6 Maps, MISSING the Detail Disclosure Button (the blue chevron) on all my maps! How to get it back

My understanding was there was no problems moving to iOS 6 maps. But for some reason, the Detail Disclosure Button is now MISSING in my map App. Is there a way to get this back. Wow, totally unexpected. This has been working for years, so all…
Edward Potter
  • 3,760
  • 4
  • 28
  • 39
4
votes
0 answers

MkMapview setRegion under ios6 snaps to grid like ios5, no precise setRegion possible

It is well known that using setRegion with MkMapKit under ios5 snaps to the next available Google zoom level, so a precise programatic setting of the map region was not possible (without special tricks, like using transformation matrix on…
AlexWien
  • 28,470
  • 6
  • 53
  • 83
4
votes
0 answers

iOS 6 Map doesn't zoom with MKUserTrackingModeFollow

While my iOS6 MKMapView is in MKUserTrackingModeFollowWithHeading or MKUserTrackingModeFollow, zoom gestures (pinch, double-tap, two-finger tap) work sometimes, but not always. The issue seems to occur when didUpdateUserLocation: is called after…
carton
  • 1,020
  • 1
  • 8
  • 17
4
votes
1 answer

How to check whether the user has google maps installed in IOS6?

I tried searching hard, but to no avail. In my app, that runs on an IOS6 device also, i have a MAP module that needs a Google map. Now in IOS6 there can be devices which have iOS6 maps and not Google Maps. So my Program has to check whether the…
ScarletWitch
  • 522
  • 6
  • 23
4
votes
1 answer

Returning Multiple Placemarks When Geocoding Address String iOS 6

this is my first post on stack. I am new to iOS development, and need help with geocoding. In particular, according to Apple's documentation: "The number of returned placemark objects depends greatly on the specificity of the information provided.…
Michael
  • 697
  • 5
  • 11
4
votes
2 answers

Map Annotation showCallout-iOS

I have problem to show the annotation title as shown in the following images. First image denotes value very well; on the other hand, once value goes up to three digits then title shows three dots as shown in the second image. I would like to know…
user1724168
4
votes
2 answers

Open Apple Maps and Start Route from Current Location to Home Immediately in iOS 6.0

I'm wanting to create a link in my application that essentially will be labelled "Take Me Home". When pressed, I want it to open Apple Maps, route from current location to home, and start turn by turn navigation. I have found this scheme, but it…
Kirk Ouimet
  • 27,280
  • 43
  • 127
  • 177