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.kml
/
OverlayCorner
Overlay
Corner
data
class
OverlayCorner
(
val
longitude
:
Double
,
val
latitude
:
Double
)
(
source
)
One corner of a draped image, longitude first as GeoJSON orders them.
Members
Constructors
Overlay
Corner
Link copied to clipboard
constructor
(
longitude
:
Double
,
latitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double