Class Index | File Index

Classes


Namespace PolylineOptions


Defined in: PolylineOptions.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
PolylineOptions object specification.
Field Summary
Field Attributes Field Name and Description
<static>  
PolylineOptions.map
The map to add the line to.
<static>  
PolylineOptions.path
The ordered sequence of points that make up the line.
<static>  
PolylineOptions.strokeColor
The stroke color as a CSS string.
<static>  
PolylineOptions.strokeOpacity
Stroke opacity.
<static>  
PolylineOptions.strokeWeight
Stroke width in pixels.
Namespace Detail
PolylineOptions
PolylineOptions object specification.
Field Detail
<static> {eniro.maps.Map} PolylineOptions.map
The map to add the line to.

<static> {eniro.maps.MapArray|Array} PolylineOptions.path
The ordered sequence of points that make up the line. If the type passed is a eniro.maps.MapArray insertions/deletions will immediately be drawn.

<static> {string} PolylineOptions.strokeColor
The stroke color as a CSS string.

<static> {number} PolylineOptions.strokeOpacity
Stroke opacity. A number between 0.0 and 1.0.

<static> {number} PolylineOptions.strokeWeight
Stroke width in pixels.

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Mar 30 2020 12:10:04 GMT+0200 (CEST)