- GeoFirestore - Class in org.imperiumlabs.geofirestore
-
A GeoFirestore instance is used to store geo location data in Firestore.
- GeoFirestore(CollectionReference) - Constructor for class org.imperiumlabs.geofirestore.GeoFirestore
-
Creates a new GeoFirestore instance at the given Firestore collection reference.
- GeoFirestore.CompletionListener - Interface in org.imperiumlabs.geofirestore
-
A listener that can be used to be notified about a successful write or an error on writing.
- GeoFirestore.LocationCallback - Interface in org.imperiumlabs.geofirestore
-
A callback that can be used to retrieve a location or an error in retrieving a location.
- GeoHash - Class in org.imperiumlabs.geofirestore.core
-
- GeoHash(double, double) - Constructor for class org.imperiumlabs.geofirestore.core.GeoHash
-
- GeoHash(GeoLocation) - Constructor for class org.imperiumlabs.geofirestore.core.GeoHash
-
- GeoHash(double, double, int) - Constructor for class org.imperiumlabs.geofirestore.core.GeoHash
-
- GeoHash(String) - Constructor for class org.imperiumlabs.geofirestore.core.GeoHash
-
- GeoHashQuery - Class in org.imperiumlabs.geofirestore.core
-
- GeoHashQuery(String, String) - Constructor for class org.imperiumlabs.geofirestore.core.GeoHashQuery
-
- GeoHashQuery.Utils - Class in org.imperiumlabs.geofirestore.core
-
- GeoLocation - Class in org.imperiumlabs.geofirestore
-
A wrapper class for location coordinates.
- GeoLocation(double, double) - Constructor for class org.imperiumlabs.geofirestore.GeoLocation
-
Creates a new GeoLocation with the given latitude and longitude.
- GeoQuery - Class in org.imperiumlabs.geofirestore
-
A GeoQuery object can be used for geo queries in a given circle.
- GeoQueryDataEventListener - Interface in org.imperiumlabs.geofirestore
-
GeoQuery notifies listeners with this interface about documents that entered, exited, or moved within the query.
- GeoQueryEventListener - Interface in org.imperiumlabs.geofirestore
-
GeoQuery notifies listeners with this interface about documentIDs that entered, exited, or moved within the query.
- GeoUtils - Class in org.imperiumlabs.geofirestore.util
-
- getCenter() - Method in class org.imperiumlabs.geofirestore.GeoQuery
-
Returns the current center of this query.
- getCollectionReference() - Method in class org.imperiumlabs.geofirestore.GeoFirestore
-
- getEndValue() - Method in class org.imperiumlabs.geofirestore.core.GeoHashQuery
-
- getGeoHashString() - Method in class org.imperiumlabs.geofirestore.core.GeoHash
-
- getLocation(String, GeoFirestore.LocationCallback) - Method in class org.imperiumlabs.geofirestore.GeoFirestore
-
Gets the current location for a document and calls the callback with the current value.
- getLocationValue(DocumentSnapshot) - Static method in class org.imperiumlabs.geofirestore.GeoFirestore
-
- getRadius() - Method in class org.imperiumlabs.geofirestore.GeoQuery
-
Returns the radius of the query, in kilometers.
- getStartValue() - Method in class org.imperiumlabs.geofirestore.core.GeoHashQuery
-