toNative static method

BicycleTrafficTypeSegmentNative toNative(
  1. BicycleTrafficTypeSegment obj
)

Implementation

static BicycleTrafficTypeSegmentNative toNative(
    BicycleTrafficTypeSegment obj) {
  return _BicycleTrafficTypeSegmentNativeInit(
      transport_bicycle_traffic_type.BicycleTrafficTypeIDImpl.toInt(
          obj.trafficType),
      mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.subpolyline));
}