fromNative static method

MasstransitTrafficTypeSegment fromNative(
  1. MasstransitTrafficTypeSegmentNative native
)

Implementation

static MasstransitTrafficTypeSegment fromNative(
    MasstransitTrafficTypeSegmentNative native) {
  return MasstransitTrafficTypeSegment(
      MasstransitTrafficTypeIDImpl.fromInt(native.trafficType),
      mapkit_geometry_geometry.SubpolylineImpl.fromNative(
          native.subpolyline));
}