Interface IPointShape
Defines a 1-Dimensional IShape.
Namespace: Telerik.Maui.Controls.ShapefileReader
Assembly: Telerik.Maui.Controls.dll
Syntax
public interface IPointShape : IShape
Properties
Location
Gets the geographical location of the shape.
Declaration
Location Location { get; }