UserLocationObjectListener class abstract

User location events object listener. Use it to customize the user location view. Although some callbacks are unused, the generic structure of the interface is suitable for object layer listeners.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onObjectAdded(UserLocationView view) → void
Called when the layer object is added. It is called once when the user location icon appears the first time.
onObjectRemoved(UserLocationView view) → void
Called when the layer object is being removed. It is never called for the user location icon.
onObjectUpdated(UserLocationView view, ObjectEvent event) → void
Called when the layer object is being updated. The 'event' parameter can be one of the derived types.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited