I'm trying to get the gmap to work, but nothing is coming up. I created an API key and restricted it as per the documentation and then applied the API key within the js/functions.js file. I'm not even trying to create a proper map yet. I just want to see ANY map show up.
This is code: <div class="gmap" style="height: 250px;" data-address="Melbourne, Australia" data-zoom="12" data-markers='[{address: "Melbourne, Australia",html: "Melbourne, Australia"}]' data-icon='{image: "images/icons/map-icon-red.png",iconsize: [32, 32],iconanchor: [14,44]}'></div>
Got any tips for this?
