fromNative static method

MasstransitConstructionSegment fromNative(
  1. MasstransitConstructionSegmentNative native
)

Implementation

static MasstransitConstructionSegment fromNative(
    MasstransitConstructionSegmentNative native) {
  return MasstransitConstructionSegment(
      transport_masstransit_construction.MasstransitConstructionIDImpl
          .fromInt(native.construction),
      mapkit_geometry_geometry.SubpolylineImpl.fromNative(native.subpolyline),
      MasstransitConstructionMaskImpl.fromNative(native.constructionMask));
}