[Google Maps API v3] Images of water on the San Francisco Bay

2017-05-04 Thread Oftenlucid
Howdy! I am looking for tide and current information. What I need is pictures of the water on the San Francisco Bay so I can study current lines, eddies and sediment flows. The map just sort of put up a generic patch of water once you leave the shore. Is there a way to get images that sh

Re: [Google Maps API v3] driving and walking

2017-05-04 Thread Barry Hunter
Just have two DirectionsService objects (possibly two DirectionsRenderer), and attach them both to the same map. On 4 May 2017 at 01:53, 'arcjpc' via Google Maps JavaScript API v3 < google-maps-js-api-v3@googlegroups.com> wrote: > I want to have both a driving route and a walking route on the s

Re: [Google Maps API v3] angular google maps

2017-05-04 Thread Barry Hunter
Dont know angular specifically, but with the Maps API, you have to *explicitly* open the infowindoer, a click handler somewhere, somewhat like marker.addListener('click', function() { // infowindow.open(map, marker); }); Just have this even open the sidebar