toNative static method
Implementation
static MasstransitWeightNative toNative(MasstransitWeight obj) {
return _MasstransitWeightNativeInit(
mapkit_localized_value.LocalizedValueImpl.toNative(obj.time),
mapkit_localized_value.LocalizedValueImpl.toNative(obj.walkingDistance),
obj.transfersCount);
}