How to Store and Display Geographic Locations from an External Backend in Bubble + Understanding Geo Location Data Structure

Hi everyone,

I’m currently storing all my data in an external backend and need to display geographic locations on a map within Bubble. I know Bubble has the “Coordinate to Address” feature, but that seems to work only for individual items, not for a list of locations.

Is there a way I can pass geographic coordinates (latitude and longitude) from my external backend and have them displayed as geographic addresses in Bubble? Ideally, I want to handle a list of geographic locations, not just single points.

Also, I’m trying to understand how Bubble stores geographic locations. It doesn’t seem to be just a simple text field (e.g., an address), as I ran into issues when trying to send this data through the API Connector. Can anyone clarify the data structure that Bubble uses for geographic locations and how I can structure my external data to match it?

Thanks in advance!