| 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 |
|---|---|
GetMapSpritesResult |
AmazonLocationClient.getMapSprites(GetMapSpritesRequest request)
Retrieves the sprite sheet corresponding to a map resource.
|
GetMapSpritesResult |
AbstractAmazonLocation.getMapSprites(GetMapSpritesRequest request) |
GetMapSpritesResult |
AmazonLocation.getMapSprites(GetMapSpritesRequest getMapSpritesRequest)
Retrieves the sprite sheet corresponding to a map resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetMapSpritesResult> |
AmazonLocationAsyncClient.getMapSpritesAsync(GetMapSpritesRequest request,
AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler) |
Future<GetMapSpritesResult> |
AbstractAmazonLocationAsync.getMapSpritesAsync(GetMapSpritesRequest request,
AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler) |
Future<GetMapSpritesResult> |
AmazonLocationAsync.getMapSpritesAsync(GetMapSpritesRequest getMapSpritesRequest,
AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler)
Retrieves the sprite sheet corresponding to a map resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetMapSpritesResult |
GetMapSpritesResult.clone() |
GetMapSpritesResult |
GetMapSpritesResult.withBlob(ByteBuffer blob)
Contains the body of the sprite sheet or JSON offset file.
|
GetMapSpritesResult |
GetMapSpritesResult.withCacheControl(String cacheControl)
The HTTP Cache-Control directive for the value.
|
GetMapSpritesResult |
GetMapSpritesResult.withContentType(String contentType)
The content type of the sprite sheet and offsets.
|
Copyright © 2024. All rights reserved.