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