export interface ILocationPoint {
    latitude: number;
    longitude: number;
    accuracy: number;
}
