Post not yet marked as solved
I get the following while testing an app from Xcode and using my iPhone.
[UserSession] maps short session requested but session sharing is not enabled
Does anybody know why this occurs and what solution to fix the issue?
Post not yet marked as solved
Hello everyone,
I try to use the URL to generate a snapshot. Team ID and Key ID could be easily added. But how do I sign the signature? With what tool or website?
I tried to sign it with openssl and several tool thar should be able to sign SHA-256
https://snapshot.apple-mapkit.com/api/v1/snapshot?center=apple+park&teamId=TEAM_ID&keyId=KEY_ID&signature=THE_SIGNATURE_HERE
Kind regards,
Jens
Post not yet marked as solved
How do you change the city and zip code for an address listed incorrectly on the Maps app?
Available today, you can now use custom images for annotations on Maps Web Snapshots.
The full list of available annotation styles for Maps Web Snapshots is now: dot (a small circle)
balloon (default balloon-style annotation)
large (a selected balloon)
*NEW* img (your own custom image)
To use: Specify the images that you want to use in the imgs array. Each item in imgs should be an Image - https://developer.apple.com/documentation/snapshots/image JSON object, which lets you specify parameters like url, height, and width.
Set markerstyle=img on your Annotation - https://developer.apple.com/documentation/snapshots/annotation object. Use imgIdx to choose an image within imgs for this annotation.
To get the full story on creating static map images to use on websites, in email, and more, check out the Maps Web Snapshots - https://developer.apple.com/documentation/snapshots documentation.
Posted
by
Frameworks Engineer.
Last updated
.