On Oct 28, 9:58 pm, Rajarajeswari Santhananthan <[email protected]> wrote: > Hello, > > I have attached the screenshot of the situation. > > And also please find the code below.
>> Possibly, if we could see what you were doing (a link to your >> map). What part of "a link to your map" did you not understand? http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines http://groups.google.com/group/google-maps-api/web/why-including-a-link-is-critical -- Larry > > GEvent.addListener( > mapObj, > "click", > function( overlay,latlng,overlaylatlng) { > //If it is poly line > if(overlay){ > var point = new GLatLng( overlaylatlng.y, overlaylatlng.x ); > //Open infowindow on the clicked point > originMapObj.openInfoWindowHtml(point,"Clicked on the line"); > } > } > ); > > Here when map is loaded with line , i will be clicking on the poly line > info window opens. After that i will zoom the map with out closing > infowindow, the info window is not pointing to the point as mentioned in the > attachment. > > If i close the infowindow and i click on the poly line the window opens at > clicked point. > > --Regards, > Raji MS. > > On 28 October 2010 10:45, [email protected] <[email protected]> wrote: > > > > > On Oct 27, 9:25 pm, Raji <[email protected]> wrote: > > > Hi, > > > > When i am clicking on the polyline i am opening an Infowindow. > > > Without closing the infowindow if i zoom in the map, the > > > infowindow pointer is not pointing to the line. > > > > Can anyone help on this? > > > Possibly, if we could see what you were doing (a link to your map). > > > -- Larry > > > > Regards, > > > Raji MS. > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google Maps API V2" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-maps-api%2Bunsubscribe@ > > googlegroups.com> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-maps-api?hl=en. > > map_infowindow.JPG > 69KViewDownload -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
