you need to raise a click event on the new polygon overlay, after this
line
>> gOverlays = mapExtension.addToMap(fset,overlayOptions,null);
// check if any results returned
if (gOverlays.length > 0) {
// trigger a click event on the first polygon, at the location clicked
by the user
GEvent.trigger(gOverlays[0][0], "click", parcelQuery.queryGeometry);
}
--
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=en.