LabelPolylineOptions class

Options for label attached to a polyline.

Inheritance

Constructors

LabelPolylineOptions({Alignment alignment = Alignment.bottomRight, bool rotate = true, bool hideOnEdit = false, EdgeInsets? margin})
const

Properties

alignment Alignment
Alignment of label relative to polyline.
final
hashCode int
The hash code for this object.
no setteroverride
hideOnEdit bool
Whether to hide label in edit mode.
final
margin EdgeInsets?
Margin around label.
final
rotate bool
Whether label should rotate with map.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({Alignment? alignment, bool? rotate, bool? hideOnEdit, EdgeInsets? margin}) LabelPolylineOptions
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