toNative static method

MasstransitTrafficTypeSegmentNative toNative(
  1. MasstransitTrafficTypeSegment obj
)

Implementation

static MasstransitTrafficTypeSegmentNative toNative(
    MasstransitTrafficTypeSegment obj) {
  return _MasstransitTrafficTypeSegmentNativeInit(
      MasstransitTrafficTypeIDImpl.toInt(obj.trafficType),
      mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.subpolyline));
}