export interface GeoPoint { type: string; coordinates: number[]; }