OsrmLineString constructor
OsrmLineString({
- required List<
OsrmCoordinate> coordinates,
Implementation
OsrmLineString({
required this.coordinates,
});
OsrmLineString({
required this.coordinates,
});