Releases: bmoren/p5.geolocation
Releases · bmoren/p5.geolocation
0.6
0.5
breaks backward compatibility with geoFence(), replaced with geoFenceCircle()
@tstefanich added geoFencePoly() for irregular fencing.
0.4
Changed the geoFence to fire the insidethefence callback each time the position updates instead of once only until reset by exiting the fence, this effectively removes the debouncing. I feel like this was case specific and It should be handled by the user if needed. It can be easily re-implemented using the insideFence boolean on the geofence Object.
0.3
0.2
First Release
The first beta release of p5.geolocation. Please report any errors to the issues tab.