Module Awso_geo_maps_asyncSource

include module type of struct include Awso_geo_maps.Values end
Sourceval service : Awso.Service.t
Sourceval apiVersion : string
Sourceval endpointPrefix : string
Sourceval serviceFullName : string
Sourceval signatureVersion : string
Sourceval protocol : string
Sourceval globalEndpoint : string
Sourceval simple_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval composed_to_json : ('a -> Awso__Botodata.value) -> 'a -> Yojson.Safe.t
Sourceval to_query : ('a -> Awso.Client.Query.value) -> 'a -> Awso.Client.Query.t
Sourceval structure_to_value_aux : ('a * 'b option) list -> f:(('a * 'b) list -> 'c) -> [> `Structure of 'c ]
Sourceval structure_to_value : ('a * 'b option) list -> [> `Structure of ('a * 'b) list ]
Sourceval structure_to_wrapped_value : wrapper:'a -> response:'a -> ('b * 'c option) list -> [> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]
Sourcemodule ValidationExceptionField = Awso_geo_maps.Values.ValidationExceptionField

The input fails to satisfy the constraints specified by the Amazon Location service.

Sourcemodule ValidationExceptionFieldList = Awso_geo_maps.Values.ValidationExceptionFieldList
Sourcemodule ValidationExceptionReason = Awso_geo_maps.Values.ValidationExceptionReason

The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.

The request processing has failed because of an unknown error, exception or failure.

Sourcemodule ResourceNotFoundException = Awso_geo_maps.Values.ResourceNotFoundException

Exception thrown when the associated resource could not be found.

The request was denied due to request throttling.

The input fails to satisfy the constraints specified by an AWS service.

Sourcemodule TileAdditionalFeatureList = Awso_geo_maps.Values.TileAdditionalFeatureList
Sourcemodule GetStaticMapRequestBoundedPositionsString = Awso_geo_maps.Values.GetStaticMapRequestBoundedPositionsString
Sourcemodule GetStaticMapRequestBoundingBoxString = Awso_geo_maps.Values.GetStaticMapRequestBoundingBoxString
Sourcemodule GetStaticMapRequestFileNameString = Awso_geo_maps.Values.GetStaticMapRequestFileNameString
Sourcemodule GetStaticMapRequestHeightInteger = Awso_geo_maps.Values.GetStaticMapRequestHeightInteger
Sourcemodule GetStaticMapRequestPaddingInteger = Awso_geo_maps.Values.GetStaticMapRequestPaddingInteger
Sourcemodule GetStaticMapRequestWidthInteger = Awso_geo_maps.Values.GetStaticMapRequestWidthInteger
Sourcemodule GetStaticMapRequestZoomFloat = Awso_geo_maps.Values.GetStaticMapRequestZoomFloat
Sourcemodule GetSpritesRequestFileNameString = Awso_geo_maps.Values.GetSpritesRequestFileNameString
Sourcemodule GetGlyphsRequestFontStackString = Awso_geo_maps.Values.GetGlyphsRequestFontStackString
Sourcemodule GetGlyphsRequestFontUnicodeRangeString = Awso_geo_maps.Values.GetGlyphsRequestFontUnicodeRangeString

GetTile returns a tile. Map tiles are used by clients to render a map. They're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level. For more information, see Tiles in the Amazon Location Service Developer Guide.

GetTile returns a tile. Map tiles are used by clients to render a map. They're addressed using a grid arrangement with an X coordinate, Y coordinate, and Z (zoom) level. For more information, see Tiles in the Amazon Location Service Developer Guide.

Sourcemodule GetStyleDescriptorResponse = Awso_geo_maps.Values.GetStyleDescriptorResponse

GetStyleDescriptor returns information about the style. For more information, see Style dynamic maps in the Amazon Location Service Developer Guide.

Sourcemodule GetStyleDescriptorRequest = Awso_geo_maps.Values.GetStyleDescriptorRequest

GetStyleDescriptor returns information about the style. For more information, see Style dynamic maps in the Amazon Location Service Developer Guide.

This operation is not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. GetStaticMap provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots. For more information, see the following topics in the Amazon Location Service Developer Guide: Static maps Customize static maps Overlay on the static map

This operation is not supported in ap-southeast-1 and ap-southeast-5 regions for GrabMaps customers. GetStaticMap provides high-quality static map images with customizable options. You can modify the map's appearance and overlay additional information. It's an ideal solution for applications requiring tailored static map snapshots. For more information, see the following topics in the Amazon Location Service Developer Guide: Static maps Customize static maps Overlay on the static map

GetSprites returns the map's sprites. For more information, see Style iconography with sprites in the Amazon Location Service Developer Guide.

GetSprites returns the map's sprites. For more information, see Style iconography with sprites in the Amazon Location Service Developer Guide.

GetGlyphs returns the map's glyphs. For more information, see Style labels with glyphs in the Amazon Location Service Developer Guide.

GetGlyphs returns the map's glyphs. For more information, see Style labels with glyphs in the Amazon Location Service Developer Guide.

Sourcemodule Cli : sig ... end