PolylineOptions
Polyline initialization options.
Properties
undefined
string
The first line color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
undefined
string
The second line color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
undefined
string
The third line color in hexadecimal RGB (#ff0000
) or RGBA (#ff0000ff
) format.
number[][]
An array of polyline coordinates: [firstPoint, secondPoint, ...]
.
Each point is a geographical point: [longitude, latitude]
.
undefined
false
true
Allows the polyline to emit events (like mouseover
). true
by default.
undefined
number
Maximum display zoom level.
undefined
number
Minimum display zoom level.
undefined
number
The first line width in pixels.
undefined
number
The second line width in pixels.
undefined
number
The third line width in pixels.
undefined
number
Draw order of the first line.
undefined
number
Draw order of the second line.
undefined
number
Draw order of third line.