locationservice_get_map_sprites: Retrieves the sprite sheet corresponding to a map resource

View source: R/locationservice_operations.R

locationservice_get_map_spritesR Documentation

Retrieves the sprite sheet corresponding to a map resource

Description

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.

Usage

locationservice_get_map_sprites(FileName, Key = NULL, MapName)

Arguments

FileName

[required] The name of the sprite file. Use the following file names for the sprite sheet:

  • sprites.png

  • ⁠sprites@2x.png⁠ for high pixel density displays

For the JSON document containing image offsets. Use the following file names:

  • sprites.json

  • ⁠sprites@2x.json⁠ for high pixel density displays

Key

The optional API key to authorize the request.

MapName

[required] The map resource associated with the sprite file.


paws.application.integration documentation built on Sept. 12, 2023, 1:18 a.m.