fromNative static method

DrivingSpeedBump fromNative(
  1. DrivingSpeedBumpNative native
)

Implementation

static DrivingSpeedBump fromNative(DrivingSpeedBumpNative native) {
  return DrivingSpeedBump(
      mapkit_geometry_geometry.PolylinePositionImpl.fromNative(
          native.position));
}