Class StaticMapType
Defines the types of maps with the Google static layer type.
Inheritance
System.Object
StaticMapType
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class StaticMapType : Enum
Fields
Hybrid
Specifies the maps to render the google map with hybrid type.
Declaration
public const StaticMapType Hybrid
Field Value
Type | Description |
---|---|
StaticMapType |
RoadMap
Specifies the maps to render google map layer with road map type.
Declaration
public const StaticMapType RoadMap
Field Value
Type | Description |
---|---|
StaticMapType |
Satellite
Specifies the maps to render google map layer with satellite type.
Declaration
public const StaticMapType Satellite
Field Value
Type | Description |
---|---|
StaticMapType |
Terrain
Specifies the maps to render google map layer with terrain type.
Declaration
public const StaticMapType Terrain
Field Value
Type | Description |
---|---|
StaticMapType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |