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
/
ContourLine
Contour
Line
data
class
ContourLine
(
val
elevationMeters
:
Float
,
val
points
:
List
<
ContourPoint
>
)
(
source
)
One contour line at
elevationMeters
, already chained into a single connected polyline.
Members
Constructors
Contour
Line
Link copied to clipboard
constructor
(
elevationMeters
:
Float
,
points
:
List
<
ContourPoint
>
)
Properties
elevation
Meters
Link copied to clipboard
val
elevationMeters
:
Float
points
Link copied to clipboard
val
points
:
List
<
ContourPoint
>