Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Data Events Listener should be changed
Currently in the README.md file contains , ```java geoQuery.addGeoQueryEventListener(new GeoQueryDataEventListener() { ``` (Line 293) which needs to be changed to, ```java geoQuery.addGeoQueryDataEventListener(new GeoQueryDataEventListener() { ```
- Loading branch information