interface GeoLocation {
    coordinates: number[];
    type: string;
}

Properties

Properties

coordinates: number[]
type: string