export interface MapPoint { lat: number; lng: number; }