ember-google-map
ember-google-map copied to clipboard
An Ember addon to include a google-map Ember friendly component in your apps.
As you could all see, I have no time to work on this anymore... If some of you still use it and anyone is interested in becoming a collaborator, please...
Hi, I am having an issue when adding `{{google-map}}` to my template. The error says the following: > TypeError: Cannot read property 'forEach' of undefined at Module.callback (google-object.js:7) Any ideas?
Hi! I'm trying to handle click on map (to set marker in clicked position). But {{google-map ev_click='actionName'}} doesn't work for me. Action is not triggering. Ember version: DEBUG: ------------------------------- ember.debug.js:5442DEBUG:...
Causing ember-google-map to not work
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...
Having a config option to disable loading google maps js in test mode would be great.
Running with Ember 2.0 throws this error when trying to build: ``` Assertion Failed: Using `{{view}}` or any path based on it ('templates/components/google-map.hbs' @ L5:C6) has been removed in Ember...
As @FutoRicky meant by #32, make a street-view component working with the map or as a standalone component.
Is it possible to re-render the component trough an action or event triggered by the controller after changing Lat/Lng? I'd actually like to control the properties of the map (location,...
Hi there, I'm having some issues upgrading to 1.13, and wondering whether or not this component supports Glimmer. Hoping to narrow down my problems! Thx :+1: