Point
A Point object represents a point in the 2D geometry of a geographic coordinate system.
Fields
A Point object contains the following fields:
Field Name | Type | Description |
---|---|---|
x | Float | The x value of the point. |
y | Float | The y value of the point. |
Example
{
"y": 43.64713,
"x": -79.377366
}