Coordinates of a point on the globe. Mostly used for Cities.
name | data type | description |
---|---|---|
long | number | The longitude part of the coordinates. |
lat | number | The latitude part of the coordinates. |
Example
{ "long" : -118.3267434, "lat" : 34.0983425 }