MapboxLayer Type
Constructors
Constructor | Description |
|
|
Static members
Static member | Description |
Full Usage:
MapboxLayer.init (?Visible, ?SourceType, ?Source, ?SourceLayer, ?SourceAttribution, ?Type, ?Coordinates, ?Below, ?Color, ?Opacity, ?MinZoom, ?MaxZoom, ?CircleRadius, ?Line, ?FillOutlineColor, ?Symbol, ?Name)
Parameters:
bool
?SourceType : MapboxLayerSourceType
?Source : 'a
?SourceLayer : string
?SourceAttribution : string
?Type : MapboxLayerType
?Coordinates : ('b * 'c) seq
?Below : string
?Color : Color
?Opacity : float
?MinZoom : float
?MaxZoom : float
?CircleRadius : float
?Line : Line
?FillOutlineColor : Color
?Symbol : MapboxLayerSymbol
?Name : string
Returns: MapboxLayer
|
|
Full Usage:
MapboxLayer.style (?Visible, ?SourceType, ?Source, ?SourceLayer, ?SourceAttribution, ?Type, ?Coordinates, ?Below, ?Color, ?Opacity, ?MinZoom, ?MaxZoom, ?CircleRadius, ?Line, ?FillOutlineColor, ?Symbol, ?Name)
Parameters:
bool
?SourceType : MapboxLayerSourceType
?Source : 'a
?SourceLayer : string
?SourceAttribution : string
?Type : MapboxLayerType
?Coordinates : ('b * 'c) seq
?Below : string
?Color : Color
?Opacity : float
?MinZoom : float
?MaxZoom : float
?CircleRadius : float
?Line : Line
?FillOutlineColor : Color
?Symbol : MapboxLayerSymbol
?Name : string
Returns: MapboxLayer -> MapboxLayer
|
|