toggle menu
Wemap SDKs
0.21.0
androidJvm
switch theme
search in API
core
/
com.getwemap.sdk.core.model.entities
/
Segment
Segment
open
class
Segment
(
val
p1
:
Coordinate
,
val
p2
:
Coordinate
)
Inheritors
LegSegment
Members
Constructors
Segment
Link copied to clipboard
constructor
(
p1
:
Coordinate
,
p2
:
Coordinate
)
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
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
?