yenbao1340 / gmaps-utility-library-dev

Automatically exported from code.google.com/p/gmaps-utility-library-dev
0 stars 0 forks source link

Make minZoom optional on MarkerManager.addMarker #194

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. (new MarkerManager(map)).addMarker(marker)

What is the expected output? What do you see instead?
I'd like to see the marker shown on the map if minZoom is not passed in. In
other words, addMarker(marker) should behave the same as addMarker(marker, 0).

Original issue reported on code.google.com by brian.vi...@gmail.com on 3 Mar 2010 at 3:13