Latitude and longitude coordinates.
Coordinates
Name | Type | Tags | Description |
---|---|---|---|
latitude |
number | undefined |
Optional | The latitude of the coordinate expressed in degrees. |
longitude |
number | undefined |
Optional | The longitude of the coordinate expressed in degrees. |
{
"latitude": null,
"longitude": null
}