toggle menu
Wemap SDKs
0.19.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
Segment
Segment
data
class
Segment
(
val
p1
:
Coordinate
,
val
p2
:
Coordinate
)
Members
Constructors
Segment
Link copied to clipboard
constructor
(
p1
:
Coordinate
,
p2
:
Coordinate
)
Properties
distance
Link copied to clipboard
val
distance
:
Double
levels
Link copied to clipboard
val
levels
:
List
<
Float
>
p1
Link copied to clipboard
val
p1
:
Coordinate
p2
Link copied to clipboard
val
p2
:
Coordinate
Functions
project
Link copied to clipboard
fun
project
(
coordinate
:
Coordinate
)
:
Coordinate
?