DrivingSection constructor
DrivingSection(
- DrivingSectionMetadata metadata,
- Subpolyline geometry
Implementation
factory DrivingSection(DrivingSectionMetadata metadata,
mapkit_geometry_geometry.Subpolyline geometry) =>
DrivingSectionImpl(metadata, geometry);