Wasn't it subbu who wrote: > >check this url ,some thing like this >http://google-maps-api.googlegroups.com/web/rectangle.bmp?gsc=ESDrNQsAAA >ACfdxMaq-zHTTCqThY24fD
You can do that with ELabels. You can either create each one as a single ELabel which would be more efficient, particularly of you're going to have a lot of them on the map. Or you can create each one as three ELabels, which would be easier to code if you need to change the text as the vehicle changes speed. The rectangle would simply be a <div> with something like style="width:32px;height:32px;border:1px solid blue;" Hint: Create the ELabel contents as a <div> with a fixed size, and centre the stuff inside it. If you allow the size of the <div> to vary to fit the contents, then it's difficult to work out a suitable label.pixelOffset setting. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
