Uses of Class
software.amazon.awssdk.services.location.model.GetMapTileRequest
-
Packages that use GetMapTileRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of GetMapTileRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type GetMapTileRequest Modifier and Type Method Description default CompletableFuture<GetMapTileResponse>LocationAsyncClient. getMapTile(GetMapTileRequest getMapTileRequest)Retrieves a vector data tile from the map resource.default GetMapTileResponseLocationClient. getMapTile(GetMapTileRequest getMapTileRequest)Retrieves a vector data tile from the map resource. -
Uses of GetMapTileRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type GetMapTileRequest Modifier and Type Method Description SdkHttpFullRequestGetMapTileRequestMarshaller. marshall(GetMapTileRequest getMapTileRequest)
-