Interface LngLat

Represents a geographic coordinate in longitude and latitude.

interface LngLat {
    lat: number;
    lng: number;
}
Index

Properties

Properties

lat: number

Latitude in degrees.

lng: number

Longitude in degrees.

Was this helpful?

GeoSplats SDK
Reference
LngLat