Hi!
How can I show InfoWindow by click on GPolyline?
// line is GPolyline, position - point at the line
GInfoWindow window = new GInfoWindow(position, html, false);
window.gPolyline = line;
gmap.addInfoWindow(window);
But it does not work. Does exist any way to do it?
Thanks.