View source: R/locationservice_operations.R
locationservice_get_map_glyphs | R Documentation |
Retrieves glyphs used to display labels on a map.
See https://www.paws-r-sdk.com/docs/locationservice_get_map_glyphs/ for full documentation.
locationservice_get_map_glyphs(
MapName,
FontStack,
FontUnicodeRange,
Key = NULL
)
MapName |
[required] The map resource associated with the glyph file. |
FontStack |
[required] A comma-separated list of fonts to load glyphs from in order of
preference. For example, Valid font stacks for Esri styles:
Valid font stacks for HERE Technologies styles:
Valid font stacks for GrabMaps styles:
Valid font stacks for Open Data styles:
The fonts used by the Open Data map styles are combined fonts that use
|
FontUnicodeRange |
[required] A Unicode range of characters to download glyphs for. Each response will
contain 256 characters. For example, 0–255 includes all characters from
range |
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.