aws-sdk-geoplaces 1.7.0 → 1.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-geoplaces/client.rb +512 -39
- data/lib/aws-sdk-geoplaces/client_api.rb +118 -13
- data/lib/aws-sdk-geoplaces/endpoint_provider.rb +4 -4
- data/lib/aws-sdk-geoplaces/types.rb +569 -89
- data/lib/aws-sdk-geoplaces.rb +1 -1
- data/sig/client.rbs +6 -4
- data/sig/types.rbs +127 -46
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 0e287222a9622136f4d5bb8cba01f48afe952e7f38f30328e2b89c6dcf8b5a78
|
4
|
+
data.tar.gz: 59833499c35e6a6de90484fdfdc323a963f54d1261d2b2f8ec4b362c1672f00e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: fd53989c8b4c994fb9bc92d8d23e9fb0aef786103e9d2ebde6530e482fe18ca4ab1102f4f654ad527e23577528f19e629ff5a1912f482c770720365df0690805
|
7
|
+
data.tar.gz: d4d37cb22c73cfeab13771d7cc26489c590f5c99ffd8eca24168d90c2e013cf359629f3499b6898bdb66d346eb04b36bc1200151a87021d28af905de20f5c53e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.8.0 (2025-06-20)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - 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.
|
8
|
+
|
4
9
|
1.7.0 (2025-06-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.8.0
|