How can I search geolocations using the API?

Is it possible to search geolocations by distance from a specific locations using the API?

You can search for markers that are within a certain radius of a given address like so:

http://example.com/api/mapping_markers?address=<string>&radius=<int>&radius_unit=<mile|km>

1 Like

Where can I find the documentation for that?

It’s not documented, but it is the query that powers the public map browse, specifically the “Geographic Address,” “Geographic Radius,” and “Geographic Radius” queries. You can add the map browse to your public site by going to Site > Navigation and adding the “Map Browse” custom link.

1 Like

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.