Simply call scout.get() to get the user's location.
Example:
scout.get(function(coords){
alert(coords.latitude + ", " + coords.longitude);
});
You can view an example here: http://jarqu.es/scout/
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Simply call scout.get() to get the user's location.
Example:
scout.get(function(coords){
alert(coords.latitude + ", " + coords.longitude);
});
You can view an example here: http://jarqu.es/scout/