toNative static method

DrivingManoeuvreVehicleRestrictionNative toNative(
  1. DrivingManoeuvreVehicleRestriction obj
)

Implementation

static DrivingManoeuvreVehicleRestrictionNative toNative(
    DrivingManoeuvreVehicleRestriction obj) {
  return _DrivingManoeuvreVehicleRestrictionNativeInit(
      DrivingVehicleRestrictionImpl.toNative(obj.vehicleRestriction),
      mapkit_geometry_geometry.PolylinePositionImpl.toNative(obj.position));
}