Re: [Google Maps API v2] migrating from v2 to v3

2014-01-14 Thread Olha Buchel
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

Re: [Google Maps API v2] migrating from v2 to v3

2014-01-13 Thread Barry Hunter
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

[Google Maps API v2] migrating from v2 to v3

2014-01-13 Thread melanie bund
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.