Constructor
new Coordinate(lng, lat)
Coordinate class
Parameters:
Name | Type | Description |
---|---|---|
lng |
number
|
longitude |
lat |
number
|
latitude |
Example
const coordinate = new Coordinate(116.404, 39.915);