coords Data Type

Coordinates of a point on the globe. Mostly used for Cities.

Properties
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
}