var refLon = {$refLon}; // Default location for My Location marker - Lon
var maxAnywhereZoom = 14; // Max zoom in when doing anywhere search
var boundsTimeout = 1500; // Time to wait after a map move or zoom before trying to load new POIs in milliseconds
- var trackPositionInterval = 10000; // Time interval for getting user's current geolocation - 1 Min
+ var trackPositionInterval = 60000; // Time interval for getting user's current geolocation - 1 Min
var highAccuracyPoisition = false; // Request high-accuracy user geolocation from user's device
var postionTimeout = 15000; // Maximum amount of time we'll wait for geolocation result - 15 Sec
var geolocationFailCount = 2; // Allow geolocation to fail this many times before switching to manual location settings ('set')
- var trackToConsole = true; // Send debug/progress messages to developers console (Firefox)
+ var trackToConsole = false; // Send debug/progress messages to developers console (Firefox)
// Set default - Need to make this configurable
var mapLocation = new google.maps.LatLng(mapLat, mapLon);