I have a webpage with GoogleMap and KML overlay. I also have 2 TextBox controls in which user can manually enter Lat and Lng. Is there a way I can "query" KML overlay with Lat and Lng user entered manually so it will return region name ? If user clicks on the map, everything is working, but if he decides to enter values manually, I haven't been able to retrieve region name.
Is it possible to use "google.maps.event.trigger" to trigger click on KML layer ? If I pass only entered Lat and Lng coordinates as args, I don't have any value in "kmlEvent.featureData.name" property which is used to retrieve region name. -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/dENOVl9kY05sRDhK. 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.
