Skip to content

Instantly share code, notes, and snippets.

View stsvilik's full-sized avatar

Simon Tsvilik stsvilik

  • Solace Consulting, Inc.
  • NYC
View GitHub Profile
/*global Firebase, google, $, GeoFire */
(function () {
"use strict";
var map, previousInfowindow, ref, center, radiusInKm,
markers = {},
lines = {};
radiusInKm = 0.5;
ref = new Firebase("https://publicdata-parking.firebaseio.com/san_francisco");
center = [37.78565219391501, -122.4058404513338];