PolylineWayPoint constructor

PolylineWayPoint({
  1. required String location,
  2. bool stopOver = true,
})

Implementation

PolylineWayPoint({required this.location, this.stopOver = true});