Skip to content

Instantly share code, notes, and snippets.

View DutchTraveller's full-sized avatar

Joop Verbaken DutchTraveller

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];