On Nov 23, 6:28 am, Coen <[email protected]> wrote: > i used the Google Maps API to show information in a polygon. When a > user clicks on polygon a information box pops u with information which > was addes in the KML. This worked really good, but since a few weeks > it stopped working (I guess there was an update in the Google Maps > API). The information boxes only show when I click on the border of > the polygon in the KML file. Can anybody tell me if there were any > changes? An example can be found > here:http://www.peilenplan.nl/Oosterhout_Waalwijk.html > > Thank you in advance,
It looks like the polylines are clickable. The Google Maps API is always changing, if you suspect a versioning problem, try using v2.s or hardcoding a version from a couple of weeks ago. See the changelogs to estimate what versions to try. http://groups.google.com/group/google-maps-api/browse_frm/thread/8014196168dc7513?hl=en# -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps API" 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=.
