fromNative static method
Implementation
static DrivingManoeuvreVehicleRestriction fromNative(
DrivingManoeuvreVehicleRestrictionNative native) {
return DrivingManoeuvreVehicleRestriction(
DrivingVehicleRestrictionImpl.fromNative(native.vehicleRestriction),
mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
native.position));
}