Firebase Kotlin SDK
Toggle table of contents
3.0.0-alpha02
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
Firebase Kotlin SDK
firebase-firestore
/
dev.gitlive.firebase.firestore.externals
/
GeoPoint
Geo
Point
wasmJs
external
class
GeoPoint
(
latitude
:
Double
,
longitude
:
Double
)
(
source
)
Members
Constructors
Geo
Point
Link copied to clipboard
wasmJs
constructor
(
latitude
:
Double
,
longitude
:
Double
)
Properties
latitude
Link copied to clipboard
wasmJs
val
latitude
:
Double
longitude
Link copied to clipboard
wasmJs
val
longitude
:
Double
Functions
is
Equal
Link copied to clipboard
wasmJs
fun
isEqual
(
other
:
GeoPoint
)
:
Boolean