AI-generated Key Takeaways
-
The content describes a
SerializedPolygon
resource, which represents a polygon in a serialized format. -
A
SerializedPolygon
is represented in JSON format withpolygonId
andkml
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 |
The id of the polygon. |
kml |
The KML string representation of the polygon. |
Methods |
|
---|---|
|
Get a serialized polygon. |