| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetMapGlyphsResult> |
AbstractAmazonLocationAsync.getMapGlyphsAsync(GetMapGlyphsRequest request,
AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler) |
Future<GetMapGlyphsResult> |
AmazonLocationAsyncClient.getMapGlyphsAsync(GetMapGlyphsRequest request,
AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler) |
Future<GetMapGlyphsResult> |
AmazonLocationAsync.getMapGlyphsAsync(GetMapGlyphsRequest getMapGlyphsRequest,
AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler)
Retrieves glyphs used to display labels on a map.
|
| Modifier and Type | Method and Description |
|---|---|
GetMapGlyphsRequest |
GetMapGlyphsRequest.clone() |
GetMapGlyphsRequest |
GetMapGlyphsRequest.withFontStack(String fontStack)
A comma-separated list of fonts to load glyphs from in order of preference.
|
GetMapGlyphsRequest |
GetMapGlyphsRequest.withFontUnicodeRange(String fontUnicodeRange)
A Unicode range of characters to download glyphs for.
|
GetMapGlyphsRequest |
GetMapGlyphsRequest.withKey(String key)
The optional API key
to authorize the request.
|
GetMapGlyphsRequest |
GetMapGlyphsRequest.withMapName(String mapName)
The map resource associated with the glyph file.
|
Copyright © 2023. All rights reserved.