Search results for

Apple Maps Guides

154,018 results found

Post

Replies

Boosts

Views

Activity

Rotate Map
HiI am working on a walk tracking app adn would like to rotate the map so that when i am walking the map rotates so that my heading is always pointing to the top of the screen. I sort of have it working but the map keeps resetting back to normal rotation.private func startLocationUpdates() { // our delegate locationManager.delegate = self //sets the orintation of the phone locationManager.headingOrientation = .portrait // our type filter locationManager.activityType = .fitness //can be automotive locationManager.distanceFilter = 10 locationManager.startUpdatingLocation() // check to see if we can get a heading update if (CLLocationManager.headingAvailable()) { // 5 degree change before we update locationManager.headingFilter = 5 locationManager.startUpdatingHeading() } }I use the locationmanagers updateheading then set teh camera heading to thatmapView.camera.heading = newHeading.trueHeading mapView.setCamera(mapView.camera, animated: true)
1
0
856
Jul ’18
Apple Pay Extensions Implementation guide Not found
Good morning, the link https://applepaydemo.apple.com/wallet-extensions returns a {detail:Not Found} when accessed. This is one of the links that are present in https://developer.apple.com/documentation/PassKit/implementing-wallet-extensions, could this be looked at please ? The exact place is: For more information on Wallet Extensions, see the Apple Pay Demo - Wallet Extensions documentation.
0
0
39
1w
openSystemURL for maps
Is this a bug? Why doesn't it open the watchKit installed maps app? let url = http://maps.apple.com/?ll=50.894967,4.341626 let locationURL = NSURL(string:url)! WKExtension.sharedExtension().openSystemURL(locationURL)It seems like this is valid and should open the Watch's maps app.
1
0
726
Nov ’15
Indoor Map showinng World Map
I followed the sample code shared developer.apple.com DisplayingIndoorMapsWithMapKitJS.zipI Integrated Jwtoken correctly and there is no error in browser console however it is showing World Map. Sample Code of index.html file. <!DOCTYPE html> <html><head> <title>IMDF</title> <meta charset=utf-8> <meta name=viewport content=width=device-width, user-scalable=no> <link rel=stylesheet type=text/css href=/style.css> <script type=text/javascript src=https://cdn.apple-mapkit.com/mk/5.x.x/mapkit.js></script> <script type=text/javascript src=/IMDFArchive.js></script> <script type=text/javascript src=/LevelPicker.js></script> <script type=text/javascript src=/IndoorMap.js></script></head><body> <div id=map> </div><script type=text/javascript></script></body></html>See the output
0
0
397
Apr ’20
Maps stopped displaying
A few weeks ago I started learning how to use MapKit js and all seemed well. I got the ID, Key & token all fine. Pulled up my first map and proceeded to add features which resulted in just the map I wanted. However, the weekend just gone I updated my server from http to https (or should I more accurately say my Internet Provider did the upgrade!). Anyway my map no longer displays the mapping data, my stuff is there but no Apple Maps. So I thought that as I specified a domain name originally, I would create a new ID, key and token, just incase. But that does not seem to work either. Any ideas?
2
0
523
Nov ’20
Store returned data from Apple Maps Server and Mapkit API
Hi, We are building an app that aims to organize people's lives. This means we help people discover and find things like places, and help users store the data of the things they save to their library. My question is: Are we allowed to permanently store a returned place's name, description, ID, coordinates, potential images, etc from the responses of places from the Apple Maps Server and Mapkit API? And if so, is there a guarantee that these terms won't change? The user would have to be allowed to download all the data he's saved. One of the reasons we don't use Google Maps API is because they only let us store a place's unique Google Place ID, without its corresponding photos, coordinates, description or even name. This means a user can't search the information on their library without making immense API calls that would be prohibitively expensive, and also can't use the app offline. Thanks for any insight.
3
0
2.8k
Jun ’22
Suggestion for Maps on iPhone
I am the type of person who loves to search for food, drinks, shopping, travel, etc. on maps in order to find what I am looking for based on my location. However, I had an idea the other day that I think is worth sharing. A lot of times I will be looking up food places around 1:00 am or 2:00 am, and Maps will provide me with an abundance of fast food stores and restaurants near me. Although this is somewhat helpful, Maps usually provides me with places that are not currently open at the time I am searching for them. I believe that Maps would be extremely helpful if it could look up food places, stores, and other services that are currently open at the time people search for them, so that you don't have to go look up on the internet to see if a certain store is open. I feel like this idea would be very beneficial and efficient to Apple users who are on the go all around the world. I wanted to start this discussion to see if any other Apple users feel the sa
1
0
457
Nov ’17
Integrating with places for maps
Hi, We are developing an application for directory syndication. We are looking to integrating with many services like google my business, yelp, foursquare, apple maps etc. It seems like there are no publicly documented APIs for apple maps. But some alternative products in the market like yext, uberall etc does seem to have an integration. Can someone please point me in the right direction to achieve this? Thanks in advance.
0
0
605
Apr ’22
Map with direction Arrows
I need to set a direction arrow in between two annotaion points on apple map .I have latitude and longitude values , and placed custom annonations on map based on this value , then drew polylines to connect each annotations. The requirement is to show direction arrow on polyline . please give solutions for it .
0
0
447
Aug ’16
Reply to INListCarsIntent and all new EV methods
Well, methods are now documented but implementing them doesn't result in any electric vehicle options showing up in Maps. The user guide suggests I should see these options here: https://support.apple.com/en-gb/guide/iphone/iphc5e3a4b4b/ios I've run out of options this point and I'm going to use a Developer Technical Support ticket to find out more. I can only assume that you either need special permissions or that the feature is not yet enabled.
Topic: App & System Services SubTopic: General Tags:
Sep ’20