Matt-Jensen / ember-cli-g-maps

Deprecated Google Maps Addon

Home Page:http://matt-jensen.github.io/ember-cli-g-maps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get zoom level after zoom changed

pjcarly opened this issue · comments

I defined an action for the event "zoom_changed", in that action, I get a "gMapEvent" back, but how do I get the new zoom level from the gMapEvent?

zoom level should be accessible via the zoom property on the component not the event object itself.