export interface IPolylineOptions { geodesic?: boolean; clickable?: boolean; fillColor?: string; fillOpacity?: number; strokeColor?: string; strokeOpacity?: number; strokeWeight: number; symbol?: any; }