Search results for

“Apple Maps Guides”

159,779 results found

Post

Replies

Boosts

Views

Activity

display map
i'm trying to display a map with the user location's. I created a file named MapViewController.swift which contains the map, the user location function etc... But when I start the app it still starts the ContentView.swift, So how can I import the mapviewcontroller into the contentview?
1
0
301
Mar ’21
Unable to register custom app as Routing app in Apple Maps app
Hello,I'm confused why my routing app does not appear in Maps app as a valid routing application. It does not appear even among AppStore routing apps, despite the fact, that when I install my app signed with AdHoc provisioning profile, it appears as routing app in Apple Maps application like nothing was bad. But when I install the same app version from AppStore (it's already there), it is simply missing.What is going wrong here? I have the routing coverage uploaded in iTunes Connect, and it appears to be valid format, I pinned there enttire world so any route defined in Maps app should incorporate my app among routing apps - but it does so only for the AdHoc version, as mentioned earlier. I have no glue, what to do more...
3
0
1.7k
Nov ’15
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.9k
Jun ’22
Maps for TV commercial.
Hi there,Does anyone know if there's a way we can use Apple Maps in a promotional film? We're making a promo for a London based company and need to source high res textures of Europe, the UK, Greater London, and finally the specific area of London that the company is based in. This will allow us to stitch together a multilayered map to fly a 3D camera into, from outer space.If it's a credit issue, we can happil credit Apple Maps at the end of the promo. Google, on the other hand, require crediting throughout. So any time their maps are used, you must credit them while their shwon on screen. Which isn't an option.Can anyone advise?Thanks in advance,Charles
1
0
280
Jun ’15
Maps on carplay
When entering a destination on maps and pressing start, my arrow follows the map and not the other way around. If the road is going down, then my arrow is also going down on my screen. This happnes only when i connect it to may carplay in my car. Does anyone know, how I can fix this? Tnx.
0
0
876
Apr ’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
90
Feb ’26
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
542
Nov ’20
Seeking UI card component similar to Control Center or Apple Maps
Hi everyone,I'm new to iOS dev, and have started with react-native.I'm actively seeking for a design pattern similar to the new iOS 10 Apple Map where you can see a card (or vertical split view) upon clicking on a pin on a map. With the card, you can further slide up to see more information of the pin you selected, and it will occupy the whole screen.Pictures always help, here's what I'm talking about, borrowed from imore.com.https://www.imore.com/sites/imore.com/files/styles/larger/public/field/image/2016/09/maps-ios-10-yelp.jpg?itok=LT47ccBzI can't find this pattern in Apple's design guideline, nor does it exist in react-native or Apple's native components.The closest thing I found is split view, but it doesn't let you split views vertically neither.On the other hand, I've seen iOS apps that implement this design.Here's my 2 questions:Is this a good(consistent) pattern to be used in iOS?How do people implement this and what component do they use in iOS?N
0
0
506
Nov ’16
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
740
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
414
Apr ’20
How do I render a Map Polyline and Overlay with the new SwiftUI Map
I have been trying to find some documentation on how to add an overlay to a map with the new SwiftUI Map view. There is so much here and it can be difficult to locate the proper apis for everything. Thanks for any help you all have.
Replies
5
Boosts
0
Views
3.0k
Activity
Jun ’20
display map
i'm trying to display a map with the user location's. I created a file named MapViewController.swift which contains the map, the user location function etc... But when I start the app it still starts the ContentView.swift, So how can I import the mapviewcontroller into the contentview?
Replies
1
Boosts
0
Views
301
Activity
Mar ’21
Indoor Maps
I can see indoor map for the Los Angeles International Airport is available via my iOS device. I would like to use that indoor map for both our web application and mobile application.Can you advise me how to get started?
Replies
3
Boosts
0
Views
1.3k
Activity
Jan ’19
Unable to register custom app as Routing app in Apple Maps app
Hello,I'm confused why my routing app does not appear in Maps app as a valid routing application. It does not appear even among AppStore routing apps, despite the fact, that when I install my app signed with AdHoc provisioning profile, it appears as routing app in Apple Maps application like nothing was bad. But when I install the same app version from AppStore (it's already there), it is simply missing.What is going wrong here? I have the routing coverage uploaded in iTunes Connect, and it appears to be valid format, I pinned there enttire world so any route defined in Maps app should incorporate my app among routing apps - but it does so only for the AdHoc version, as mentioned earlier. I have no glue, what to do more...
Replies
3
Boosts
0
Views
1.7k
Activity
Nov ’15
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.
Replies
3
Boosts
0
Views
2.9k
Activity
Jun ’22
Maps for TV commercial.
Hi there,Does anyone know if there's a way we can use Apple Maps in a promotional film? We're making a promo for a London based company and need to source high res textures of Europe, the UK, Greater London, and finally the specific area of London that the company is based in. This will allow us to stitch together a multilayered map to fly a 3D camera into, from outer space.If it's a credit issue, we can happil credit Apple Maps at the end of the promo. Google, on the other hand, require crediting throughout. So any time their maps are used, you must credit them while their shwon on screen. Which isn't an option.Can anyone advise?Thanks in advance,Charles
Replies
1
Boosts
0
Views
280
Activity
Jun ’15
Maps on carplay
When entering a destination on maps and pressing start, my arrow follows the map and not the other way around. If the road is going down, then my arrow is also going down on my screen. This happnes only when i connect it to may carplay in my car. Does anyone know, how I can fix this? Tnx.
Replies
0
Boosts
0
Views
876
Activity
Apr ’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.
Replies
0
Boosts
0
Views
90
Activity
Feb ’26
missing SpriteKit programming guide
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 😉
Replies
3
Boosts
0
Views
759
Activity
Apr ’17
Indoor Maps
Two part question on indoor map1. Can we use the Indoor Airport Maps that avaiable within iOS but on our website, (i.e. non iOS)?2. Can we use the Indoor Airport Maps that avaiable within iOS but on an android application?
Replies
1
Boosts
0
Views
899
Activity
Jun ’19
where do I find apple app icons (like maps) that are legal to use
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?
Replies
1
Boosts
0
Views
588
Activity
Apr ’17
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?
Replies
2
Boosts
0
Views
542
Activity
Nov ’20
Seeking UI card component similar to Control Center or Apple Maps
Hi everyone,I'm new to iOS dev, and have started with react-native.I'm actively seeking for a design pattern similar to the new iOS 10 Apple Map where you can see a card (or vertical split view) upon clicking on a pin on a map. With the card, you can further slide up to see more information of the pin you selected, and it will occupy the whole screen.Pictures always help, here's what I'm talking about, borrowed from imore.com.https://www.imore.com/sites/imore.com/files/styles/larger/public/field/image/2016/09/maps-ios-10-yelp.jpg?itok=LT47ccBzI can't find this pattern in Apple's design guideline, nor does it exist in react-native or Apple's native components.The closest thing I found is split view, but it doesn't let you split views vertically neither.On the other hand, I've seen iOS apps that implement this design.Here's my 2 questions:Is this a good(consistent) pattern to be used in iOS?How do people implement this and what component do they use in iOS?N
Replies
0
Boosts
0
Views
506
Activity
Nov ’16
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.
Replies
1
Boosts
0
Views
740
Activity
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
Replies
0
Boosts
0
Views
414
Activity
Apr ’20