I hereby claim:
- I am bobylive on github.
- I am bobylive (https://keybase.io/bobylive) on keybase.
- I have a public key ASCXb8iR2jsqOXm6sC6BxwbGs1RMbO-9ikRRTJwLsCa35Ao
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| function traceRouteMap() { | |
| var mapElement = document.getElementById('google-map'); | |
| var directionsService = new google.maps.DirectionsService(); | |
| var startLatLng = new google.maps.LatLng(-29.687306,-53.815477); | |
| var directionsDisplay= new google.maps.DirectionsRenderer(); | |
| var geocoder = new google.maps.Geocoder(); | |
| var markers = []; | |
| var center; | |
| var mapOptions = { | |
| zoom: 12, |