export interface IGeoPoint {
    lat: number;
    lng: number;
}
