export interface IMapToolkitOptions {
    markerIconSelector?: (data: any) => string;
}
