Header menu logo Plotly.NET

MapboxLayer Type


    

Constructors

Constructor Description

MapboxLayer()

Full Usage: MapboxLayer()

Returns: MapboxLayer
Returns: MapboxLayer

Static members

Static member Description

MapboxLayer.init (?Visible, ?SourceType, ?Source, ?SourceLayer, ?SourceAttribution, ?Type, ?Coordinates, ?Below, ?Color, ?Opacity, ?MinZoom, ?MaxZoom, ?CircleRadius, ?Line, ?FillOutlineColor, ?Symbol, ?Name)

Full Usage: MapboxLayer.init (?Visible, ?SourceType, ?Source, ?SourceLayer, ?SourceAttribution, ?Type, ?Coordinates, ?Below, ?Color, ?Opacity, ?MinZoom, ?MaxZoom, ?CircleRadius, ?Line, ?FillOutlineColor, ?Symbol, ?Name)

Parameters:
    ?Visible : 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

Initialize a MapboxLayer object

?Visible : 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.style (?Visible, ?SourceType, ?Source, ?SourceLayer, ?SourceAttribution, ?Type, ?Coordinates, ?Below, ?Color, ?Opacity, ?MinZoom, ?MaxZoom, ?CircleRadius, ?Line, ?FillOutlineColor, ?Symbol, ?Name)

Full Usage: MapboxLayer.style (?Visible, ?SourceType, ?Source, ?SourceLayer, ?SourceAttribution, ?Type, ?Coordinates, ?Below, ?Color, ?Opacity, ?MinZoom, ?MaxZoom, ?CircleRadius, ?Line, ?FillOutlineColor, ?Symbol, ?Name)

Parameters:
    ?Visible : 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

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

?Visible : 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

Type something to start searching.