Interface LngLatBounds

Represents a geographic bounding box.

interface LngLatBounds {
    ne: LngLat;
    sw: LngLat;
}
Index

Properties

Properties

ne: LngLat

North-east corner.

sw: LngLat

South-west corner.

Was this helpful?

GeoSplats SDK
Reference
LngLatBounds