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