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