export interface IGeoPoint {
    latitudeInMicroDegrees: number;
    longitudeInMicroDegrees: number;
}
