- onComplete(Exception) - Method in interface org.imperiumlabs.geofirestore.GeoFirestore.CompletionListener
-
Called once a location was successfully saved on the server or an error occurred.
- onComplete(GeoPoint, Exception) - Method in interface org.imperiumlabs.geofirestore.GeoFirestore.LocationCallback
-
Called once a location is fetched from the server.
- onDocumentChanged(DocumentSnapshot, GeoPoint) - Method in interface org.imperiumlabs.geofirestore.GeoQueryDataEventListener
-
Called if a document changed within the search area.
- onDocumentEntered(DocumentSnapshot, GeoPoint) - Method in interface org.imperiumlabs.geofirestore.GeoQueryDataEventListener
-
Called if a document entered the search area of the GeoQuery.
- onDocumentExited(DocumentSnapshot) - Method in interface org.imperiumlabs.geofirestore.GeoQueryDataEventListener
-
Called if a document exited the search area of the GeoQuery.
- onDocumentMoved(DocumentSnapshot, GeoPoint) - Method in interface org.imperiumlabs.geofirestore.GeoQueryDataEventListener
-
Called if a document moved within the search area.
- onGeoQueryError(Exception) - Method in interface org.imperiumlabs.geofirestore.GeoQueryDataEventListener
-
Called in case an exception occurred while retrieving locations for a query, e.g.
- onGeoQueryError(Exception) - Method in interface org.imperiumlabs.geofirestore.GeoQueryEventListener
-
Called in case an exception occurred while retrieving locations for a query, e.g.
- onGeoQueryReady() - Method in interface org.imperiumlabs.geofirestore.GeoQueryDataEventListener
-
Called once all initial GeoFirestore data has been loaded and the relevant events have been fired for this query.
- onGeoQueryReady() - Method in interface org.imperiumlabs.geofirestore.GeoQueryEventListener
-
Called once all initial GeoFirestore data has been loaded and the relevant events have been fired for this query.
- onKeyEntered(String, GeoPoint) - Method in interface org.imperiumlabs.geofirestore.GeoQueryEventListener
-
Called if a documentID entered the search area of the GeoQuery.
- onKeyExited(String) - Method in interface org.imperiumlabs.geofirestore.GeoQueryEventListener
-
Called if a documentID exited the search area of the GeoQuery.
- onKeyMoved(String, GeoPoint) - Method in interface org.imperiumlabs.geofirestore.GeoQueryEventListener
-
Called if a documentID moved within the search area.
- org.imperiumlabs.geofirestore - package org.imperiumlabs.geofirestore
-
- org.imperiumlabs.geofirestore.core - package org.imperiumlabs.geofirestore.core
-
- org.imperiumlabs.geofirestore.util - package org.imperiumlabs.geofirestore.util
-