| 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<GetMapStyleDescriptorResult> |
AbstractAmazonLocationAsync.getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest request,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler) |
Future<GetMapStyleDescriptorResult> |
AmazonLocationAsyncClient.getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest request,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler) |
Future<GetMapStyleDescriptorResult> |
AmazonLocationAsync.getMapStyleDescriptorAsync(GetMapStyleDescriptorRequest getMapStyleDescriptorRequest,
AsyncHandler<GetMapStyleDescriptorRequest,GetMapStyleDescriptorResult> asyncHandler)
Retrieves the map style descriptor from a map resource.
|
| Modifier and Type | Method and Description |
|---|---|
GetMapStyleDescriptorRequest |
GetMapStyleDescriptorRequest.clone() |
GetMapStyleDescriptorRequest |
GetMapStyleDescriptorRequest.withKey(String key)
The optional API key
to authorize the request.
|
GetMapStyleDescriptorRequest |
GetMapStyleDescriptorRequest.withMapName(String mapName)
The map resource to retrieve the style descriptor from.
|
Copyright © 2023. All rights reserved.