Multiple Location Points on GMap with Backend services
Hi
I have been following your "Adding multiple location points on Google Map with Appery.io Backend Services"
It is not working for me and I need to know if this could e the reason......
My data table contains the field "Address" and not "location" as in your example.
My service is a query service and not a list service such as yours.
I have changed all j-script references from location to Address.
My parameters in the query service is address and sensor (set to true).
I have a feeling that address (service parameter) and Address (my data field) could cause ambiguity.
Is that possible or would you suggest there is something else wrong?