Matt-Jensen / ember-cli-g-maps

Deprecated Google Maps Addon
http://matt-jensen.github.io/ember-cli-g-maps
MIT License
59 stars 31 forks source link

Push all lat and lon points to gmaps bounds #50

Closed morschtk closed 7 years ago

morschtk commented 8 years ago

This way gmaps will auto center to display all the heatmapMarkers on load. Allowing users to use dynamic markers, so the user doesn't need to specify a center point.

Matt-Jensen commented 7 years ago

That's a really cool way of getting Google Maps to center around points. I may borrow this code in the future, so thank you! IMO having the map auto center to heatmap markers will likely create more confusion than intuitiveness for the average user. Unless the community disagrees with this, I'm going to close it for now.