PolylineController class
The PolygonController class wraps a gmaps.Polyline and its onTap behavior.
Constructors
- PolylineController({required Polyline polyline, bool consumeTapEvents = false, VoidCallback? onTap})
-
Creates a
PolylineControllerthat wraps agmaps.Polylineobject and itsonTapbehavior.
Properties
- consumeTapEvents → bool
-
Returns
trueif this Controller will use its ownonTaphandler to consume events.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- line → Polyline?
-
Returns the wrapped
gmaps.Polyline. Only used for testing.no setter - 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
-
remove(
) → void -
Disposes of the currently wrapped
gmaps.Polyline. -
toString(
) → String -
A string representation of this object.
inherited
-
update(
PolylineOptions options) → void -
Updates the options of the wrapped
gmaps.Polylineobject.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited