app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
org.scottishtecharmy.soundscape.geoengine.utils.rulers
/
Ruler
Ruler
abstract
class
Ruler
Inheritors
CheapRuler
GeodesicRuler
Members
Constructors
Ruler
Link copied to clipboard
constructor
(
)
Functions
along
Link copied to clipboard
abstract
fun
along
(
line
:
LineString
,
dist
:
Double
)
:
LngLatAlt
bearing
Link copied to clipboard
abstract
fun
bearing
(
a
:
LngLatAlt
,
b
:
LngLatAlt
)
:
Double
destination
Link copied to clipboard
abstract
fun
destination
(
p
:
LngLatAlt
,
dist
:
Double
,
bearing
:
Double
)
:
LngLatAlt
distance
Link copied to clipboard
abstract
fun
distance
(
a
:
LngLatAlt
,
b
:
LngLatAlt
)
:
Double
distance
To
Line
String
Link copied to clipboard
abstract
fun
distanceToLineString
(
p
:
LngLatAlt
,
line
:
LineString
)
:
PointAndDistanceAndHeading
point
To
Segment
Distance
Link copied to clipboard
abstract
fun
pointToSegmentDistance
(
p
:
LngLatAlt
,
a
:
LngLatAlt
,
b
:
LngLatAlt
)
:
Double