UNPKG

@ng-maps/core

Version:

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

12 lines (11 loc) 254 B
export interface MarkerIcon { url?: string; fillColor?: string; fillOpacity?: number; path: string | undefined; rotation?: number; scale?: number; strokeColor?: string; strokeOpacity?: number; strokeWeight?: number; }