Open GiovanniL19 opened 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
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:
Any idea? Thanks in advance