UserLocationLayer class abstract

Layer that automatically renders current user position (arrow and accuracy circle) on the map. Provides visibility and anchoring controls. Referenced from LocationView.

Implemented types
Implementers

Constructors

UserLocationLayer()

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

anchorEnabled() bool
Returns true if custom anchor is enabled.
isVisible() bool
Returns true if user location layer is visible.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resetAnchor() → void
Resets anchor to default (center).
setAnchor(Point<double> anchor) → void
Sets anchor point for user indicator in screen pixels.
setVisible(bool visible) → void
Shows or hides user location layer.
toString() String
A string representation of this object.
inherited

Operators

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