GeoPoint class
An immutable object representing a geo point in Cloud Firestore. The geo point is represented as latitude/longitude pair.
See: firebase.google.com/docs/reference/js/firebase.firestore.GeoPoint.
- Annotations
-
- @JS()
Constructors
Properties
Methods
-
isEqual(
Object other) → bool -
Returns
true
if this GeoPoint is equal to the providedother
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited