Need to display a square around a street when the user goes to see the
map.
var geocoder = new GClientGeocoder();
var address;
address='56 Imrie Rd. 02134';
I do something like the code above, but I want to put a square around
the address ('56 Imrie Rd.) and if possible, fill the square in with
a solid color.
What java and/or API code do I have to write before displaying the map
to the user?
Thanks
-Rose
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---