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

Get Directions & Send to Phone Direct Links

I'm not sure if this is possible or not, but google maps has a "send to your phone" link if you search for any given address. Is there a way to create a direct link to google maps in this state? Also can I add a button that when clicked on a phone…
user10012
  • 647
  • 1
  • 8
  • 23
-3
votes
1 answer

How we call a function in swift3.0

func directionsFromCurrentLocation(to:CLLocationCoordinate2D,directionCompletionHandler:DirectionsCompletionHandler){ This code is used in apple map for finding between two destination. and, i am using this…
-4
votes
1 answer

Calculate latitude longitude of intermediate geo point

I have two geo points (-27, 152) and (9, -83) and an intermediate point is (?, 180). I want to calculate Latitude of the intermediate point. Conditions: 1) On Google Map all three points are on straight line. So please suggest a formula to calculate…
Sukhpal Singh
  • 672
  • 1
  • 12
  • 31
-5
votes
1 answer

Indoor maps - How to track user location and directions using Indoor maps - Android and IOS

I developing app in both iOS and Android which requires Indoor Maps feature. Using Indoor maps we need to track user location, which floor user is in (in case if user is in shopping mall or multi-storey building and which directions user is moving.…
Dayakar Reddy
  • 179
  • 1
  • 5
-6
votes
1 answer

How to show locations of friends on map near by 20 km from user current location in ios

I want to get locations of my friends near by me within 20km.App should track my current location and when i want to search for friends within 20km,It should show All my friends location on map. locationManager = [[CLLocationManager alloc]…
1 2 3
21
22