Skip to content

Instantly share code, notes, and snippets.

@manukapoor
Created September 4, 2011 04:36
Show Gist options
  • Save manukapoor/1192274 to your computer and use it in GitHub Desktop.
Save manukapoor/1192274 to your computer and use it in GitHub Desktop.
playerToBePushed['latlng'] = new google.maps.LatLng(
players[i].childNodes[3].childNodes[0].textContent*1 + 0.15*latSpan*Math.random(),
players[i].childNodes[3].childNodes[1].textContent*1 + 0.15*lngSpan*Math.random());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment