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