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

NYC MTA Subway API How to Get Next Trains At a Specific Station going a Specific Direction

I'm working on a raspberry pi LED Matrix to display when two specific trains are scheduled to arrive at the station near my apartment. I created a MTA developer account (https://api.mta.info/#/landing) and am accessing the APIs, but I'm not sure how…
evvanerb
  • 139
  • 1
  • 12
-1
votes
1 answer

How to create a hyper link that opens in Google Maps for Android devices or Apple maps for iOS devices?

I'd like to use media queries (or any other means) in my website to detect the user agent and display a link that will open in Apple Maps if the user is on an iOS device or in Google Maps if the user is on an Android device. The only other related…
FerdTurgusen
  • 320
  • 5
  • 13
-1
votes
1 answer

Check if a latitude and longitude is within a circle in swift using apple maps?

i want know, if i give a set of latitude and longitude within a circle and radius
Jok3r
  • 454
  • 3
  • 9
-1
votes
2 answers

Is it possible to find the distance traveled by a user in a period of time?

I'm trying to understand if there is any way of retrieving centralised information about a user's traveled distance in a day / week or between specific dates. I know that the OS (if allowed to) collects information about the user locations, so I…
tf.alves
  • 919
  • 8
  • 15
-1
votes
1 answer

Apple map display name

I am developing a hybrid app using Ionic and I am able to open apple map app with the URL that look like this: maps://?q=1.5149818510303,110.35436153412 How can I get the apple map to display the shop name at the marker?
user1995781
  • 19,085
  • 45
  • 135
  • 236
-1
votes
2 answers

Open iOS map with string address in Swift 2.0

I have the address in string format (not latitude or longitude) and it is not feasible to separate from the string the zip, city or road name. Is there any possibility to open the map with the string? The string is formatted like this:…
Vannian
  • 1,490
  • 5
  • 14
  • 26
-1
votes
1 answer

Attributed Text View that opens address in new map view

I'm working on an app that uses parse as the backend and allows users to post their address via text view. I enabled the "Addresses" attribute and addresses open in the Apple maps app. Instead I'd like to keep my users in my app by opening a new…
-1
votes
2 answers

Apple Maps - selectable cities

I want to create a route system with gui for my application. a route for someone, starts from city A, end in city B. But users should be able to create their route by selecting cities which are on their road. so i need a map format, shows only city…
alioguzhan
  • 7,657
  • 10
  • 46
  • 67
-1
votes
1 answer

Is there an API to reference places to the iOS maps app?

I am doing some online visibility for a modest stream of small and medium sized businesses (about 10-15 per week). One of the things I have begun doing recently is making sure they appear on google maps. I submitt them to google maps places API,…
BenoitParis
  • 3,166
  • 4
  • 29
  • 56
-1
votes
1 answer

IOS | Display several self-chosen locations on a map

I'm working on my first IOS app and I need to display a map where the user can see their current location and several locations specified by me in the form of pins or so. Would also be cool if they could immediately plan a route to these…
Wesley Smits
  • 1,314
  • 6
  • 23
  • 37
-1
votes
1 answer

apple mapkit map style - implement style change using segmented controller

I have several map views within our app. Trying to add a simple segmented controller switch to enable user choice of map, satellite, hybrid maps. All instruction seems to relate to google maps; I am using Apple mapkit. UPDATED .h file #import…
pinhead
  • 31
  • 1
  • 7
-2
votes
1 answer

How to open Apple Maps directly from app?

Im trying to open apple maps directly from app with this code let url = "http://maps.apple.com/maps?saddr=&daddr=\(latString),\(longString)" UIApplication.shared.open(URL(string: "\(url)")!,options: [:], completionHandler: nil) But it…
Zyfe3r
  • 653
  • 6
  • 24
-2
votes
1 answer

Unable to create apple map address link with latitude and longitude in swift

I am trying to create apple map address link with latitude and longitude i have tried like this: let addrLoction = addressModel[indexPath.row] let coord = addrLo.location latitude = coord?.latitude …
Swift
  • 1,074
  • 12
  • 46
-2
votes
1 answer

How to Switch between Clustered and Non Clustered Annotations in Apple Map IOS

So My requirement is pretty straight forward . i Have a switch on map which will allow the users to select the style in which the map annotations should look like 1 . Clustered annotations ( apples default clustering when annotations collide) 2 .…
ManuRaphy
  • 361
  • 1
  • 13
-2
votes
1 answer

MapKit Map - annotation Not show on Simulator

I am trying to show markers in the mapview while loading it but the map is showing my countrymap in the mapview but not the annotations. is there anything wrong i am doing? FYI my simulator location is set as Apple. import MapKit import UIKit class…
Sreekanth
  • 385
  • 1
  • 6
  • 17
1 2 3
21
22