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