I am using the @theupstarters Maps Extended plugin.
Trying to add the list of markers on Google Maps-
But getting errors-
Can anyone help me out with why I am seeing this?
I am using the @theupstarters Maps Extended plugin.
Trying to add the list of markers on Google Maps-
But getting errors-
Can anyone help me out with why I am seeing this?
Your formatted address might be providing the wrong sort of data. You might want to test it with a simple âcurrent userâs locationâ first to ensure that the plugin is set up correctly. Afterwards, check the airtable apiâs data being passed into it. From your error, it seems like you are trying to pass both the address and the lat/lng, which is probably the wrong format for the MapsExtended plugin. Maybe try just passing in the address or the lat/lng!
Regards,
Jordan Loh
Bubble Coach
Hey @nocodejordan,
Thanks for the answer but I have tested the plugin with simple geographic data and that is working. So I think the plugin is set up correctly.
I am just passing the formatted_address, but I donât know how this lat and long coming though.
Hi @ankur,
I just installed the plugin and I am testing it, I think the problem is because you are sending and array of information, you have to send just the address: âSan Francisco, CA, USAâ.
Or the geographic coordinates. And if you have latitude and longitude you can use the function
âCalculate CoordToAddressâ like the following image.
I hope it can help.
hey @edwinbolanosb , thanks for chiming in.
But I need to show the array of markers rather than a single marker (and the plugin has functionality for that).
I understand, the point is the plugin accepts addresses or geographic data, I just give you a way to change from lat-long to them.
@edwinbolanosb but I am also passing the geographic address only.
I thought you passed lat and long, my mistake.