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