toNative static method
Implementation
static DrivingWeightNative toNative(DrivingWeight obj) {
return _DrivingWeightNativeInit(
mapkit_localized_value.LocalizedValueImpl.toNative(obj.time),
mapkit_localized_value.LocalizedValueImpl.toNative(obj.timeWithTraffic),
mapkit_localized_value.LocalizedValueImpl.toNative(obj.distance));
}