MasstransitSection constructor
MasstransitSection(
- MasstransitSectionMetadata metadata,
- Subpolyline geometry,
- List<
MasstransitRouteStop> stops, - List<
Subpolyline> rideLegs,
Implementation
factory MasstransitSection(
MasstransitSectionMetadata metadata,
mapkit_geometry_geometry.Subpolyline geometry,
core.List<MasstransitRouteStop> stops,
core.List<mapkit_geometry_geometry.Subpolyline> rideLegs) =>
MasstransitSectionImpl(metadata, geometry, stops, rideLegs);