Class Polygon
A polygon is represented by a series of connected coordinates in an counterclockwise ordered sequence. The coordinates form a closed loop and define a filled region. The first and last coordinates are equivalent, and they must contain identical values. The format is a simplified version of GeoJSON polygons (we only support one counterclockwise exterior ring).
Implements
Inherited Members
Namespace: Google.Apis.AreaInsights.v1.Data
Assembly: Google.Apis.AreaInsights.v1.dll
Syntax
public class Polygon : IDirectResponseSchema
Properties
Coordinates
Optional. The coordinates that define the polygon.
Declaration
[JsonProperty("coordinates")]
public virtual IList<LatLng> Coordinates { get; set; }
Property Value
Type | Description |
---|---|
IList<LatLng> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |