Class Type
Defines the type of the layer in maps.
Inheritance
System.Object
Type
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class Type : Enum
Fields
Layer
Specifies the layer type as main layer in the maps component.
Declaration
public const Type Layer
Field Value
Type |
---|
Type |
SubLayer
Specifies the layer type as sublayer in the maps component. This layer will be a part of the layer provided in the maps.
Declaration
public const Type SubLayer
Field Value
Type |
---|
Type |