AI-generated Key Takeaways
-
SerializedPolygonis a resource representing a polygon, including its ID and KML string representation. -
The JSON representation of a
SerializedPolygonincludes the fieldspolygonId(string) andkml(string). -
The
getmethod is available to retrieve a serialized polygon.
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. |