Values.GetSpritesRequestSourceGetSprites returns the map's sprites. For more information, see Style iconography with sprites in the Amazon Location Service Developer Guide.
type nonrec t = {fileName : GetSpritesRequestFileNameString.t;Sprites API: The name of the sprite ο¬le to retrieve, following pattern sprites(@2x)?\.(png|json). Example: sprites.png
*)style : MapStyle.t;Style specifies the desired map style for the Sprites APIs.
*)colorScheme : ColorScheme.t;Sets the color tone for the map sprites, such as dark and light. Example: Light Default value: Light Valid values for ColorScheme are case sensitive.
*)variant : Variant.t;Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style. Example: Default Valid values for Variant are case sensitive.
*)}val make :
fileName:GetSpritesRequestFileNameString.t ->
style:MapStyle.t ->
colorScheme:ColorScheme.t ->
variant:Variant.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of GetSpritesRequestFileNameString.t ])
list ]