Search results for

“Apple Maps Guides”

155,812 results found

Post

Replies

Boosts

Views

Activity

Multi Stop Map Optimisation
I am adding Apple Maps using the API to my Apple IOS to show address to be visited. another feature we require is to have the addresses showing in the best order to be able to visit each one in the fastest time. I am wondering if apple allow to upload multiple addresses via a API and the addresses will be optimised and returned back to my app in the fastest order Is there a SDK that will allow this function?
0
0
642
Nov ’23
Is there an IPA notation guide for AVSpeechSynthesizer?
I am utilizing macOS and would like to know how to create accurate or alternate pronunciations using AVSpeechSynthesizer. Is there a guide or document that indicates the unicode symbols that are used or accepted for the IPA notation? The only method that I've found is to create or obtain pronunciations is through an iPhone. References: AVSpeechSynthesisIPANotationAttribute https://developer.apple.com/videos/play/wwdc2018/236/?time=424 https://a11y-guidelines.orange.com/en/mobile/ios/wwdc/2018/236/ https://developer.apple.com/documentation/avfaudio/avspeechsynthesisipanotationattribute
0
0
880
Jul ’21
Create bike path maps
Good evening, everyone, I hope I'm in the right place. I wanted to ask about the bike maps how you want to score? Google map I know you have an application to work together recording the signal while we're going. It's possible to work with your maps division. I'm asking for a passionate cyclist to work with. Thanks
0
0
285
Jun ’20
Google maps in Action Extension
Hello fellas.Im having trouble using Google maps in an action extension on IOS. Im currently writing it in swift 2.2 and i have it working in the Containing app without problems.All possible issues with the API key is checked and this shouldnt be the problem.I load the map just as i do in the containing app, but instead of showing a dot on a map at my location, it shows me this:https://i.stack.imgur.com/6G5ao.pngSo my question is - Is it at all possilbe to use google maps in an Action extension? If so, does anyone have experience whith this issue?I have a question on SO regarding this, you can find it here - http://stackoverflow.com/questions/40997418/where-do-i-set-google-maps-api-key-in-an-action-extension-ios-swiftThanks in advance
0
0
367
Dec ’16
Reply to Authentication with next auth library
Did you ever get a fix here? I have also been stuck on this for many weeks. Have followed this guide: https://www.kyle-melton.com/blog/2022-02-how-to-setup-sign-in-with-apple and this older guide: https://www.thesiddd.com/blog/apple-auth to no avail. Would love to collaborate here and come up with a fix. Hopefully then can write a definitive, fool-proof guide on how to fix.
Topic: App & System Services SubTopic: General Tags:
Nov ’22
Maps URL Scheme
I have reviewed this document: https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html.It says:To perform a search, supply a properly encoded URL string as the value of the q parameter. For example:http://maps.apple.com/?q=Mexican+RestaurantHowever, I'm wondering if there are certain keywords that I can enter for the q parameter. What I'm trying to do is display the user's home address. I was hoping that if I ended the URL with ?q=Home it would accomplish what I want, but it just pulls up a Home Depot from another state.Does anyone know of a way to accomplish this? I'm working on the premise that the user has selected their contact card under My Info in the Contacts app, that they have programmed their home address into the contact, and that Maps is able to read that (if I manually type in Home into the search field in Maps, it does suggest my home address as a result).
0
0
3.8k
Sep ’17
How to know map provider is TomTom or AutoNavi?
Hi ALL,The MKMapView used AutoNavi map in China, others country used TomTom.My question is how to detect the MKMapView provider? It looks like Apple detect IP address and then auto switch the map to AutoNavi or TomTom, but Apple didn't provide any API to know the status.The AutoNavi used GCJ-02 and TomTom used WGS-84.I know both of the two formats can convert to each other, but the problem is I don't know the map now is AutoNavi or TomTom.Thanks.
1
0
1k
Nov ’17
Reply to [MapKit JS] Geocoding restriction?
Found this in the license agreement...“Apple Maps Service” means the mapping platform and Map Data provided by Apple via the MapKit API for iOS version 6 or later and for use by You only in connection with Your Applications, or the mapping platform and Map Data provided by Apple via MapKit JS for use by You only in connection with Your Applications, websites, or web applications.As far as I can tell, as long as I am using the MapKit JS service I am allowed to save and use any data generated by the service that is needed for my application to work.
Feb ’19
Working with Apple Maps, suddenly: [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)""
I've been working on my app using Apple Maps. All of a sudden the map is not shown anymore, everything remains black. The only thing visible is the Apple Maps logo and the legal tag. Now I get the error ** [core] Error returned from daemon: Error Domain=com.apple.accounts Code=7 (null)** and the app stops so that I can't click anything anymore! Please help! I know now for sure that it is the apple map causing the error! As soon as I comment the line Map(...) I can use the app normally and do not receive the error mentioned above.
0
0
906
Mar ’23
MKMapView doesn't show updated map data
I have used MKMapView which is showing old map data. A certain area has new houses but they are not showing up in the Map. Even the default apple maps app is not showing those houses either. However I have seen an another app which shows MKMapView as well, but the map data is updated over there, and the new houses are showing up. I have also checked google maps app and it has the updated map data as well. I couldn't find anything related to updating MKMapView's data. Is there a way, I can update the map data in my app, which is getting used by MKMapView. View in my App's MKMapView Same Location in another app which seems to be using MKMapView as well. (I could see the apple maps logo at the bottom left corner) Same Location in google maps app on iPhone. Even the apple maps app in iPhone doesn't show the updated data, but some how its showing in another app. Please help me understand, what could
1
0
755
Oct ’22
where is map extensions documentation
They announced map extensions and when you look at the big new features it is listed, however I can't find the documentation for it anywhere. When you click to learn more about map extensions it takes you to a page that has other iOS 10 features, but no where in that document does it talk about map extensions. Where are the API docs?
10
0
2.3k
Jun ’16
Multi Stop Map Optimisation
I am adding Apple Maps using the API to my Apple IOS to show address to be visited. another feature we require is to have the addresses showing in the best order to be able to visit each one in the fastest time. I am wondering if apple allow to upload multiple addresses via a API and the addresses will be optimised and returned back to my app in the fastest order Is there a SDK that will allow this function?
Replies
0
Boosts
0
Views
642
Activity
Nov ’23
Is there an IPA notation guide for AVSpeechSynthesizer?
I am utilizing macOS and would like to know how to create accurate or alternate pronunciations using AVSpeechSynthesizer. Is there a guide or document that indicates the unicode symbols that are used or accepted for the IPA notation? The only method that I've found is to create or obtain pronunciations is through an iPhone. References: AVSpeechSynthesisIPANotationAttribute https://developer.apple.com/videos/play/wwdc2018/236/?time=424 https://a11y-guidelines.orange.com/en/mobile/ios/wwdc/2018/236/ https://developer.apple.com/documentation/avfaudio/avspeechsynthesisipanotationattribute
Replies
0
Boosts
0
Views
880
Activity
Jul ’21
Create bike path maps
Good evening, everyone, I hope I'm in the right place. I wanted to ask about the bike maps how you want to score? Google map I know you have an application to work together recording the signal while we're going. It's possible to work with your maps division. I'm asking for a passionate cyclist to work with. Thanks
Replies
0
Boosts
0
Views
285
Activity
Jun ’20
Google maps in Action Extension
Hello fellas.Im having trouble using Google maps in an action extension on IOS. Im currently writing it in swift 2.2 and i have it working in the Containing app without problems.All possible issues with the API key is checked and this shouldnt be the problem.I load the map just as i do in the containing app, but instead of showing a dot on a map at my location, it shows me this:https://i.stack.imgur.com/6G5ao.pngSo my question is - Is it at all possilbe to use google maps in an Action extension? If so, does anyone have experience whith this issue?I have a question on SO regarding this, you can find it here - http://stackoverflow.com/questions/40997418/where-do-i-set-google-maps-api-key-in-an-action-extension-ios-swiftThanks in advance
Replies
0
Boosts
0
Views
367
Activity
Dec ’16
Reply to Authentication with next auth library
Did you ever get a fix here? I have also been stuck on this for many weeks. Have followed this guide: https://www.kyle-melton.com/blog/2022-02-how-to-setup-sign-in-with-apple and this older guide: https://www.thesiddd.com/blog/apple-auth to no avail. Would love to collaborate here and come up with a fix. Hopefully then can write a definitive, fool-proof guide on how to fix.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’22
Maps URL Scheme
I have reviewed this document: https://developer.apple.com/library/content/featuredarticles/iPhoneURLScheme_Reference/MapLinks/MapLinks.html.It says:To perform a search, supply a properly encoded URL string as the value of the q parameter. For example:http://maps.apple.com/?q=Mexican+RestaurantHowever, I'm wondering if there are certain keywords that I can enter for the q parameter. What I'm trying to do is display the user's home address. I was hoping that if I ended the URL with ?q=Home it would accomplish what I want, but it just pulls up a Home Depot from another state.Does anyone know of a way to accomplish this? I'm working on the premise that the user has selected their contact card under My Info in the Contacts app, that they have programmed their home address into the contact, and that Maps is able to read that (if I manually type in Home into the search field in Maps, it does suggest my home address as a result).
Replies
0
Boosts
0
Views
3.8k
Activity
Sep ’17
Testing With Xcode Guide - Major Typo?
My Objective-C is getting rusty, but in the Testing with Xcode Guide, how can the shared application's delegate be typecast to be a ViewController? Based on the Xcode templates, wouldn't you expect the delegate be an AppDelegate instance?
Replies
1
Boosts
0
Views
582
Activity
Dec ’17
How to know map provider is TomTom or AutoNavi?
Hi ALL,The MKMapView used AutoNavi map in China, others country used TomTom.My question is how to detect the MKMapView provider? It looks like Apple detect IP address and then auto switch the map to AutoNavi or TomTom, but Apple didn't provide any API to know the status.The AutoNavi used GCJ-02 and TomTom used WGS-84.I know both of the two formats can convert to each other, but the problem is I don't know the map now is AutoNavi or TomTom.Thanks.
Replies
1
Boosts
0
Views
1k
Activity
Nov ’17
MDM reference guide not updated
Hi, where is the information for current MDM profiles as the reference guide now states it is not updated and to refer to the developer SDK site, I cannot find the MDM reference in the developer
Replies
4
Boosts
0
Views
650
Activity
Jun ’18
Reply to [MapKit JS] Geocoding restriction?
Found this in the license agreement...“Apple Maps Service” means the mapping platform and Map Data provided by Apple via the MapKit API for iOS version 6 or later and for use by You only in connection with Your Applications, or the mapping platform and Map Data provided by Apple via MapKit JS for use by You only in connection with Your Applications, websites, or web applications.As far as I can tell, as long as I am using the MapKit JS service I am allowed to save and use any data generated by the service that is needed for my application to work.
Replies
Boosts
Views
Activity
Feb ’19
Carplay App Integration to Maps App
Hi, can anybody point me to the developer documentation for CarPlay ?i'm looking to integrate some messaging functionality with navigation and am trying to figure out whether I should be doing the mapping piece myself or passing data to the Apple CarPlay Maps app for display (or both).Any help or pointers would be appreciated.Thanks
Replies
0
Boosts
0
Views
420
Activity
Jun ’17
Working with Apple Maps, suddenly: [core] "Error returned from daemon: Error Domain=com.apple.accounts Code=7 "(null)""
I've been working on my app using Apple Maps. All of a sudden the map is not shown anymore, everything remains black. The only thing visible is the Apple Maps logo and the legal tag. Now I get the error ** [core] Error returned from daemon: Error Domain=com.apple.accounts Code=7 (null)** and the app stops so that I can't click anything anymore! Please help! I know now for sure that it is the apple map causing the error! As soon as I comment the line Map(...) I can use the app normally and do not receive the error mentioned above.
Replies
0
Boosts
0
Views
906
Activity
Mar ’23
MKMapView doesn't show updated map data
I have used MKMapView which is showing old map data. A certain area has new houses but they are not showing up in the Map. Even the default apple maps app is not showing those houses either. However I have seen an another app which shows MKMapView as well, but the map data is updated over there, and the new houses are showing up. I have also checked google maps app and it has the updated map data as well. I couldn't find anything related to updating MKMapView's data. Is there a way, I can update the map data in my app, which is getting used by MKMapView. View in my App's MKMapView Same Location in another app which seems to be using MKMapView as well. (I could see the apple maps logo at the bottom left corner) Same Location in google maps app on iPhone. Even the apple maps app in iPhone doesn't show the updated data, but some how its showing in another app. Please help me understand, what could
Replies
1
Boosts
0
Views
755
Activity
Oct ’22
MapKit attribution for my own original maps?
This post states that attribution is required for MapKit or violates the developer agreement. Can I provide my own attribution if I am displaying my original map content? It seems bizarre to attribute map sources that are not used.
Replies
0
Boosts
0
Views
705
Activity
Jan ’24
where is map extensions documentation
They announced map extensions and when you look at the big new features it is listed, however I can't find the documentation for it anywhere. When you click to learn more about map extensions it takes you to a page that has other iOS 10 features, but no where in that document does it talk about map extensions. Where are the API docs?
Replies
10
Boosts
0
Views
2.3k
Activity
Jun ’16