Class ProjectionType
Defines the projection type of the maps.
Inheritance
System.Object
ProjectionType
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ProjectionType : Enum
Fields
AitOff
Specifies the maps to render in AitOff projection type.
Declaration
public const ProjectionType AitOff
Field Value
Type |
---|
ProjectionType |
Eckert3
Specifies the maps to render in Eckert3 projection type.
Declaration
public const ProjectionType Eckert3
Field Value
Type |
---|
ProjectionType |
Eckert5
Specifies the maps to render in Eckert5 projection type.
Declaration
public const ProjectionType Eckert5
Field Value
Type |
---|
ProjectionType |
Eckert6
Specifies the maps to render in Eckert6 projection type.
Declaration
public const ProjectionType Eckert6
Field Value
Type |
---|
ProjectionType |
Equirectangular
Specifies the maps to render in equirectangular projection type.
Declaration
public const ProjectionType Equirectangular
Field Value
Type |
---|
ProjectionType |
Mercator
Specifies the maps to render in Mercator projection type.
Declaration
public const ProjectionType Mercator
Field Value
Type |
---|
ProjectionType |
Miller
Specifies the maps to render in Miller projection type.
Declaration
public const ProjectionType Miller
Field Value
Type |
---|
ProjectionType |
Winkel3
Specifies the maps to render in Winklel3 projection type.
Declaration
public const ProjectionType Winkel3
Field Value
Type |
---|
ProjectionType |