HereMapControllerCore class abstract
The representation of a dynamic and interactive geographic map.
The map manages a collection of layers of objects and spaces, presents them in a stacked layout and offers the means to focus on a certain area. The layers, their relation to the objects and spaces, the layout and the representation style is described through a configuration.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → Style
-
The style that the map uses to customize the visual appearance of rendered features.
Changes made to the map style using Style.update are lost when new scene is loaded using
MapScene.loadSceneForMapScheme and its variants as well as
when map features are enabled or disabled using MapScene.enableFeatures and MapScene.disableFeatures.
no setter
Methods
-
addMapIdleListener(
MapIdleListener listener) → void - Adds a listener for receiving idle state notifications and notifies it of the current state.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeMapIdleListener(
MapIdleListener listener) → void - Removes a listener from receiving idle state notifications.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited