@Generated(value="software.amazon.awssdk:codegen") public final class GetMapGlyphsRequest extends LocationRequest implements ToCopyableBuilder<GetMapGlyphsRequest.Builder,GetMapGlyphsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetMapGlyphsRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetMapGlyphsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fontStack()
A comma-separated list of fonts to load glyphs from in order of preference.
|
String |
fontUnicodeRange()
A Unicode range of characters to download glyphs for.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The optional API key
to authorize the request.
|
String |
mapName()
The map resource associated with the glyph file.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetMapGlyphsRequest.Builder> |
serializableBuilderClass() |
GetMapGlyphsRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String fontStack()
A comma-separated list of fonts to load glyphs from in order of preference. For example,
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri 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 font stacks for HERE Technologies styles:
VectorHereContrast – Fira GO Regular | Fira GO Bold
VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – Fira GO Italic |
Fira GO Map | Fira GO Map Bold | Noto Sans CJK JP Bold |
Noto Sans CJK JP Light | Noto Sans CJK JP Regular
Valid font stacks for GrabMaps styles:
VectorGrabStandardLight, VectorGrabStandardDark – Noto Sans Regular | Noto Sans Medium
| Noto Sans Bold
Valid font stacks for Open Data styles:
VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight,
VectorOpenDataVisualizationDark – Amazon Ember Regular,Noto Sans Regular |
Amazon Ember Bold,Noto Sans Bold | Amazon Ember Medium,Noto Sans Medium |
Amazon Ember Regular Italic,Noto Sans Italic |
Amazon Ember Condensed RC Regular,Noto Sans Regular |
Amazon Ember Condensed RC Bold,Noto Sans Bold
The fonts used by the Open Data map styles are combined fonts that use Amazon Ember for most glyphs
but Noto Sans for glyphs unsupported by Amazon Ember.
Noto Sans Regular, Arial Unicode.
Valid fonts stacks for Esri 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 font stacks for HERE Technologies styles:
VectorHereContrast – Fira GO Regular | Fira GO Bold
VectorHereExplore, VectorHereExploreTruck, HybridHereExploreSatellite – Fira GO Italic |
Fira GO Map | Fira GO Map Bold | Noto Sans CJK JP Bold |
Noto Sans CJK JP Light | Noto Sans CJK JP Regular
Valid font stacks for GrabMaps styles:
VectorGrabStandardLight, VectorGrabStandardDark – Noto Sans Regular |
Noto Sans Medium | Noto Sans Bold
Valid font stacks for Open Data styles:
VectorOpenDataStandardLight, VectorOpenDataStandardDark, VectorOpenDataVisualizationLight,
VectorOpenDataVisualizationDark – Amazon Ember Regular,Noto Sans Regular |
Amazon Ember Bold,Noto Sans Bold | Amazon Ember Medium,Noto Sans Medium |
Amazon Ember Regular Italic,Noto Sans Italic |
Amazon Ember Condensed RC Regular,Noto Sans Regular |
Amazon Ember Condensed RC Bold,Noto Sans Bold
The fonts used by the Open Data map styles are combined fonts that use Amazon Ember for most
glyphs but Noto Sans for glyphs unsupported by Amazon Ember.
public final String fontUnicodeRange()
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.
U+0000 to 00FF. Must be
aligned to multiples of 256.public final String key()
The optional API key to authorize the request.
public final String mapName()
The map resource associated with the glyph file.
public GetMapGlyphsRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetMapGlyphsRequest.Builder,GetMapGlyphsRequest>toBuilder in class LocationRequestpublic static GetMapGlyphsRequest.Builder builder()
public static Class<? extends GetMapGlyphsRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.