gemini4kt
Toggle table of contents
0.8.0
common
Target filter
common
Switch theme
Search in API
Skip to content
gemini4kt
gemini4kt
/
io.github.ugaikit.gemini4kt
/
LatLng
Lat
Lng
@
Serializable
data
class
LatLng
(
val
latitude
:
Double
,
val
longitude
:
Double
)
Represents the lat lng.
Members
Constructors
Lat
Lng
Link copied to clipboard
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
val
latitude
:
Double
The latitude.
longitude
Link copied to clipboard
val
longitude
:
Double
The longitude.