> Yes.. exactly.. but.. not mouse over hmm. onchange.. my plan is whenever the
> user input a particular address to that textbox then a tooltip appear
> showing the location of that particular input address..

ah. I think we may be getting bogged down in terminology here... for
me a tooltip is that little label that pops up when the mouse moves
over something (if you're on windows and you mouseover the start
button, one pops up saying "click here to begin"). Which you make in
html with the <label> tag, and for gmarkers with the "title"
parameter. As far as I'm aware, these are tied to the cursor position.
But it sounds to me like you're looking for a hidden div that appears
when an address is entered?

You can probably do that with javascript, although it sounds like it
would be much easier with css or even easier with jquery. Either way,
if I understand it, it's not a capability that the maps API alone has.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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