Enum ProjectionType
Defines the projection type of the maps.
Namespace: Syncfusion.Blazor.Maps
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ProjectionType
Fields
| Name | Description |
|---|---|
| AitOff | Specifies the maps to render in AitOff projection type. |
| Eckert3 | Specifies the maps to render in Eckert3 projection type. |
| Eckert5 | Specifies the maps to render in Eckert5 projection type. |
| Eckert6 | Specifies the maps to render in Eckert6 projection type. |
| Equirectangular | Specifies the maps to render in equirectangular projection type. |
| Mercator | Specifies the maps to render in Mercator projection type. |
| Miller | Specifies the maps to render in Miller projection type. |
| Winkel3 | Specifies the maps to render in Winklel3 projection type. |