API Reference > imodeljs-common > Geometry > CartographicRange > getLongitudeLatitudeBoundingBox getLongitudeLatitudeBoundingBox Method This method returns the raw latitude / longitude for the range in a Range2d object. The X value represents the longitude and the Y value the latitudes. Y values are kept between -PI and +PI while longitude values can be expressed in any range between -2PI to +2PI given the minimum longitude is always smaller numerically than the maximum longitude. Note that usually the longitudes are usually by convention in the range of -PI to PI except for ranges that overlap the -PI/+PI frontier in which case either representation is acceptable. getLongitudeLatitudeBoundingBox(): Range2d Returns - Range2d Defined in core/common/src/geometry/Cartographic.ts Line 397 Last Updated: 11 June, 2024