-
Notifications
You must be signed in to change notification settings - Fork 1
locations_by_coord
Alex Jung edited this page Jan 23, 2025
·
1 revision
Find localities by their coordinates.
Arguments | Type | Required | Description |
---|---|---|---|
coord_x | float | required | X-coordinate |
coord_y | float | required | Y-coordinate |
format | CoordFormat | optional | Coordinates format used for request. Default to WGS84. |
limit | int | optional | Max size of returned list. Default value is 10
|
Type | Description |
---|---|
list[Location] | List of locations found py provided name sorted by match quality |