Type alias LongitudeLatitude

LongitudeLatitude: Position | {
    lat: number;
    lon: number;
}

A center point, either as an object, or as an array. The array must be in Longitude, Latitude order, as is the custom.

Generated using TypeDoc