Polygon.Geopath Property

Definition

Gets a list of locations on the map which forms the outline of this polygon on the map.

public:
 property System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^> ^ Geopath { System::Collections::Generic::IList<Microsoft::Maui::Devices::Sensors::Location ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location> Geopath { get; }
member this.Geopath : System.Collections.Generic.IList<Microsoft.Maui.Devices.Sensors.Location>
Public ReadOnly Property Geopath As IList(Of Location)

Property Value

Applies to