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
feat(client-geo-places): Geocode, ReverseGeocode, and GetPlace APIs added Intersections and SecondaryAddresses. To use, add to the AdditionalFeatures list in your request. This provides info about nearby intersections and secondary addresses that are associated with a main address. Also added MainAddress and ParsedQuery.
Copy file name to clipboardExpand all lines: clients/client-geo-places/README.md
+1-37Lines changed: 1 addition & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -6,43 +6,7 @@
6
6
7
7
AWS SDK for JavaScript GeoPlaces Client for Node.js, Browser and React Native.
8
8
9
-
<p>
10
-
The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include:
11
-
</p>
12
-
<ul>
13
-
<li>
14
-
<p>Forward and reverse geocoding for addresses and coordinates</p>
15
-
</li>
16
-
<li>
17
-
<p>Comprehensive place searches with detailed information, including:</p>
18
-
<ul>
19
-
<li>
20
-
<p>Business names and addresses</p>
21
-
</li>
22
-
<li>
23
-
<p>Contact information</p>
24
-
</li>
25
-
<li>
26
-
<p>Hours of operation</p>
27
-
</li>
28
-
<li>
29
-
<p>POI (Points of Interest) categories</p>
30
-
</li>
31
-
<li>
32
-
<p>Food types for restaurants</p>
33
-
</li>
34
-
<li>
35
-
<p>Chain affiliation for relevant businesses</p>
36
-
</li>
37
-
</ul>
38
-
</li>
39
-
<li>
40
-
<p>Global data coverage with a wide range of POI categories</p>
41
-
</li>
42
-
<li>
43
-
<p>Regular data updates to ensure accuracy and relevance</p>
44
-
</li>
45
-
</ul>
9
+
<p> The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include: </p> <ul> <li> <p>Forward and reverse geocoding for addresses and coordinates</p> </li> <li> <p>Comprehensive place searches with detailed information, including:</p> <ul> <li> <p>Business names and addresses</p> </li> <li> <p>Contact information</p> </li> <li> <p>Hours of operation</p> </li> <li> <p>POI (Points of Interest) categories</p> </li> <li> <p>Food types for restaurants</p> </li> <li> <p>Chain affiliation for relevant businesses</p> </li> </ul> </li> <li> <p>Global data coverage with a wide range of POI categories</p> </li> <li> <p>Regular data updates to ensure accuracy and relevance</p> </li> </ul>
Copy file name to clipboardExpand all lines: clients/client-geo-places/src/GeoPlaces.ts
+1-37Lines changed: 1 addition & 37 deletions
Original file line number
Diff line number
Diff line change
@@ -118,43 +118,7 @@ export interface GeoPlaces {
118
118
}
119
119
120
120
/**
121
-
* <p>
122
-
* The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include:
123
-
* </p>
124
-
* <ul>
125
-
* <li>
126
-
* <p>Forward and reverse geocoding for addresses and coordinates</p>
127
-
* </li>
128
-
* <li>
129
-
* <p>Comprehensive place searches with detailed information, including:</p>
130
-
* <ul>
131
-
* <li>
132
-
* <p>Business names and addresses</p>
133
-
* </li>
134
-
* <li>
135
-
* <p>Contact information</p>
136
-
* </li>
137
-
* <li>
138
-
* <p>Hours of operation</p>
139
-
* </li>
140
-
* <li>
141
-
* <p>POI (Points of Interest) categories</p>
142
-
* </li>
143
-
* <li>
144
-
* <p>Food types for restaurants</p>
145
-
* </li>
146
-
* <li>
147
-
* <p>Chain affiliation for relevant businesses</p>
148
-
* </li>
149
-
* </ul>
150
-
* </li>
151
-
* <li>
152
-
* <p>Global data coverage with a wide range of POI categories</p>
153
-
* </li>
154
-
* <li>
155
-
* <p>Regular data updates to ensure accuracy and relevance</p>
156
-
* </li>
157
-
* </ul>
121
+
* <p> The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include: </p> <ul> <li> <p>Forward and reverse geocoding for addresses and coordinates</p> </li> <li> <p>Comprehensive place searches with detailed information, including:</p> <ul> <li> <p>Business names and addresses</p> </li> <li> <p>Contact information</p> </li> <li> <p>Hours of operation</p> </li> <li> <p>POI (Points of Interest) categories</p> </li> <li> <p>Food types for restaurants</p> </li> <li> <p>Chain affiliation for relevant businesses</p> </li> </ul> </li> <li> <p>Global data coverage with a wide range of POI categories</p> </li> <li> <p>Regular data updates to ensure accuracy and relevance</p> </li> </ul>
* The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include:
291
-
* </p>
292
-
* <ul>
293
-
* <li>
294
-
* <p>Forward and reverse geocoding for addresses and coordinates</p>
295
-
* </li>
296
-
* <li>
297
-
* <p>Comprehensive place searches with detailed information, including:</p>
298
-
* <ul>
299
-
* <li>
300
-
* <p>Business names and addresses</p>
301
-
* </li>
302
-
* <li>
303
-
* <p>Contact information</p>
304
-
* </li>
305
-
* <li>
306
-
* <p>Hours of operation</p>
307
-
* </li>
308
-
* <li>
309
-
* <p>POI (Points of Interest) categories</p>
310
-
* </li>
311
-
* <li>
312
-
* <p>Food types for restaurants</p>
313
-
* </li>
314
-
* <li>
315
-
* <p>Chain affiliation for relevant businesses</p>
316
-
* </li>
317
-
* </ul>
318
-
* </li>
319
-
* <li>
320
-
* <p>Global data coverage with a wide range of POI categories</p>
321
-
* </li>
322
-
* <li>
323
-
* <p>Regular data updates to ensure accuracy and relevance</p>
324
-
* </li>
325
-
* </ul>
289
+
* <p> The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. Key features include: </p> <ul> <li> <p>Forward and reverse geocoding for addresses and coordinates</p> </li> <li> <p>Comprehensive place searches with detailed information, including:</p> <ul> <li> <p>Business names and addresses</p> </li> <li> <p>Contact information</p> </li> <li> <p>Hours of operation</p> </li> <li> <p>POI (Points of Interest) categories</p> </li> <li> <p>Food types for restaurants</p> </li> <li> <p>Chain affiliation for relevant businesses</p> </li> </ul> </li> <li> <p>Global data coverage with a wide range of POI categories</p> </li> <li> <p>Regular data updates to ensure accuracy and relevance</p> </li> </ul>
* <p>The autocomplete operation speeds up and increases the accuracy of entering addresses by providing a list of address candidates matching a partially entered address. Results are sorted from most to least matching. Filtering and biasing can be used to increase the relevance of the results if additional search context is known</p>
36
+
* <p> <code>Autocomplete</code> completes potential places and addresses as the user types, based on the partial input. The API enhances the efficiency and accuracy of address by completing query based on a few entered keystrokes. It helps you by completing partial queries with valid address completion. Also, the API supports the filtering of results based on geographic location, country, or specific place types, and can be tailored using optional parameters like language and political views.</p>
32
37
* @example
33
38
* Use a bare-bones client and the command you need to make an API call.
* <p>The <code>Geocode</code> action allows you to obtain coordinates, addresses, and other
37
-
* information about places.</p>
36
+
* <p> <code>Geocode</code> converts a textual address or place into geographic coordinates. You can obtain geographic coordinates, address component, and other related information. It supports flexible queries, including free-form text or structured queries with components like street names, postal codes, and regions. The Geocode API can also provide additional features such as time zone information and the inclusion of political views.</p>
38
37
* @example
39
38
* Use a bare-bones client and the command you need to make an API call.
0 commit comments