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
15
16
# GeohashNeighborsResponse
## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
| **e** | **String** | East | [default to null] |
| **n** | **String** | North | [default to null] |
| **ne** | **String** | North East | [default to null] |
| **nw** | **String** | North West | [default to null] |
| **s** | **String** | South | [default to null] |
| **se** | **String** | South East | [default to null] |
| **sw** | **String** | South West | [default to null] |
| **w** | **String** | West | [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)