JMap.Geometry.getBboxFromFeature
Returns the feature geometry boundary box (JBoundaryBox).
A feature object
const feature = ...// The method will return the feature geometry boundary boxconst bbox = JMap.Geometry.getBboxFromFeature(feature) Copy
const feature = ...// The method will return the feature geometry boundary boxconst bbox = JMap.Geometry.getBboxFromFeature(feature)
JMap.Geometry.getBboxFromFeature
Returns the feature geometry boundary box (JBoundaryBox).