P5.geolocation Versions Save

a geolocation and geofencing library for p5.js

0.6

5 years ago

adds @mikima fix for getCurrentPosition() when used in preload() with p5js @ v. 0.7.2

closes #11

0.5

7 years ago

breaks backward compatibility with geoFence(), replaced with geoFenceCircle()

@tstefanich added geoFencePoly() for irregular fencing.

0.4

8 years ago

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

8 years ago

fixed GeoFence inside fence callback, critical bug

0.2

8 years ago

remove an extra console.log which adds confusion Added Min version.

0.1

8 years ago

The first beta release of p5.geolocation. Please report any errors to the issues tab.