MapboxLayerSymbol Type

Constructors

Constructor Description

MapboxLayerSymbol()

Full Usage: MapboxLayerSymbol()

Returns: MapboxLayerSymbol
Returns: MapboxLayerSymbol

Static members

Static member Description

MapboxLayerSymbol.init (?Icon, ?IconSize, ?Text, ?Placement, ?TextFont, ?TextPosition)

Full Usage: MapboxLayerSymbol.init (?Icon, ?IconSize, ?Text, ?Placement, ?TextFont, ?TextPosition)

Parameters:
Returns: MapboxLayerSymbol

Initialize a MapboxLayer object

?Icon : string
?IconSize : float
?Text : string
?Placement : MapboxLayerSymbolPlacement
?TextFont : Font
?TextPosition : TextPosition
Returns: MapboxLayerSymbol

MapboxLayerSymbol.style (?Icon, ?IconSize, ?Text, ?Placement, ?TextFont, ?TextPosition)

Full Usage: MapboxLayerSymbol.style (?Icon, ?IconSize, ?Text, ?Placement, ?TextFont, ?TextPosition)

Parameters:
Returns: MapboxLayerSymbol -> MapboxLayerSymbol

Create a function that applies the given style parameters to a MapboxLayer object.

?Icon : string
?IconSize : float
?Text : string
?Placement : MapboxLayerSymbolPlacement
?TextFont : Font
?TextPosition : TextPosition
Returns: MapboxLayerSymbol -> MapboxLayerSymbol