Show / Hide Table of Contents

Class PolygonLocation

Represents a polygon location.

Inheritance
System.Object
PolygonLocation
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class PolygonLocation : ILocation

Properties

Coordinates

Gets or sets the list of coordinates.

Declaration
public Coordinate[] Coordinates { get; set; }
Property Value
Coordinate[]

Back to top Built by Itinero, MIT licensed.