toggle menu
Wemap SDKs
0.21.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
LegSegment
Leg
Segment
class
LegSegment
(
val
p1
:
Coordinate
,
val
p2
:
Coordinate
,
val
levelChange
:
LevelChange
?
=
null
)
:
Segment
Members
Constructors
Leg
Segment
Link copied to clipboard
constructor
(
p1
:
Coordinate
,
p2
:
Coordinate
,
levelChange
:
LevelChange
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bearing
Link copied to clipboard
val
bearing
:
Double
Finds the geographic bearing between p1.point and p2.point.
distance
Link copied to clipboard
val
distance
:
Double
level
Change
Link copied to clipboard
val
levelChange
:
LevelChange
?
=
null
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
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
project
Link copied to clipboard
fun
project
(
coordinate
:
Coordinate
)
:
Coordinate
?
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String