toNative static method

DrivingSpeedBumpNative toNative(
  1. DrivingSpeedBump obj
)

Implementation

static DrivingSpeedBumpNative toNative(DrivingSpeedBump obj) {
  return _DrivingSpeedBumpNativeInit(
      mapkit_geometry_geometry.PolylinePositionImpl.toNative(obj.position));
}