Nearby entity
Function that returns the closest building or point to given coordinates
Entity Building Point Coordinates Nearby
| Id | Title | Data Type | Description |
|---|---|---|---|
| entidad | Entidad | string | Value that the query will return depending on whether it is a building or a point. |
| x_punto | X | number | X coordinate of the point |
| y_punto | Y | number | Y coordinate of the point |
| srid_punto | SRID | number | Geographic system reference of the point (EPSG:4326 for points and EPSG:4258 for buildings by default) |
| Id | Title | Description |
|---|---|---|
| geojson | GeoJSON | GeoJson with the search result with the chosen parameters |
Execution modes
- Synchronous
