Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Multiple Location Points on GMap with Backend services

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".

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Multiple Location Points on GMap with Backend services

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...)

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Multiple Location Points on GMap with Backend services

Thank you, thats what I need to know.

Return to “Issues”