Skip to content

Instantly share code, notes, and snippets.

View kid-yume's full-sized avatar

Aaron Downing kid-yume

  • Bottom-Feeders
  • San Francisco, Ca
View GitHub Profile
@shouse
shouse / Ti.Geolocation.Example.js
Last active July 31, 2019 19:43
Ti.Geolocation Example
/***
* @class Lib.TiGeo
* This library is a helper for geolocation
*
* @author Steven House <steven.m.house@gmail.com>
* @example
var geo = require('ti.geolocation.helper');
function success(_location) {
console.warn("location callback success");