toNative static method
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));
}