Search code examples
ember.jsember-clibing-maps

How to implement bing maps api in ember-cli using a component?


I successfully implemented bing maps api in my ember-cli app but everything is in the index.html file, so what I would like to do is implement bing maps in a component to be able to change the longitude and latitude variables with values I get from a fixture or json. How would I be able to do this?


Solution

  • I managed to do this and created a simple bing map addon for ember-cli, for the benefit of everyone. Here is the link for anyone interested.