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