Skip to content

Instantly share code, notes, and snippets.

@edewit
Created November 1, 2013 12:42
Show Gist options
  • Save edewit/7264876 to your computer and use it in GitHub Desktop.
Save edewit/7264876 to your computer and use it in GitHub Desktop.
var params = {"fid": 2, "radius": 100, "latitude": 47.351440, "longitude": 8.354737};
geofencing.addRegion(
function() {
console.log("region added");
},
function(e) {
alert(e);
}, params
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment