export interface IPoiOption { ids?: string | string[]; innerColor?: string; outerColor?: string; scale?: number; }