| 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 |
|---|---|
GetMapGlyphsResult |
AmazonLocationClient.getMapGlyphs(GetMapGlyphsRequest request)
Retrieves glyphs used to display labels on a map.
|
GetMapGlyphsResult |
AmazonLocation.getMapGlyphs(GetMapGlyphsRequest getMapGlyphsRequest)
Retrieves glyphs used to display labels on a map.
|
GetMapGlyphsResult |
AbstractAmazonLocation.getMapGlyphs(GetMapGlyphsRequest request) |
| 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 |
|---|---|
GetMapGlyphsResult |
GetMapGlyphsResult.clone() |
GetMapGlyphsResult |
GetMapGlyphsResult.withBlob(ByteBuffer blob)
The glyph, as binary blob.
|
GetMapGlyphsResult |
GetMapGlyphsResult.withCacheControl(String cacheControl)
The HTTP Cache-Control directive for the value.
|
GetMapGlyphsResult |
GetMapGlyphsResult.withContentType(String contentType)
The map glyph content type.
|
Copyright © 2023. All rights reserved.