fromNative static method
Implementation
static BoundingBox fromNative(BoundingBoxNative native) {
return BoundingBox(
mapkit_geometry_point.PointImpl.fromNative(native.southWest),
mapkit_geometry_point.PointImpl.fromNative(native.northEast));
}