menu
flutter_google_map_polyline_point package
documentation
utils/polyline_waypoint.dart
PolylineWayPoint
PolylineWayPoint constructor
PolylineWayPoint constructor
dark_mode
light_mode
PolylineWayPoint
constructor
PolylineWayPoint
(
{
required
String
location
,
bool
stopOver
=
true
,
})
Implementation
PolylineWayPoint({
required
this
.location,
this
.stopOver =
true
});
flutter_google_map_polyline_point package
documentation
utils/polyline_waypoint
PolylineWayPoint
PolylineWayPoint constructor
PolylineWayPoint class
Constructors
PolylineWayPoint
Properties
hashCode
location
runtimeType
stopOver
Methods
noSuchMethod
toString
Operators
operator ==