fromNative static method
Implementation
static SpeedLimits fromNative(SpeedLimitsNative native) {
return SpeedLimits(
mapkit_localized_value.LocalizedValueImpl.fromNative(native.urban),
mapkit_localized_value.LocalizedValueImpl.fromNative(native.rural),
mapkit_localized_value.LocalizedValueImpl.fromNative(
native.expressway));
}