Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-map-terrain
/
org.meshtastic.feature.map.terrain
/
GeoBounds
Geo
Bounds
data
class
GeoBounds
(
val
south
:
Double
,
val
west
:
Double
,
val
north
:
Double
,
val
east
:
Double
)
(
source
)
A geographic bounding box, degrees.
Members
Constructors
Geo
Bounds
Link copied to clipboard
constructor
(
south
:
Double
,
west
:
Double
,
north
:
Double
,
east
:
Double
)
Properties
east
Link copied to clipboard
val
east
:
Double
north
Link copied to clipboard
val
north
:
Double
south
Link copied to clipboard
val
south
:
Double
west
Link copied to clipboard
val
west
:
Double