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