toNative static method

ManoeuvreNative toNative(
  1. Manoeuvre obj
)

Implementation

static ManoeuvreNative toNative(Manoeuvre obj) {
  return _ManoeuvreNativeInit(
      directions_driving_action.DrivingActionImpl.toInt(obj.action),
      mapkit_localized_value.LocalizedValueImpl.toNative(obj.distance),
      to_native.toNativePtrString(obj.nextRoadName));
}