eschwartz / backbone.googlemaps

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

add removeListener() #37

Closed infacq closed 10 years ago

eschwartz commented 10 years ago

I won't be adding MarkerClustererPlus integration to Backbone.GoogleMaps. Did you intend to include all of those commits in the pull request?

infacq commented 10 years ago

yes. I think it's necessary

eschwartz commented 10 years ago

Ok. As I've said before, I will not be adding new features to Backbone.GoogleMaps.

If you want a Backbone mapping library which is more extensible, I would refer you to Aeris.js (see my note here). Here's a jsfiddle showing how it can be used to replace Backbone.GoogleMaps functionality.

Aeris.js already supports marker clustering out of the box (for gmaps and Leaflet). If you need some help getting starting, shoot me an email (see me user profile).

infacq commented 9 years ago

Can I use the Aerisjs without the key? Because what I want is the functionality of Backbone.GoogleMaps. Aerisjs seems promising.

eschwartz commented 9 years ago

Yes -- you only need the Aeris API key if you're accessing weather data. Otherwise, no key necessary.

BTW, you can get a developer key for free

infacq commented 9 years ago

could you help show sample without the api key for requirejs example. I'm a bit confuse to initiate it

eschwartz commented 9 years ago

Here's an updated jsfiddle, with the api keys

infacq commented 9 years ago

is that really simple. I'm going to love this bro. I notice, the aeris-gmaps.min.js file containing few files. Is there any other dependency? Or.. Is it just one file?

eschwartz commented 9 years ago

:) If you have any issues, or thoughts on how to make the library easier to use, let me know.