REST Resource: serializedPolygons

  • SerializedPolygon is a resource representing a polygon, including its ID and KML string representation.

  • The JSON representation of a SerializedPolygon includes the fields polygonId (string) and kml (string).

  • The get method is available to retrieve a serialized polygon.

Resource: SerializedPolygon

A serialized polygon.

JSON representation
{
  "polygonId": string,
  "kml": string
}
Fields
polygonId

string

The id of the polygon.

kml

string

The KML string representation of the polygon.

Methods

get

Get a serialized polygon.