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 (and possibly make sure it has right
values for the *particular* marker) instead. Will of course have to create
the sidebar as well. make its look and feel.
...

On 4 May 2017 at 04:22, Suryatej Tanuku <suryatej.tan...@gmail.com> wrote:

> I am working on angular maps showing markers on map, but here i want to
> click on marker it has to show right side nav bar simply like ""click on
> marker to get side nav bar like google maps in angular js"
> I tried info window but it has popup.. can any one help me out of this
> issue
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google Maps JavaScript API v3" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to google-maps-js-api-v3+unsubscr...@googlegroups.com.
> To post to this group, send email to google-maps-js-api-v3@
> googlegroups.com.
> Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-maps-js-api-v3+unsubscr...@googlegroups.com.
To post to this group, send email to google-maps-js-api-v3@googlegroups.com.
Visit this group at https://groups.google.com/group/google-maps-js-api-v3.
For more options, visit https://groups.google.com/d/optout.

Reply via email to