geoprox-client 0.5.0

An HTTP client library for interacting with the Geoprox search engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# QueryRangeMany

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)