toNative static method

MasstransitWeightNative toNative(
  1. MasstransitWeight obj
)

Implementation

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