# QueryRangeMany
## Properties
**count** | Option<**i32**> | Maximum number of neighbors that can be returned (default 100) | [optional]
**indices** | **Vec<String>** | List of indices to search |
**lat** | **f64** | Latitude |
**lng** | **f64** | Longitude |
**range** | **i32** | Search radius in kilometers |
**sorted** | Option<**bool**> | If enabled neighbors will be sorted by distance, nearest to furthest (default false) | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)