| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, Tracking, and Geofencing
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<GetMapGlyphsResult> |
AbstractAmazonLocationAsync.getMapGlyphsAsync(GetMapGlyphsRequest request,
AsyncHandler<GetMapGlyphsRequest,GetMapGlyphsResult> asyncHandler) |
| 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.withMapName(String mapName)
The map resource associated with the glyph file.
|
Copyright © 2021. All rights reserved.