Class Index | File Index

Classes


Namespace DrawnOptions


Defined in: DrawnOptions.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
DrawnOptions object specification.
Field Summary
Field Attributes Field Name and Description
<static>  
DrawnOptions.fillColor
The fill color, if applicable.
<static>  
DrawnOptions.fillOpacity
The fill opacity, if applicable.
<static>  
DrawnOptions.map
A map instance.
<static>  
DrawnOptions.strokeColor
The stroke color
<static>  
DrawnOptions.strokeOpacity
The stroke opacity.
<static>  
DrawnOptions.strokeWeight
The stroke weight in pixels.
<static>  
DrawnOptions.zIndex
The drawing order.
Namespace Detail
DrawnOptions
DrawnOptions object specification.
Field Detail
<static> {string} DrawnOptions.fillColor
The fill color, if applicable.

<static> {number} DrawnOptions.fillOpacity
The fill opacity, if applicable.

<static> {eniro.maps.Map} DrawnOptions.map
A map instance.

<static> {string} DrawnOptions.strokeColor
The stroke color

<static> {number} DrawnOptions.strokeOpacity
The stroke opacity.

<static> {number} DrawnOptions.strokeWeight
The stroke weight in pixels.

<static> {number} DrawnOptions.zIndex
The drawing order.

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