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)
Search results for
Apple Maps Guides
154,018 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.
Topic:
Community
SubTopic:
Apple Developers
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.
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
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?
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.
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
Does anybody know what's wrong with 'SpriteKit programming guide'? I cannot google it and my bookmarks to this guide stoped working few days ago 😟 Volvo pls fix 😉
I believe I have seen a download source on the developer site where Apple made application icons (like Maps) are available for inclusion in my apps but I cannot find this source.Similarly, if the resource does exist, is there an accepted method to provide credit for such icons?
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.
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 .
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:
I would like to know whether MFI authentication is required to connect to Apple MAP protocol. Thank you very much!
My mapkit app has to work in areas where there is no cell or internet service. Can mapkit download a local map or satellite image for later use in conjunction with GPS or saved locations?
Is there any cost associated with using the maps SDK? If so, what costs are associated, and when do the begin to occur?Thanks