fromNative static method
Implementation
static MasstransitConstructionSegment fromNative(
MasstransitConstructionSegmentNative native) {
return MasstransitConstructionSegment(
mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.subpolyline),
MasstransitConstructionMaskImpl.fromNative(native.constructionMask));
}