MarkerAnchor class Map View
Specifies the anchor to be at a particular point in the marker image.
- Annotations
Constructors
- MarkerAnchor.new({required double u, required double v})
-
Initialize MarkerAnchor object.
const
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- u → double
-
u-coordinate of the anchor, as a ratio of the image width (in the range 0, 1).
final
- v → double
-
v-coordinate of the anchor, as a ratio of the image height (in the range 0, 1).
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override