getBoundsFromRing static method
Gets bounds based on a linear ring.
Implementation
static mapkit_geometry_geometry.BoundingBox getBoundsFromRing(
mapkit_geometry_geometry.LinearRing ring) {
return _getBoundsFromRing(
ring,
);
}
Gets bounds based on a linear ring.
static mapkit_geometry_geometry.BoundingBox getBoundsFromRing(
mapkit_geometry_geometry.LinearRing ring) {
return _getBoundsFromRing(
ring,
);
}