Interface BaseGeoCoordinates

interface BaseGeoCoordinates {
    latitude: number;
    longitude: number;
    [key: string]: any;
}

Indexable

[key: string]: any

Properties

Properties

latitude: number
longitude: number

Generated using TypeDoc