Waypoint.withDefaults constructor - Waypoint - routing library - Dart API
Waypoint.withDefaults
Waypoint.withDefaults constructor
- GeoCoordinates coordinates
Creates a new instance.
coordinatesThe waypoint's geographic coordinates.
Implementation
Waypoint.withDefaults(this.coordinates)
: type = WaypointType.stopover, transitRadiusInMeters = 0, headingInDegrees = null, sideOfStreetHint = null, displayLocation = null, minCourseDistanceInMeters = null, nameHint = null, matchSideOfStreet = null, duration = const Duration(seconds: 0), segmentHint = null, onRoadThresholdInMeters = null, chargingStop = null, currentWeightChangeInKilograms = null;