fromLocation static method

Waypoint fromLocation(
  1. Location location
)

Implementation

static Waypoint fromLocation(Location location) =>
    Waypoint(value: location.toString());