The animation to play when marker is added to a map. Only applies to point geometries.
If true
, the marker receives mouse and touch events.
Mouse cursor to show on hover. Only applies to point geometries.
If true
, the object can be dragged across the map and the
underlying feature will have its geometry updated.
If true
, the object can be edited by dragging control points
and the underlying feature will have its geometry updated. Only applies
to LineString and Polygon geometries.
The fill color. All CSS3 colors are supported except for extended named colors. Only applies to polygon geometries.
The fill opacity between 0.0 and 1.0. Only applies to polygon geometries.
Icon for the foreground. If a string is provided, it is treated as though
it were an Icon
with the string as url
. Only
applies to point geometries.
The icons to be rendered along a polyline. Only applies to line geometries.
Adds a label to the marker. The label can either be a string, or a
MarkerLabel
object. Only applies to point geometries.
The marker's opacity between 0.0 and 1.0. Only applies to point geometries.
Defines the image map used for hit detection. Only applies to point geometries.
The stroke color. All CSS3 colors are supported except for extended named colors. Only applies to line and polygon geometries.
The stroke opacity between 0.0 and 1.0. Only applies to line and polygon geometries.
The stroke width in pixels. Only applies to line and polygon geometries.
Rollover text. Only applies to point geometries.
Whether the feature is visible.
All features are displayed on the map in order of their zIndex, with higher values displaying in front of features with lower values. Markers are always displayed in front of line-strings and polygons.
Generated using TypeDoc
These options specify the way a Feature should appear when displayed on a map.