UNPKG

ng2-heremaps

Version:
8 lines (7 loc) 167 B
import { LatLng } from './lat-lng'; export interface PolylineOptions { strokeColor?: string; fillColor?: string; lineWidth?: number; path: LatLng[]; }