Interface ILocation

interface ILocation {
    altitude?: number;
    latitude: number;
    longitude: number;
    orientation?: number;
}

Properties

altitude?: number
latitude: number
longitude: number
orientation?: number

Generated using TypeDoc