export interface DataPositionInterface {
    latitudeDegrees: number;
    longitudeDegrees: number;
}
