What I expect: To enter the latitude and longitude coordinates in the Marker Address field and see a dropped pin on the Adalo Google Map component corresponding to the entered coordinates.
What actually happens: The map renders centered on Manhattan with no dropped pin.
What my use case is: I want to render a series of dropped pins from an external collection containing latitude and longitude coordinates on the Adalo Google Map component.
What I’ve tried:
- Adding latitude and longitude data into an Adalo collection and pulling the data from the collection via Magic Text (no pin rendered)
- Retrieving latitude and longitude data from an external collection and pulling data from the collection via Magic Text (no pin rendered)
- Setting the map component to render only a single marker and hardcoding the latitude and longitude data into the Marker Address field (no pin rendered)
- Entering a human-readable address (e.g. 100 Broadway) the Marker Address field (pin rendered)
In perusing the forums it seems every so often folks have trouble getting the lat/lng coordinates to properly render in the map component. Wondering if there might be some higher-order issue that we’re missing.
Hoping the community can help me root out the problem here. I have never been able to get this feature to work with lat/lng coords.
Please advise.