eschwartz / backbone.googlemaps

A Backbone JS extension for interacting with the Google Maps API (v3.10)
MIT License
139 stars 55 forks source link

Enable MarkerViewCollection constructor to accept marker overlayOptions #32

Open telis93 opened 10 years ago

telis93 commented 10 years ago

With the change the client will be able to pass an object in the MarkerViewCollection constructor that will contain the overlay options for each marker in this collection.

I also haven't minified this. Wouldn't it be better if the minified version was only provided in the releases section?