You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Maps JavaScript API v3
What's the v3 API equivalent of map.clearOverlays(), where I can
programatically remove all Markers from the map.
Thanks
pamela (Google Employee)
unread,
Jun 17, 2009, 12:59:43 AM6/17/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to google-map...@googlegroups.com
Hi mp-
We have not included a method for that. You should store references to
your marker objects in an array, and then call .set_map(null) on each
of the objects.