lib
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
lib
lib
/
io.gitlab.mitsiosm.oseth.data
/
Coordinates
Coordinates
@
Serializable
(
with
=
CoordinateSerializer::class
)
data
class
Coordinates
(
val
latitude
:
Double
,
val
longitude
:
Double
)
A pair of coordinates
Since
1.0.0
Members
Constructors
Coordinates
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
coordinate Latitude
longitude
Link copied to clipboard
val
longitude
:
Double
coordinate Longitude