Page for troubleshooting ---> http://www.dragonmodz.net/test.html
I'm working on a block for Concrete5 for setting up a google map and I
wanted to add a service area option toggle to show the service area
for a business. The problem I'm having is finding a working example of
a show/hide toggle that is not bloated down with half a dozen other
options using special widgets so I can figure out how it works.
I've been able to figure out how to hide the circle but I can't figure
out how to redraw it. To hide it I'm using
function hideServiceArea(){
serviceArea.setMap(null);
}
I'm trying to redraw it using the following but it does not work.
function showServiceArea(){
serviceArea.setMap(map);
}
Any help would be greatly appreciated.
--
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 [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-js-api-v3?hl=en.