Polyline class Navigation View

Polyline that has beed added to map.

Annotations

Constructors

Polyline({required String polylineId, required PolylineOptions options})
Construct Polyline.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
options PolylineOptions
Options for polyline.
final
polylineId String
Identifies polyline.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({required PolylineOptions options}) Polyline
Create copy of Polyline with the specified options.
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