Class MapGeometryType
Enumurates the geometry type of shape file layer.
Inheritance
System.Object
MapGeometryType
Namespace: Syncfusion.Maui.Maps
Assembly: Syncfusion.Maui.Maps.dll
Syntax
public sealed class MapGeometryType : Enum
Fields
GeographicPoints
Represents the geometry type as geographic points.
Declaration
public const MapGeometryType GeographicPoints
Field Value
Type |
---|
MapGeometryType |
Points
Represents the geometry type as points.
Declaration
public const MapGeometryType Points
Field Value
Type |
---|
MapGeometryType |