export interface BPoi { address?: string; point?: { lng: number; lat: number; }; pointN?: any; title?: string; uid?: string; url?: string; }