getBounds static method
Gets bounds based on a bounding box.
Implementation
static mapkit_geometry_geometry.BoundingBox getBounds(
mapkit_geometry_geometry.BoundingBox bbox) {
return _getBounds(
bbox,
);
}
Gets bounds based on a bounding box.
static mapkit_geometry_geometry.BoundingBox getBounds(
mapkit_geometry_geometry.BoundingBox bbox) {
return _getBounds(
bbox,
);
}