File

src/interface/polyline-options.ts

Index

Properties

Properties

fillColor
fillColor: string
Type : string
Optional
lineWidth
lineWidth: number
Type : number
Optional
path
path: LatLng[]
Type : LatLng[]
strokeColor
strokeColor: string
Type : string
Optional
import { LatLng } from './lat-lng';

export interface PolylineOptions {
  strokeColor?: string;
  fillColor?: string;
  lineWidth?: number;
  path: LatLng[];
}

result-matching ""

    No results matching ""