eschwartz / backbone.googlemaps

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

RouteMarkerCollectionView #21

Closed izifortune closed 10 years ago

izifortune commented 10 years ago

Hello, i've just started a view for connecting markers with polyline. The goal is to handle routes with this route. Besides that i've added a couple of methods for general purpose. One is for zooming into a marker The other is for make the collection to fit the bounds of the map

eschwartz commented 10 years ago

Sorry for the slow response.

I probably wouldn't be interested in adding new functionality to this library right now. I'm actually working on a Backbone.Maps v2.0 version of the library with better separation of concerns, support for multiple mapping APIs, expanded overlay view support, and (shocking) unit tests. One of the reasons I've been slow to respond to pull requests is that I haven't been able to run tests.

Feel free to create a fork of this repo, if you want to move in that direction. Otherwise, I'd be happy to find some collaborators to help me kickstart v2.0 :)