export interface IPoi { id: string; name: string; address: string; location: { lng: number; lat: number; }; }