Page 1 of 1

Mapping geocode data from map component to tiggzi database

Posted: Fri Nov 30, 2012 9:58 pm
by Catherine Edwards

is it possible to map the latitude & longitude components of the google map component to a database. I have tried and the mapping component seems to allow it but the app crashes when tested. I am trying to get geocoded data from the map after the user has searched for a location. Image


Mapping geocode data from map component to tiggzi database

Posted: Sat Dec 01, 2012 1:36 am
by maxkatz

Add JavaScript debugging to see what you get when you map Latitude/Longitude to the database, something like this:

code
console.log(value);
/code