fromNative static method

DrivingManoeuvreVehicleRestriction fromNative(
  1. DrivingManoeuvreVehicleRestrictionNative native
)

Implementation

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