getBoundsFromRing static method

BoundingBox getBoundsFromRing(
  1. LinearRing ring
)

Gets bounds based on a linear ring.

Implementation

static mapkit_geometry_geometry.BoundingBox getBoundsFromRing(
    mapkit_geometry_geometry.LinearRing ring) {
  return _getBoundsFromRing(
    ring,
  );
}