get_coordinates_object
Find address-tagged objects that surround a given geographic coordinate. Input longitude and latitude to get nearby results.
Instructions
Returns the next enclosing objects with an address tag which surrounds the given coordinate.
Args: lon: Longitude of the location lat: Latitude of the location
Returns: List of objects results close to the given coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lon | Yes | ||
| lat | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |