This repository was archived by the owner on Dec 29, 2022. It is now read-only.
Commit 6f4be44
authored
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() {
```1 parent 6fb1f39 commit 6f4be44
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
| 293 | + | |
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
| |||
0 commit comments