UNPKG

@ng-maps/core

Version:

**@ng-maps/core** is a simple, modular and tree-shakable library for displaying google-maps inside an angular application

15 lines (14 loc) 286 B
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; }