Page 1 of 1

Google maps in Tiggr

Posted: Mon Aug 08, 2011 7:38 pm
by AlexandruRaduca

Hi,
Can I use google maps and geolocation in Tiggr?
What is the most convenient workaround?
Thanks


Google maps in Tiggr

Posted: Mon Aug 08, 2011 8:05 pm
by maxkatz

Right now for both features you can use custom JavaScript. You can define it in Events. Define an event and use Run Custom JavaScript action. For example, I tried this:

navigator.geolocation.getCurrentPosition(showMap);

I defined showMap() as a JavaScript asset.

Similar for Google Maps.

We are working on making it simpler in the future.. if you have any ideas, let us know!


Google maps in Tiggr

Posted: Wed Nov 16, 2011 10:15 pm
by Jeff K

Can you share your JavaScript asset that you created to show the map?


Google maps in Tiggr

Posted: Thu Nov 17, 2011 1:13 am
by maxkatz

@Jeff: we are going to add a Google Map component soon to Tiggr, so you won't have to write any custom JavaScript code


Google maps in Tiggr

Posted: Thu Nov 17, 2011 1:56 am
by Jeff K

Awesome! Hopefully real soon