Multiple Location Points on GMap with Backend services
Posted: Tue Sep 17, 2013 2:44 pm
by Deon
Hi
What does the variable "location" refer to in the various jscript entries. Does it refer to the "location" col in the locations table in the database or the stored local variable called "locations".
Multiple Location Points on GMap with Backend services
Posted: Tue Sep 17, 2013 3:36 pm
by Maryna Brodina
1) In code added in response mapping of locations_addresses_list_service there is a value.location - here "location" is a column in DB table;
2) In code added in response mapping of convertAddr service there is a value.geometry.location - here location is an object in Google geocoding service response (see https://developers.google.com/maps/do...)
Multiple Location Points on GMap with Backend services
Posted: Tue Sep 17, 2013 4:06 pm
by Deon
Thank you, thats what I need to know.