Module Values.GetSpritesRequestSource

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

Sourcetype nonrec t = {
  1. fileName : GetSpritesRequestFileNameString.t;
    (*

    Sprites API: The name of the sprite file to retrieve, following pattern sprites(@2x)?\.(png|json). Example: sprites.png

    *)
  2. style : MapStyle.t;
    (*

    Style specifies the desired map style for the Sprites APIs.

    *)
  3. 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.

    *)
  4. 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.

    *)
}
Sourceval context_ : string
Sourceval make : fileName:GetSpritesRequestFileNameString.t -> style:MapStyle.t -> colorScheme:ColorScheme.t -> variant:Variant.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of GetSpritesRequestFileNameString.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t