Class BingMapType
Defines the types of bing map layer.
Inheritance
System.Object
BingMapType
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BingMapType : Enum
Fields
Aerial
Defines the maps to render bing map layer with aerial type.
Declaration
public const BingMapType Aerial
Field Value
Type | Description |
---|---|
BingMapType |
AerialWithLabel
Defines the maps to render bing map layer with aerial with label type.
Declaration
public const BingMapType AerialWithLabel
Field Value
Type | Description |
---|---|
BingMapType |
CanvasDark
Defines the maps to render a dark version of the road maps.
Declaration
public const BingMapType CanvasDark
Field Value
Type | Description |
---|---|
BingMapType |
CanvasGray
Defines the maps to render a gray scale version of the road maps.
Declaration
public const BingMapType CanvasGray
Field Value
Type | Description |
---|---|
BingMapType |
CanvasLight
Defines the maps to render a lighter version of the road maps.
Declaration
public const BingMapType CanvasLight
Field Value
Type | Description |
---|---|
BingMapType |
Road
Defines the maps to render bing map layer with road type.
Declaration
public const BingMapType Road
Field Value
Type | Description |
---|---|
BingMapType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |