Maps Web Snapshots

RSS for tag

Create a static image of a map from a URL using Maps Web Snapshots.

Maps Web Snapshots Documentation

Posts under Maps Web Snapshots tag

4 Posts
Sort by:
Post not yet marked as solved
0 Replies
381 Views
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?
Posted
by Thursin.
Last updated
.
Post not yet marked as solved
0 Replies
209 Views
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
Posted
by Jens-Koch.
Last updated
.
Post not yet marked as solved
0 Replies
146 Views
How do you change the city and zip code for an address listed incorrectly on the Maps app?
Posted
by mwebb15.
Last updated
.
Post marked as solved
3 Replies
900 Views
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
.