Select to view content in your preferred language

Infowindow position

730
1
09-30-2010 12:33 AM
simonmiles
New Contributor II
I was wondering if it was possible to position an infowindow at a set location.

What i'd like to do is have the infowindow popup along the lefthand side of the page only, as aposed to having a balloon style popup.

Thanks

Simon Miles
0 Kudos
1 Reply
DanielYim
New Contributor II
Well, I am not an expert, but I suspect you do something with the infoWindow's show property as such:

myMap.infoWindow.show(evt.screenPoint, myMap.getInfoWindowAnchor(evt.screenPoint));


This snippet won't do what you asked for, but if you look at the API, you can explore how to manipulate the coordinates for the window popup.
0 Kudos