Hi Guys, I can't work this one out...
This works okay if the lat and lng don't change:
geoQuery?.center = newLatLng
If the lat and lng are different I am getting this error:
java.lang.NullPointerException: Attempt to read from field 'com.google.firebase.firestore.ListenerRegistration org.imperiumlabs.geofirestore.GeoQuery$GeoHashQueryListener.childAddedListener' on a null object reference
Hi Guys, I can't work this one out...
This works okay if the lat and lng don't change:
geoQuery?.center = newLatLngIf the lat and lng are different I am getting this error:
java.lang.NullPointerException: Attempt to read from field 'com.google.firebase.firestore.ListenerRegistration org.imperiumlabs.geofirestore.GeoQuery$GeoHashQueryListener.childAddedListener' on a null object reference