getBoundsFromPolygon static method

BoundingBox getBoundsFromPolygon(
  1. Polygon polygon
)

Gets bounds based on a polygon.

Implementation

static mapkit_geometry_geometry.BoundingBox getBoundsFromPolygon(
    mapkit_geometry_geometry.Polygon polygon) {
  return _getBoundsFromPolygon(
    polygon,
  );
}