toNative static method

BicycleConstructionSegmentNative toNative(
  1. BicycleConstructionSegment obj
)

Implementation

static BicycleConstructionSegmentNative toNative(
    BicycleConstructionSegment obj) {
  return _BicycleConstructionSegmentNativeInit(
      transport_bicycle_construction.BicycleConstructionIDImpl.toInt(
          obj.construction),
      mapkit_geometry_geometry.SubpolylineImpl.toNative(obj.subpolyline));
}