Reference Entry
rectangleToPolygon
API Reference · foundation · order 24
Builds a rectangular polygon from min/max lon/lat bounds.
Relevant APIs
rectangleToPolygon
Builds a rectangular polygon from min/max lon/lat bounds.
Declaration
function rectangleToPolygon(minLon: number, minLat: number, maxLon: number, maxLat: number): PolygonCoordinates