Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
feature-map
/
org.meshtastic.feature.map
/
MapPoint
Map
Point
data
class
MapPoint
(
val
latitude
:
Double
,
val
longitude
:
Double
)
(
source
)
A point on the map, in degrees. Deliberately not either renderer's type — see
MapBounds
.
Members
Constructors
Map
Point
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double