export interface IdzPosition {
    Latitude: Number;
    Longitude: Number;
}
