Search results for

“Apple Maps Guides”

155,742 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 14 Maps Guides API
I am just tired waiting, I have created tool https://www.gotoapplemaps.com tool that helps users migrate Google Maps saved places into Apple Maps Guides. Would love to connect and share what I’ve built, in case it’s relevant to your work Input: https://maps.apple.com/guides?user=CgZOb3J3YXkSDQiuTRC%2Ftp738KjgnkgSDQiuTRDTvNu52eDB8yASDQiuTRCsttyBoo2Y9ksSDQiuTRDs8sbj4ti70DcSDgiuTRDK3uiNlO2%2F8aYBEg0Irk0Q1ZXczsXCt4cV Step-by-step: Extract query param user=. Percent-decode %2F -> /. Base64-decode into 99 bytes. Protobuf parse yields: Field 1 (string): Norway Field 2 (repeated submessage): 6 entries For this sample, each Field 2 entry is a tiny submessage containing exactly two varints: Entry message Field 1 (varint): constant 9902 across all entries Entry message Field 2 (varint): a 64-bit identifier-like value (varies per entry) Example Field 2 entries decoded from this sample (showing entry submessage fields): entry 1: {1: 9902, 2: 5205458886502882111} entry 2: {1: 9902, 2:
Feb ’26
Apple Maps really sluggish
After upgrading to iOS 18.1, apple maps is really slow. I thought it was the app so I switched to google maps and same issue. I have tried all (including reseting the iPhone) but it did not fix it. I had iPhone 15 proMax, but since nothing worked, I upgraded to i16 but .... nothing. Any idea on how to get it fixed?
1
0
565
Nov ’24
Map Action URLs in Apple Maps Business Listings
Hello, As per the Map action url document https://register.apple.com/resources/bls/specification/map_action/map_action.html External Requirements for Providers MUST define the format of a Map Action URL and register their URL scheme with Apple In which place these url scheme and designated web end point information should be submitted to apple? Regards & Thanks
0
0
1.5k
Jul ’22
Apple map for multiple countries
We are developing an iOS App that needs to have map for China and many other countries. I understand that Apple map uses Gaode data in China and TomTom data in other countries. So can Apple map automatically and smoothly transit if the user travels across the borders? Is there anything/configuration we need to take care of in order to ensure the map works well in our App? I am a newbie thanks!
0
0
558
Aug ’15
Apple Maps Hostnames
Hello,I'm trying to figure which hostnames Apple Maps needs to access in able to properly work.Sniffing the network I was able to figure that it uses:gspe*-ssl.ls.apple.comgsp-ssl.ls.apple.comIs there an official list?One of my company's clients has very restricted policy for corporative apps and we need to know in advance in order to allow them in the Firewall.Thank you for any help.
3
0
9.8k
Mar ’18
Apple Maps annotations and markers
In Apple's Maps app, an annotation is made up of a circle shape or rounded rectangles with a glyph-image. When selecting an annotation, the annotation animates into a balloon marker (see attached GIF). How does Apple Maps solve this - from custom annotation to balloon marker with spring animation? I switched my Maps implementation from SwiftUI to UIKit with a UIViewRepresentable to support annotation clustering - and it works beautifully. But how to subclass an MKAnnotationView (or MKMarkerAnnotationView <- the balloon) to enable selection and animation as in Apple Maps? MKMarkerAnnotationView only show balloon markers and I tried everything inside MKAnnotationView (CALayer, etc.)
1
0
451
Feb ’25
ANCS-Notification with apple's Maps?
Hello,I am currently experimenting with apple's ANCS. I want to connect my iPhone with another android-device. This works, even if I must use the LightBlue-app to make my iPhone being a peripheral.I am interested in passing the navigation data from the apple maps app to my Android device via ANCS. But I do not get any notification - with google maps, I get properly the notifications of the category location (10). Is there any possibility to enable notifications from apple maps?Thanks.Best regards
0
0
5.1k
May ’17
Reply to iOS 14 Maps Guides API
I am just tired waiting, I have created tool https://www.gotoapplemaps.com tool that helps users migrate Google Maps saved places into Apple Maps Guides. Would love to connect and share what I’ve built, in case it’s relevant to your work Input: https://maps.apple.com/guides?user=CgZOb3J3YXkSDQiuTRC%2Ftp738KjgnkgSDQiuTRDTvNu52eDB8yASDQiuTRCsttyBoo2Y9ksSDQiuTRDs8sbj4ti70DcSDgiuTRDK3uiNlO2%2F8aYBEg0Irk0Q1ZXczsXCt4cV Step-by-step: Extract query param user=. Percent-decode %2F -> /. Base64-decode into 99 bytes. Protobuf parse yields: Field 1 (string): Norway Field 2 (repeated submessage): 6 entries For this sample, each Field 2 entry is a tiny submessage containing exactly two varints: Entry message Field 1 (varint): constant 9902 across all entries Entry message Field 2 (varint): a 64-bit identifier-like value (varies per entry) Example Field 2 entries decoded from this sample (showing entry submessage fields): entry 1: {1: 9902, 2: 5205458886502882111} entry 2: {1: 9902, 2:
Replies
Boosts
Views
Activity
Feb ’26
Reply to Create an app using Mapkit
From the Location and Maps Programming Guide, see: 'Annotating Maps'
Replies
Boosts
Views
Activity
Jul ’16
Apple Maps really sluggish
After upgrading to iOS 18.1, apple maps is really slow. I thought it was the app so I switched to google maps and same issue. I have tried all (including reseting the iPhone) but it did not fix it. I had iPhone 15 proMax, but since nothing worked, I upgraded to i16 but .... nothing. Any idea on how to get it fixed?
Replies
1
Boosts
0
Views
565
Activity
Nov ’24
Map Action URLs in Apple Maps Business Listings
Hello, As per the Map action url document https://register.apple.com/resources/bls/specification/map_action/map_action.html External Requirements for Providers MUST define the format of a Map Action URL and register their URL scheme with Apple In which place these url scheme and designated web end point information should be submitted to apple? Regards & Thanks
Replies
0
Boosts
0
Views
1.5k
Activity
Jul ’22
apple watch maps
I don't know if this is a 2.2 BETA issue or not. When I load directions in the Apple Watch map app and when I reach my destination, it doesn't seem to allow for me to end navigation.Any ideas?
Replies
0
Boosts
0
Views
396
Activity
Feb ’16
Apple Maps API for the web
Hi everyone,Is there an Apple Maps API for the web ? Would like to include the Apple Maps in my website. If there is one could you please provide the link to the docs of the API ?Thank you in advance.Cheers.
Replies
1
Boosts
0
Views
980
Activity
Dec ’15
How to launch Google Maps or Apple Maps from an iOS app with Swift
In need a sample code hoe to launch Google Maps or Apple Maps with Swiftthx
Replies
5
Boosts
0
Views
45k
Activity
Jul ’15
Apple map for multiple countries
We are developing an iOS App that needs to have map for China and many other countries. I understand that Apple map uses Gaode data in China and TomTom data in other countries. So can Apple map automatically and smoothly transit if the user travels across the borders? Is there anything/configuration we need to take care of in order to ensure the map works well in our App? I am a newbie thanks!
Replies
0
Boosts
0
Views
558
Activity
Aug ’15
Apple Maps Hostnames
Hello,I'm trying to figure which hostnames Apple Maps needs to access in able to properly work.Sniffing the network I was able to figure that it uses:gspe*-ssl.ls.apple.comgsp-ssl.ls.apple.comIs there an official list?One of my company's clients has very restricted policy for corporative apps and we need to know in advance in order to allow them in the Firewall.Thank you for any help.
Replies
3
Boosts
0
Views
9.8k
Activity
Mar ’18
Link to open Apple Maps
Is there a way to create an clickable address on a web page that will cause the apple maps app to open versus google maps?
Topic: Safari & Web SubTopic: General Tags:
Replies
0
Boosts
0
Views
275
Activity
Jul ’15
How do I embed Apple Maps into a website?
Hello.Our company's website presently has Google Maps embedded, but I'd like to change and embed Apple Maps instead.Is it possible?How?Thanks.StefanoN.B. EXTREMELY basic programming skills!
Replies
3
Boosts
0
Views
12k
Activity
Dec ’15
Apple Maps annotations and markers
In Apple's Maps app, an annotation is made up of a circle shape or rounded rectangles with a glyph-image. When selecting an annotation, the annotation animates into a balloon marker (see attached GIF). How does Apple Maps solve this - from custom annotation to balloon marker with spring animation? I switched my Maps implementation from SwiftUI to UIKit with a UIViewRepresentable to support annotation clustering - and it works beautifully. But how to subclass an MKAnnotationView (or MKMarkerAnnotationView <- the balloon) to enable selection and animation as in Apple Maps? MKMarkerAnnotationView only show balloon markers and I tried everything inside MKAnnotationView (CALayer, etc.)
Replies
1
Boosts
0
Views
451
Activity
Feb ’25
Apple Maps API Dashboard
Hello! My developer set up apple maps for me, and is currently on vacation. Where can I find the API Usage of my Apple Maps API? I need a link to the dashboard, because I can not seem to find it anywhere.
Replies
1
Boosts
0
Views
663
Activity
Oct ’20
ANCS-Notification with apple's Maps?
Hello,I am currently experimenting with apple's ANCS. I want to connect my iPhone with another android-device. This works, even if I must use the LightBlue-app to make my iPhone being a peripheral.I am interested in passing the navigation data from the apple maps app to my Android device via ANCS. But I do not get any notification - with google maps, I get properly the notifications of the category location (10). Is there any possibility to enable notifications from apple maps?Thanks.Best regards
Replies
0
Boosts
0
Views
5.1k
Activity
May ’17
how can i embed apple maps on a website
how can i embed apple maps on a website that i am creating
Replies
0
Boosts
0
Views
492
Activity
Jul ’17