export interface MarkerOptions { /** * not supported by here maps */ label?: string | google.maps.MarkerLabel; /** * not supported by here maps */ title?: string; icon?: any; visible?: boolean; zIndex?: number; clickable?: boolean; }