MapLayer#
Superclasses: Layer
, Widget
, InitiallyUnowned
, Object
Implemented Interfaces: Accessible
, Buildable
, ConstraintTarget
A Layer
implementation that fetches tiles from a MapSource
and draws them as a grid.
Constructors#
Properties#
Signals#
- class MapLayer.signals
- symbol_clicked(event: SymbolEvent) None #
The type of the None singleton.
Added in version 1.1.
- Parameters:
event – a
SymbolEvent
with details about the clicked symbol.