Waypoint.withDefaults constructor

Waypoint.withDefaults(
  1. GeoCoordinates coordinates
)

Creates a new instance.

  • coordinates The 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;