On Oct 1, 4:56 pm, "Masashi.K" <[email protected]> wrote: > How about using two FusionTableLayer? > One layer use to base layer (blue), and the other one use to > polygon(red). > When the red layer is clicked, call "red_layer.setMap(null);" then the > polygon layer will be hide.
It is an observation of the behavior of the v3 maps API. What I want to know is how to make a native polygon appear above a FusionTablesLayer (or I assume a KmlLayer). Or alternatively, how this behavior is described in the documentation or how I can understand it? -- Larry > > On 10月1日, 午後12:08, "[email protected]" <[email protected]> > wrote: > > > > > > > > > See this > > example:http://www.geocodezip.com/geoxml3_test/v3_FusionTables_CountryTestF.html > > > click on the polygon, the FusionTablesLayer click event fires. > > > click on the "Hide Layer" button, then click on the polygon, the > > polygon click event fires. > > > Why is the polygon click event "hidden" by the FusionTablesLayer? > > How can we make the polygon click event take precedence over the > > FusionTablesLayer click event? > > > -- Larry -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
