-
You could, for example, highlight the buses in various colors to show which ones just moved into or out of the radius. For instance: green for new, red for about to leave.
-
See here http://snipt.org/Ahhl6
when I call the following more than once (and after geo.offPointsNearId)
``` javascript
geo.onPointsNearId(id, distance, function(array) {
console.log(array);
})…
-
I have managed to insert multiple records with geo.insertByLocWithId for the same id
Then, upon calling geo.removeById() not all references were removed.
-
Hello
Just letting you know that I have warning when using use_frameworks! option in cocoapod
```
Auto-Linking supplied '.../Pods/Firebase/Firebase.framework/Firebase', framework linker option at ..…