huafu / ember-google-map

An Ember addon to include a google-map Ember friendly component in your apps.
http://huafu.github.io/#/ember?name=ember-google-map
MIT License
87 stars 34 forks source link

Issue zooming with property autoFitBounds=true #98

Open GiovanniL19 opened 8 years ago

GiovanniL19 commented 8 years ago

Hi,

I have the google-map component on my page with the autoFitBounds=true, I am unable to change the zoom level. The code for the component is:

{{google-map type=type autoFitBounds=true zoom=zoom markers=markers gopt_mapTypeControl=false gopt_backgroundColor='transparent'}}

The marker is:

marker: [
    {lat:model.get('address.lat'), lng:model.get('address.long')}
]

Any idea? Thanks in advance