You might find this page useful:
https://developers.google.com/maps/documentation/javascript/v2/v2tov3
To remove all markers, you can put all your markers in an array when you
are generating them, and
then remove the entire array when you need it.
Olha
On Mon, Jan 13, 2014 at 7:12 PM, Barry H
On 13 January 2014 18:16, melanie bund wrote:
> Hi i have 1 question and a problem - PLEASE HELP
>
> the load code below - should the 2 not be a 3?
>
Yes, will need to change to 3.
>
> *my big problem* - unable to add and delete markers on map with the old
> code though i have replaced the G
Hi i have 1 question and a problem - PLEASE HELP
the load code below - should the 2 not be a 3?
google.load("maps", "2",{"other_params":"sensor=true"});
*my big problem* - unable to add and delete markers on map with the old
code though i have replaced the G with google.maps.