public static interface GeoFirestore.LocationCallback
Modifier and Type | Method and Description |
---|---|
void |
onComplete(com.google.firebase.firestore.GeoPoint location,
java.lang.Exception exception)
Called once a location is fetched from the server.
|
void onComplete(com.google.firebase.firestore.GeoPoint location, java.lang.Exception exception)
location
- The location fetched from the serverexception
- The exception or null if no exception occurred