webdggrid / Coordinate
Interface: Coordinate
Defined in: webdggrid.ts:65
A simple geographic coordinate expressed as latitude and longitude in decimal degrees (WGS-84).
Example
ts
const coord: Coordinate = { lat: 51.5, lng: -0.1 };Properties
lat
lat:
number
Defined in: webdggrid.ts:67
Latitude in decimal degrees. Range: −90 to 90.
lng
lng:
number
Defined in: webdggrid.ts:69
Longitude in decimal degrees. Range: −180 to 180.