Geofire - not found locations
问题 How can I get the all locations that are near to a passed GeoLocation(double lat, double lng) using Geo Queries. I have the following code (and it happens nothing): public void setCurrentLatLng(double lat, double lng){ this.lat = lat; this.lng = lng; GeoLocation geoLocation = new GeoLocation(lat, lng); updateCurrenLocation(geoLocation); GeoQuery geoQuery = geoFire.queryAtLocation(geoLocation, 8f); geoQuery.addGeoQueryDataEventListener(new GeoQueryDataEventListener() { @Override public void