Class Index | File Index

Classes


Namespace MarkerOptions


Defined in: MarkerOptions.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
MarkerOptions object specification.
Field Summary
Field Attributes Field Name and Description
<static>  
MarkerOptions.clickable
Sets whether the marker is clickable or not.
<static>  
MarkerOptions.draggable
Sets whether the marker is draggable or not.
<static>  
MarkerOptions.icon
Marker icon provided as string or MarkerImage.
<static>  
MarkerOptions.map
The map to add the marker to.
<static>  
MarkerOptions.position
LatLng where the marker is placed.
<static>  
MarkerOptions.visible
Sets whether the marker is visible or not.
Namespace Detail
MarkerOptions
MarkerOptions object specification.
Field Detail
<static> {boolean} MarkerOptions.clickable
Sets whether the marker is clickable or not.

<static> {boolean} MarkerOptions.draggable
Sets whether the marker is draggable or not. Draggable and rotatable are mutually exclusive. Draggable has precedence.

<static> {string or eniro.maps.MarkerImage} MarkerOptions.icon
Marker icon provided as string or MarkerImage.

<static> {eniro.maps.Map} MarkerOptions.map
The map to add the marker to.

<static> {eniro.maps.LatLng} MarkerOptions.position
LatLng where the marker is placed.

<static> {boolean} MarkerOptions.visible
Sets whether the marker is visible or not.

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