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

Draw route in Apple map in ios 6

I want to draw a route between two places. I have the GPS value of those places. I can get the GPS route values between those places from the google api http://maps.google.com/maps?output=dragdir&saddr=&daddr=. I want to know that will google reject…
Tinku George
  • 195
  • 2
  • 11
0
votes
1 answer

Overlaying multiple polygons on the mapView-iOS

As you seen in the image, there are numbers of polygon on the top of the mapView. Each polygon overlays on the top of other polygon. This causes opacity problem and that misleads user to interpret colors by referring to colormap. Before placing any…
user1724168
0
votes
1 answer

Plotting lat/lon points on Apple Maps vs Google Maps

I'm using Google Places to get latitude and longitude for places near a user, and then plotting those points on both Apple Maps (on iOS 6, using MKMapView) and plotting them on Google Maps (using Javascript V3). Now the problem is when I plot them…
Roger O'Brien
  • 458
  • 1
  • 5
  • 16
0
votes
1 answer

Showing Maps in Iphone's native map application from my app in iOS 6

i want to display the maps in iphones map application. so, when i tap on map button it should navigate to iphone app. i have the code that works fine in other than ios 6 . but i want it in ios 6.thanks in advance
wasim
  • 698
  • 8
  • 20
0
votes
1 answer

iOS6 MKMapView Zoom

I'm trying to get my MKMapView to zoom into to an annotation. I've tried all sorts however I remain zoomed out to my region. - (void)mapView:(MKMapView *)mapView didAddAnnotationViews:(NSArray *)views { NSLog(@"Did add annotations"); …
James
  • 5,137
  • 5
  • 40
  • 80
0
votes
1 answer

ios 6 MapKit annotation rotation

Our app has a rotating map view which aligns with the compass heading. We counter-rotate the annotations so that their callouts remain horizontal for reading. This works fine on iOS5 devices but is broken on iOS6 (problem seen with same binary as…
goelectric
  • 320
  • 3
  • 10
0
votes
3 answers

GEOJson file greyed on selection from Xcode

Hullo, I would like to test my app for the turn-by-turn configuration and so I wanted to load my GEOJson file to Xcode. Yet when I open the Routing App Coverage File pulldown and try to select my polygon it appears greyed, like all other documents…
Fabrizio Bartolomucci
  • 4,948
  • 8
  • 43
  • 75
0
votes
2 answers

ios 5 and ios6 compatibility features -xcode

I want to create a map based app but apple will no longer user google maps in ios 6.I dont want to upgrade to the developer beta yet as I am waiting for the final release. But I also want to get started as soon as possible. If I start my project now…
snksnk
  • 1,566
  • 4
  • 21
  • 46
-2
votes
1 answer

iOS 6 MKMapItem Load in MKMapView

I was wondering if in iOS 6 you can launch a MKMapItem embedded into a MKMapView inside the app itself without having to launch the MapApp? Or will I have to make a call to a URL in order to embed this into a web view? Thanks in advance
brmcdani44
  • 27
  • 7
1 2 3 4 5 6
7