UserLocationLayer class abstract
@brief Layer that automatically renders current user position (arrow and accuracy circle) on the map. Provides visibility and anchoring controls. Referenced from @see LocationView "LocationView".
- Implemented types
- Implementers
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
Methods
-
anchorEnabled(
) → bool - @brief Returns true if custom anchor is enabled.
-
isVisible(
) → bool - @brief Returns true if user location layer is visible.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resetAnchor(
) → void - @brief Resets anchor to default (center).
-
setAnchor(
Point< double> anchor) → void - @brief Sets anchor point for user indicator in screen pixels.
-
setVisible(
bool visible) → void - @brief Shows or hides user location layer.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited