> Any idea? Possible by CSS?

Shouldn't think so.

I believe the bit in the documentation you are interested in is the
section headed 'Markers Set Callback'.
But to intercept the markers before they are plotted, you want to use
a searchComplete callback, for which an example isn't given there.
I think if you use something like ...
    var options = { onSearchCompleteCallback : somefunction  };
    myLocalSearchControl = new google.maps.LocalSearch(options);
it should trigger, and then write a somefunction() to do whatever it
is you want.

cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to