fromNative static method
Implementation
static BicycleConstructionSegment fromNative(
BicycleConstructionSegmentNative native) {
return BicycleConstructionSegment(
transport_bicycle_construction.BicycleConstructionIDImpl.fromInt(
native.construction),
mapkit_geometry_geometry.SubpolylineImpl.fromNative(
native.subpolyline));
}