geoprox-server 0.5.0

Geoprox server implementation providing a HTTP API for geospatial queries and position tracking
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# QueryRangeMany
## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **indices** | **List** | List of indices to search | [default to null] |
| **lat** | **Double** | Latitude | [default to null] |
| **lng** | **Double** | Longitude | [default to null] |
| **range** | **Integer** | Search radius in kilometers | [default to null] |
| **count** | **Integer** | Maximum number of neighbors that can be returned (default 100) | [optional] [default to null] |
| **sorted** | **Boolean** | If enabled neighbors will be sorted by distance, nearest to furthest (default false) | [optional] [default to null] |

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)