Creates a new Waypath with the given path.
Waypath
path
Waypath({required List<ILatLong> path}) : assert(path.isNotEmpty), _path = path;