class Aws::LocationService::Types::GetMapGlyphsRequest

@note When making an API call, you may pass GetMapGlyphsRequest

data as a hash:

    {
      font_stack: "String", # required
      font_unicode_range: "GetMapGlyphsRequestFontUnicodeRangeString", # required
      map_name: "ResourceName", # required
    }

@!attribute [rw] font_stack

A comma-separated list of fonts to load glyphs from in order of
preference. For example, `Noto Sans Regular, Arial Unicode`.

Valid fonts for [Esri][1] styles:

* VectorEsriDarkGrayCanvas – `Ubuntu Medium Italic` \| `Ubuntu
  Medium` \| `Ubuntu Italic` \| `Ubuntu Regular` \| `Ubuntu Bold`

* VectorEsriLightGrayCanvas – `Ubuntu Italic` \| `Ubuntu Regular` \|
  `Ubuntu Light` \| `Ubuntu Bold`

* VectorEsriTopographic – `Noto Sans Italic` \| `Noto Sans Regular`
  \| `Noto Sans Bold` \| `Noto Serif Regular` \| `Roboto Condensed
  Light Italic`

* VectorEsriStreets – `Arial Regular` \| `Arial Italic` \| `Arial
  Bold`

* VectorEsriNavigation – `Arial Regular` \| `Arial Italic` \| `Arial
  Bold`

Valid fonts for [HERE Technologies][2] styles:

* `VectorHereBerlin` – `Fira GO Regular` \| `Fira GO Bold`

^

[1]: https://docs.aws.amazon.com/location/latest/developerguide/esri.html
[2]: https://docs.aws.amazon.com/location/latest/developerguide/HERE.html
@return [String]

@!attribute [rw] font_unicode_range

A Unicode range of characters to download glyphs for. Each response
will contain 256 characters. For example, 0–255 includes all
characters from range `U+0000` to `00FF`. Must be aligned to
multiples of 256.
@return [String]

@!attribute [rw] map_name

The map resource associated with the glyph file.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/location-2020-11-19/GetMapGlyphsRequest AWS API Documentation

Constants

SENSITIVE