GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.boundedPositions(String boundedPositions) |
Takes in two or more pair of coordinates, [Lon, Lat], with each coordinate separated by a comma.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.boundingBox(String boundingBox) |
Takes in two pairs of coordinates, [Lon, Lat], denoting south-westerly and north-easterly edges of the image.
|
static GetStaticMapRequest.Builder |
GetStaticMapRequest.builder() |
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.center(String center) |
Takes in a pair of coordinates, [Lon, Lat], which becomes the center point of the image.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.compactOverlay(String compactOverlay) |
Takes in a string to draw geometries on the image.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.fileName(String fileName) |
The map scaling parameter to size the image, icons, and labels.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.geoJsonOverlay(String geoJsonOverlay) |
Takes in a string to draw geometries on the image.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.height(Integer height) |
Specifies the height of the map image.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.key(String key) |
Optional: The API key to be used for authorization.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.padding(Integer padding) |
Applies additional space (in pixels) around overlay feature to prevent them from being cut or obscured.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.radius(Long radius) |
Used with center parameter, it specifies the zoom of the image where you can control it on a granular level.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.scaleBarUnit(String scaleBarUnit) |
Displays a scale on the bottom right of the map image with the unit specified in the input.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.scaleBarUnit(ScaleBarUnit scaleBarUnit) |
Displays a scale on the bottom right of the map image with the unit specified in the input.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.style(String style) |
Style specifies the desired map style for the Style APIs.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.style(StaticMapStyle style) |
Style specifies the desired map style for the Style APIs.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.toBuilder() |
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.width(Integer width) |
Specifies the width of the map image.
|
GetStaticMapRequest.Builder |
GetStaticMapRequest.Builder.zoom(Float zoom) |
Specifies the zoom level of the map image.
|