You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see that queryRadius method calls dispatchQueries that is defined in src/GeoDataManager.ts which in turn produces hashKeys in the covering area, and execute each query.
Hello,
I see that
queryRadius
method callsdispatchQueries
that is defined insrc/GeoDataManager.ts
which in turn produceshashKey
s in the covering area, and execute each query.Is my understanding true that a query will be executed for each item in
covering.getGeoHashRanges(this.config.hashKeyLength)
?The text was updated successfully, but these errors were encountered: