Interface | Description |
---|---|
GeoFire.CompletionListener |
A listener that can be used to be notified about a successful write or an error on writing.
|
GeoQueryEventListener |
GeoQuery notifies listeners with this interface about keys that entered, exited, or moved within the query.
|
LocationCallback |
Classes implementing this interface can be used to receive the locations stored in GeoFire.
|
Class | Description |
---|---|
GeoFire |
A GeoFire instance is used to store geo location data in Firebase.
|
GeoLocation |
A wrapper class for location coordinates.
|
GeoQuery |
A GeoQuery object can be used for geo queries in a given circle.
|
Copyright © 2015 Firebase. All rights reserved.