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

HereMapControllerCore()

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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