View source: R/locationservice_operations.R
locationservice_get_map_sprites | R Documentation |
Retrieves the sprite sheet corresponding to a map resource. The sprite sheet is a PNG image paired with a JSON document describing the offsets of individual icons that will be displayed on a rendered map.
See https://www.paws-r-sdk.com/docs/locationservice_get_map_sprites/ for full documentation.
locationservice_get_map_sprites(MapName, FileName, Key = NULL)
MapName |
[required] The map resource associated with the sprite file. |
FileName |
[required] The name of the sprite file. Use the following file names for the sprite sheet:
For the JSON document containing image offsets. Use the following file names:
|
Key |
The optional API key to authorize the request. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.