REST Resource: serializedPolygons

  • The content describes a SerializedPolygon resource, which represents a polygon in a serialized format.

  • A SerializedPolygon is represented in JSON format with polygonId and kml fields.

  • The polygonId field is a string representing the ID of the polygon.

  • The kml field is a string containing the KML representation of the polygon.

  • A get method is available to retrieve a serialized polygon via an API endpoint.

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.