DirectionsWaypoint constructor

DirectionsWaypoint({
  1. String? name,
  2. LatLng? location,
})

Implementation

DirectionsWaypoint({this.name, this.location});