Skip to content

Instantly share code, notes, and snippets.

View preddy5's full-sized avatar

Pradyumna Reddy Chinthala preddy5

View GitHub Profile
@preddy5
preddy5 / Mark My Branch
Created May 25, 2013 04:50
My code(header files) for NAVATA transport Vijayawada to display their branches details on a map. Technologies used: Javascript, JQuery, Google maps API v3
<script type="text/javascript"
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAMz7uQyLc60w7xoUC50zHeL-6uS7y5RBA&sensor=false">
</script>
<script language="JavaScript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js" type="text/javascript"></script>
<script>
var directionsDisplay;
var directionsService = new google.maps.DirectionsService();
var map;
google.maps.visualRefresh = true;
function initialize() {