kmp-toolkit
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
kmp-toolkit
location
/
com.siddharth.kmp.location
/
GeoPoint
Geo
Point
data
class
GeoPoint
(
val
latitude
:
Double
,
val
longitude
:
Double
)
Lightweight lat/lng pair used by
PathSimplifier
and
KalmanSmoother
.
Members
Constructors
Geo
Point
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
longitude
Link copied to clipboard
val
longitude
:
Double