This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*** | |
* @class Lib.TiGeo | |
* This library is a helper for geolocation | |
* | |
* @author Steven House <[email protected]> | |
* @example | |
var geo = require('ti.geolocation.helper'); | |
function success(_location) { | |
console.warn("location callback success"); |