Questions tagged [apple-maps]

Apple Maps is a mapping service application developed by Apple Inc, for its iOS mobile operating system.

Apple Maps was announced by Scott Forstall at the Apple Worldwide Developers Conference (WWDC) 2012 keynote on June 11, 2012. This uses Apple's own mapping system with data provided by a number of providers, mainly through Dutch manufacturer of navigation systems, TomTom, and a Chinese mapping company specifically for just the Chinese market version, AutoNavi.

Source: "Apple Maps" article on Wikipedia

320 questions
5
votes
2 answers

Wrong Geolocation with React Native and iOS simulator

I am working with react-native-maps and using the react-native api for geolocation. When I am using location through the api what comes back on the simulator shows me in San Francisco not in Denver, CO where I am located. Is there a reason as to why…
T. Evans
  • 959
  • 3
  • 14
  • 27
5
votes
0 answers

Map route view does not show correctly in Application

I implement a map and it works well. But when I try to zoom in the map, I see this problem facing: Here is my code: - (MKOverlayRenderer *)mapView:(MKMapView *)mapView rendererForOverlay:(id)overlay { MKPolylineRenderer…
5
votes
3 answers

Allow call (and maps, and mail) in cordova

I've been struggling with this for a while. I'm trying to make a call after people press 'Call' from a popup. Funny thing is, that it goes straight to calling when they click the phone number. But when they hit 'Call', console returns: ERROR…
Cake
  • 318
  • 6
  • 20
5
votes
1 answer

Multiple waypoints in Apple Map

Is there a way to show routes between multiple points in Apple map like Google map programmatically?
user3082143
5
votes
0 answers

How to get same search hints as apple maps in my application

I implemented search bar in iOS application. I want to get the same (partial result) search hints as Apple Maps application. I tried to find out how apple implemented it but I was not successful on google or here on stackoverflow. It doesn't…
travdu
  • 331
  • 3
  • 9
5
votes
1 answer

Removing Apple Maps Default Annotations

I have been building an app that pins places to a map and have been using Apple Maps for it thus far. However, I've noticed that when zoomed in, the default POI annotations that Apple has included in its maps are quite distracting and make the map…
zacharyscott
  • 73
  • 1
  • 5
5
votes
1 answer

Apple Maps URL Scheme t=

I'm trying to set the map type in the URL using Apple Maps but it doens't seem to be working. What could I do differently? I do this by specifying the type as &t=satellite in the URL, like this: [[UIApplication sharedApplication] openURL:[NSURL…
5
votes
1 answer

Open Google Maps or Apple Maps in iPhone or Other Mobile Device via Browser

I have links that go to Google Maps, but now since Apple updated to their own service my iPhone goes to the Google Maps website. Is there a way in HTML to show the Apple Maps link, when it's iOS6, and show the Google Maps link for all other…
Mike Flynn
  • 22,342
  • 54
  • 182
  • 341
4
votes
0 answers

How to show all map pins in mapView even when zoomed out in Swift iOS

I have many pins added to my mapView, but when the map is zoomed out or even closely zoomed in, not all the pins show, unless you zoom in deeply. How do I make it such that all the pins are shown in a specified zoomed-out level? side note: I…
motionless570
  • 925
  • 1
  • 10
  • 26
4
votes
0 answers

Finding the AUID for Apple Maps in order to scrape locations

I'm under the impression that the AUID is needed to retrieve location information for location listings and etc. on Apple Maps. Is there a known way to retrieve this id or are we waiting for Apple to publicly release a web version of Apple Maps? …
agkura
  • 91
  • 1
4
votes
1 answer

Add marker label on Apple Maps in Swift

Based on this it's possible to add marker label/badge on Google Maps for iOS - Add text on custom marker on google map for ios Does anyone knows how to do it for Apple Maps? I need something like this:
FosAvance
  • 2,363
  • 9
  • 36
  • 52
4
votes
2 answers

How to open Apple Maps driving direction by passing address

I'm trying to implement a function that open the Apple Map app's driving direction screen by passing actual address. The address is not just random addresses but business addresses which are mostly registered and searchable on Apple maps. So by…
4
votes
1 answer

React-Native-Maps how to draw polylines

I've started using https://github.com/airbnb/react-native-maps and having no luck drawing polylines from an array of array coordinates on the map. I am not sure if I'm passing in the array of coordinates correctly. this is how I am rendering the…
douglaswissett
  • 231
  • 1
  • 4
  • 14
4
votes
0 answers

How to fix various MKTileOverlay rendering problems?

I'm currently in the process of converting a custom map from using a CATiledLayer scroll view to using custom map tiles in an MKMapView with an MKTileOverlay. Whilst the CATiledLayer-approach generally works well and looks nicer, you get a lot of…
Robert
  • 5,735
  • 3
  • 40
  • 53