GeoPoint extension type
An immutable object representing a geo point in Firestore. The geo point is represented as latitude/longitude pair.
Latitude values are in the range of -90, 90
.
Longitude values are in the range of -180, 180
.
- on
- Implemented types
- Available extensions
Constructors
Properties
Methods
-
isEqual(
GeoPoint other) → bool -
Returns true if this
GeoPoint
is equal to the provided one. -
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