http://code.google.com/intl/en/apis/maps/documentation/javascript/overlays.html#CustomOverlays
But when I change the button to a check box, it doesn't work. Maybe
I'm missing something totally obvious?
I added this:
<input type="checkbox" id="sectorsmapcheckbox" checked="checked"
Onclick="overlay.toggle();" />
in front of the original code:
<input type="button" value="Toggle Visibility"
onclick="overlay.toggle();"></input>
The button works but the checkbox doesn't. Anybody please help?
You obviously mis-typed something in your implementation. COULD
someone on this forum help you if they were willing to take the time?
They can't see what you mis-typed.
I'll bet if you had followed the posting guidelines (which require you
to post a link to your map that shows the problem you are having),
someone might actually have helped you out.
Good luck!
- Jeff
On Dec 7, 4:51 pm, K Lo <klo...@gmail.com> wrote:
> I followed the sample on code.google.com for maps javascript api v3 to
> implement a custom overlay using exact set of codes except the image
> and co-ordinates.
>
> http://code.google.com/intl/en/apis/maps/documentation/javascript/ove...
--
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-map...@googlegroups.com.
To unsubscribe from this group, send email to google-maps-js-a...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.