MapLayer
Superclasses: Layer
, Widget
, InitiallyUnowned
, Object
Implemented Interfaces: Accessible
, Buildable
, ConstraintTarget
- Constructors:
MapLayer(**properties)
new(map_source:Shumate.MapSource, viewport:Shumate.Viewport) -> Shumate.MapLayer
Constructors
Properties
Signals
- class MapLayer.signals
- symbol_clicked(event: SymbolEvent) None
Emitted when a symbol in the map layer is clicked.
Added in version 1.1.
- Parameters:
event – a
SymbolEvent
with details about the clicked symbol.