Get Map Glyphs
| locationservice_get_map_glyphs | R Documentation |
This operation is no longer current and may be deprecated in the future¶
Description¶
This operation is no longer current and may be deprecated in the future.
We recommend upgrading to
GetGlyphs
unless you require Grab data.
-
get_map_glyphsis part of a previous Amazon Location Service Maps API (version 1) which has been superseded by a more intuitive, powerful, and complete API (version 2). -
The version 2
GetGlyphsoperation gives a better user experience and is compatible with the remainder of the V2 Maps API. -
If you are using an AWS SDK or the AWS CLI, note that the Maps API version 2 is found under
geo-mapsorgeo_maps, not underlocation. -
Since
Grabis not yet fully supported in Maps API version 2, we recommend you continue using API version 1 when usingGrab. -
Start your version 2 API journey with the Maps V2 API Reference or the Developer Guide.
Retrieves glyphs used to display labels on a map.
Usage¶
locationservice_get_map_glyphs(MapName, FontStack, FontUnicodeRange,
Key)
Arguments¶
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. |
Value¶
A list with the following syntax:
list(
Blob = raw,
ContentType = "string",
CacheControl = "string"
)
Request syntax¶
svc$get_map_glyphs(
MapName = "string",
FontStack = "string",
FontUnicodeRange = "string",
Key = "string"
)