MarkerLayerOptions class
Base options for marker layers.
Constructors
- MarkerLayerOptions({MarkerWidgetBuilder? builder, Alignment alignment = Alignment.center, bool rotate = false})
-
const
Properties
- alignment → Alignment
-
Alignment of markers relative to their position.
final
- builder → MarkerWidgetBuilder?
-
Custom builder for marker widgets.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- rotate → bool
-
Whether markers should rotate with the map.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{MarkerWidgetBuilder? builder, Alignment? alignment, bool? rotate}) → MarkerLayerOptions -
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