You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,6 +68,26 @@ Sets whether the input should be automatically focused, can be set without an ex
68
68
69
69
Sets the language in which results are returned.
70
70
71
+
### `sources`
72
+
> defaults to all sources
73
+
74
+
The Geocode Earth dataset is a combination of multiple data sources. This attribute can be used to limit results to a specific source (or multiple ones, comma separated). Please see our API documentation for a list of available sources: [geocode.earth/docs/reference/data_sources/](https://geocode.earth/docs/reference/data_sources/)
75
+
76
+
### `focus.point.lat` & `focus.point.lon`
77
+
> defaults to unfocused
78
+
79
+
Sets latitude and longitude around which to focus results. In addition to providing results that are more relevant due to their proximity, setting a focus point is generally significantly faster than an unfocused query.
80
+
81
+
### `boundary.country`
82
+
### `boundary.gid`
83
+
### `boundary.circle.lat`
84
+
### `boundary.circle.lon`
85
+
### `boundary.circle.radius`
86
+
### `boundary.rect.min_lat`
87
+
### `boundary.rect.max_lon`
88
+
### `boundary.rect.max_lat`
89
+
### `boundary.rect.min_lon`
90
+
71
91
## Events
72
92
73
93
The element also emits **events** as a user interacts with it. This is how you can be notified when a user selects a result, for example. The `event.detail` payload contains details about the event.
0 commit comments