- GeoFire - Class in com.firebase.geofire
-
A GeoFire instance is used to store geo location data in Firebase.
- GeoFire(Firebase) - Constructor for class com.firebase.geofire.GeoFire
-
Creates a new GeoFire instance at the given Firebase reference.
- GeoFire.CompletionListener - Interface in com.firebase.geofire
-
A listener that can be used to be notified about a successful write or an error on writing.
- GeoLocation - Class in com.firebase.geofire
-
A wrapper class for location coordinates.
- GeoLocation(double, double) - Constructor for class com.firebase.geofire.GeoLocation
-
Creates a new GeoLocation with the given latitude and longitude.
- GeoQuery - Class in com.firebase.geofire
-
A GeoQuery object can be used for geo queries in a given circle.
- GeoQueryEventListener - Interface in com.firebase.geofire
-
GeoQuery notifies listeners with this interface about keys that entered, exited, or moved within the query.
- getCenter() - Method in class com.firebase.geofire.GeoQuery
-
Returns the current center of this query.
- getFirebase() - Method in class com.firebase.geofire.GeoFire
-
- getLocation(String, LocationCallback) - Method in class com.firebase.geofire.GeoFire
-
Gets the current location for a key and calls the callback with the current value.
- getRadius() - Method in class com.firebase.geofire.GeoQuery
-
Returns the radius of the query, in kilometers.