Skip to content
christie goh edited this page Mar 26, 2019 · 16 revisions

You may want to incorporate a map into your watch.

watch map

To embed one into your page, put this in your handlebars template:

<my-map id="map"></my-map>

DON'T forget to add id="map" You can take a look at how the map element works at framework/src/MyMap.js.

Clone this wiki locally