LiveMap API
Loading...
Searching...
No Matches
livemap.layer.marker.options.InteractiveLayerOptions Class Reference

A set of options for an interactive overlay layer on the map
. More...

Inheritance diagram for livemap.layer.marker.options.InteractiveLayerOptions:
Collaboration diagram for livemap.layer.marker.options.InteractiveLayerOptions:

Properties

bool? BubblingMouseEvents [get, set]
 When true, a mouse event on this marker will trigger the same event on the map.
bool? Interactive [get, set]
 If false, this marker will not emit mouse events and will act as a part of the underlying map.
Properties inherited from livemap.layer.marker.options.LayerOptions
string? Pane [get, set]
 Map pane where this marker will be added.
string? Attribution [get, set]
 String to be shown in the attribution control.

Detailed Description

A set of options for an interactive overlay layer on the map
.

Do not use it directly

Property Documentation

◆ BubblingMouseEvents

bool? livemap.layer.marker.options.InteractiveLayerOptions.BubblingMouseEvents
getset

When true, a mouse event on this marker will trigger the same event on the map.

◆ Interactive

bool? livemap.layer.marker.options.InteractiveLayerOptions.Interactive
getset

If false, this marker will not emit mouse events and will act as a part of the underlying map.


The documentation for this class was generated from the following file: