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".
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".
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...)
Thank you, thats what I need to know.