AlexandruRaduca
Posts: 0
Joined: Mon Aug 08, 2011 7:38 pm

Google maps in Tiggr

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Google maps in Tiggr

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!

Jeff K
Posts: 0
Joined: Sat Nov 12, 2011 5:47 pm

Google maps in Tiggr

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Google maps in Tiggr

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

Jeff K
Posts: 0
Joined: Sat Nov 12, 2011 5:47 pm

Google maps in Tiggr

Awesome! Hopefully real soon

Return to “Issues”