On Apr 12, 10:32 am, thebit <the-...@email.it> wrote:
> Hello,
> I founded this interesting InfoBox 
> script:http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobo...
> It's very simple tu use but I do not understand if there is a specific
> page in which to ask some informations or if I can post here my
> questions.

That is a great script written by Gary
http://www.garylittle.ca/

You also asked how to use tiptool.js
http://koti.mbnet.fi/ojalesa/boundsbox/tiptool_trains.htm

The essentials:

1] in html:
<script type="text/javascript" src="tiptool.js"> </script>
Of course you first have to upload the script in the folder

2] in JavaScript:

    marker.attachTipTool(text);

That will create the mouseover/mouseout listeners and a 200ms timer

3] in CSS something like:

.tiptool: { border: 1px solid blue;
             background-color: white; }




-- 
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 google-maps-js-api-v3@googlegroups.com.
To unsubscribe from this group, send email to 
google-maps-js-api-v3+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to