| Interface | Description |
|---|---|
| GeoFirestore.CompletionListener |
A listener that can be used to be notified about a successful write or an error on writing.
|
| GeoFirestore.LocationCallback |
A callback that can be used to retrieve a location or an error in retrieving a location.
|
| GeoQueryDataEventListener |
GeoQuery notifies listeners with this interface about documents that entered, exited, or moved within the query.
|
| GeoQueryEventListener |
GeoQuery notifies listeners with this interface about documentIDs that entered, exited, or moved within the query.
|
| Class | Description |
|---|---|
| ExampleInstrumentedTest |
Instrumented test, which will execute on an Android device.
|
| ExampleUnitTest |
Example local unit test, which will execute on the development machine (host).
|
| GeoFirestore |
A GeoFirestore instance is used to store geo location data in Firestore.
|
| GeoLocation |
A wrapper class for location coordinates.
|
| GeoQuery |
A GeoQuery object can be used for geo queries in a given circle.
|