Geo-FireStore-Query
Geo-FireStore-Query copied to clipboard
This project is created to give support to search geo-location based items using firestore's native query which also supports pagination and all the kind of condition which firestore query does.
I am using Java for my Android Application. Since the library is in kotlin the method setLocation() doesn't exist. but I used ExtensionKt.setLocation(mechanicLocationRef,geoPoint.getLatitude(),geoPoint.getLongitude(),"just_check",false); but the error in the title appers....
@chintan369 Thanks lots for this library. I managed to get addedOrModifiedDataList, which fell within distance and given query. However, I am not able to read the object and use it....
Hi :wave:! Nice library! Quick question, is this library just comparing latitudes? It doesn't take longitudes into account, right?  Thanks!