UNPKG

ng2-heremaps

Version:
10 lines (9 loc) 191 B
import { LatLng } from './lat-lng'; export interface MarkerOptions { position?: LatLng; title?: string; visible?: boolean; zIndex?: number; icon?: any; label?: any; }