| 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<GetMapSpritesResult> |
AmazonLocationAsyncClient.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.
|
Future<GetMapSpritesResult> |
AbstractAmazonLocationAsync.getMapSpritesAsync(GetMapSpritesRequest request,
AsyncHandler<GetMapSpritesRequest,GetMapSpritesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetMapSpritesRequest |
GetMapSpritesRequest.clone() |
GetMapSpritesRequest |
GetMapSpritesRequest.withFileName(String fileName)
The name of the sprite file.
|
GetMapSpritesRequest |
GetMapSpritesRequest.withMapName(String mapName)
The map resource associated with the sprite file.
|
Copyright © 2021. All rights reserved.