OsrmLineString constructor

OsrmLineString({
  1. required List<OsrmCoordinate> coordinates,
})

Implementation

OsrmLineString({
  required this.coordinates,
});