export interface MapLocation { lat: number; long: number; zoom: number; } export interface MapPin { lat: number; long: number; icon: string; }