# QueryRangeMany
## Properties
| **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)