Quantcast
Channel: Adobe Community : All Content - Edge Animate
Viewing all articles
Browse latest Browse all 9897

GMAPS.JS into EDGE ANIMATE

$
0
0

How can i implement gmaps.js into Edge Animate for geolocation? I´ve tried to copy and paste code from some examples, but I can´t make it work... The div i want to use as a map always stays blank and i don´t know how make the maps appear. i add the right scripts in edge, but i can´t make it work... This is one of the codes i´ve tried in "compositionReady"...

 

var map = new GMaps({

           el: sym.$("contenedor"),

           lat: 40,

           lng: -3

});

 

where 'sym.$("contenedor")' is the div where i´m trying to render the map in the main stage...

 

Any ideas will be much appreciated.

 

Thanks.


Viewing all articles
Browse latest Browse all 9897

Trending Articles