UpviseJS : GPS

// this will return the current device location in the format lat;lng
var geo = Settings.getLocation();
App.alert("Current Position" : geo);