Getting GPS coordinates from an address. I get the same odd values win ANY address

I’m new to bubble. I am getting the longitude/latitude off an address type search input box, and off the map showing that address. Unfortunately they both give me 34/-118 values, which don’t look like coordinates. Also no matter what address I’m looking at, the values never change. What am I doing wrong?

UPDATE: I saved the values to a database and was able to see the full values… 34.0345, -118.27148. So, never mind I think the values are correct !!

It was likely that the output was being formatted as an integer, even though it was still a float.

Thanks!

This topic was automatically closed after 70 days. New replies are no longer allowed.