aws-sdk-geomaps 1.23.0 → 1.24.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-geomaps/client.rb +71 -19
- data/lib/aws-sdk-geomaps/types.rb +53 -9
- data/lib/aws-sdk-geomaps.rb +1 -1
- 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: 7df7bf317d0d6d4184a92afc49d466661acfb43262d7cb303e3145d07dc06d60
|
|
4
|
+
data.tar.gz: e61cc602bb9245e7525470e54a57f0995993ca1d795d7fbfb7bbd89760cad15a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 21609217d4273d4973e38139e69b7790afb17d3822e3d12377dcede6c3e4810ef24c7ca09b69c6163a3a33fc91dd207ed39a6ec1be2e17dc2c50658bbd9eb094
|
|
7
|
+
data.tar.gz: a2385ae3f3a6235bd4423ec55c6645b2bf7b3a59edd59cfdbb9a036d5201f3d5461cf8d31aad2431ab9c04deb6c18cdee750252f4092ffda9682cfbc18c0efcc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.24.0 (2026-04-06)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release updates API reference documentation for Amazon Location Service Maps APIs to reflect regional restrictions for Grab Maps users
|
|
8
|
+
|
|
4
9
|
1.23.0 (2026-03-31)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.24.0
|
|
@@ -760,25 +760,33 @@ module Aws::GeoMaps
|
|
|
760
760
|
req.send_request(options, &block)
|
|
761
761
|
end
|
|
762
762
|
|
|
763
|
-
#
|
|
763
|
+
# <note markdown="1"> This operation is not supported in
|
|
764
|
+
# `ap-southeast-1` and
|
|
765
|
+
# `ap-southeast-5` regions for [GrabMaps][1] customers.
|
|
766
|
+
#
|
|
767
|
+
# </note>
|
|
768
|
+
#
|
|
769
|
+
# `GetStaticMap` provides high-quality static map images with
|
|
764
770
|
# customizable options. You can modify the map's appearance and overlay
|
|
765
771
|
# additional information. It's an ideal solution for applications
|
|
766
772
|
# requiring tailored static map snapshots.
|
|
767
773
|
#
|
|
768
|
-
#
|
|
774
|
+
# For more information, see the following topics in the *Amazon
|
|
775
|
+
# Location
|
|
769
776
|
# Service Developer Guide*:
|
|
770
777
|
#
|
|
771
|
-
#
|
|
778
|
+
# * [Static maps][2]
|
|
772
779
|
#
|
|
773
|
-
# * [Customize static maps][
|
|
780
|
+
# * [Customize static maps][3]
|
|
774
781
|
#
|
|
775
|
-
# * [Overlay on the static map][
|
|
782
|
+
# * [Overlay on the static map][4]
|
|
776
783
|
#
|
|
777
784
|
#
|
|
778
785
|
#
|
|
779
|
-
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/
|
|
780
|
-
# [2]: https://docs.aws.amazon.com/location/latest/developerguide/
|
|
781
|
-
# [3]: https://docs.aws.amazon.com/location/latest/developerguide/
|
|
786
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
787
|
+
# [2]: https://docs.aws.amazon.com/location/latest/developerguide/static-maps.html
|
|
788
|
+
# [3]: https://docs.aws.amazon.com/location/latest/developerguide/customizing-static-maps.html
|
|
789
|
+
# [4]: https://docs.aws.amazon.com/location/latest/developerguide/overlaying-static-map.html
|
|
782
790
|
#
|
|
783
791
|
# @option params [String] :bounding_box
|
|
784
792
|
# Takes in two pairs of coordinates in World Geodetic System (WGS 84)
|
|
@@ -1155,7 +1163,13 @@ module Aws::GeoMaps
|
|
|
1155
1163
|
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/styling-dynamic-maps.html
|
|
1156
1164
|
#
|
|
1157
1165
|
# @option params [required, String] :style
|
|
1158
|
-
# Style specifies the desired map style.
|
|
1166
|
+
# Style specifies the desired map style. For [GrabMaps][1] customers,
|
|
1167
|
+
# `ap-southeast-1` and `ap-southeast-5` regions support only the
|
|
1168
|
+
# `Standard` and `Monochrome` values.
|
|
1169
|
+
#
|
|
1170
|
+
#
|
|
1171
|
+
#
|
|
1172
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1159
1173
|
#
|
|
1160
1174
|
# @option params [String] :color_scheme
|
|
1161
1175
|
# Sets the color tone for the map, such as dark and light.
|
|
@@ -1170,7 +1184,8 @@ module Aws::GeoMaps
|
|
|
1170
1184
|
#
|
|
1171
1185
|
# @option params [String] :political_view
|
|
1172
1186
|
# Specifies the political view using ISO 3166-2 or ISO 3166-3 country
|
|
1173
|
-
# code format.
|
|
1187
|
+
# code format. Not supported in `ap-southeast-1` and `ap-southeast-5`
|
|
1188
|
+
# regions for [GrabMaps][1] customers.
|
|
1174
1189
|
#
|
|
1175
1190
|
# The following political views are currently supported:
|
|
1176
1191
|
#
|
|
@@ -1205,8 +1220,14 @@ module Aws::GeoMaps
|
|
|
1205
1220
|
#
|
|
1206
1221
|
# * `VNM`: Vietnam's view on the Paracel Islands and Spratly Islands
|
|
1207
1222
|
#
|
|
1223
|
+
#
|
|
1224
|
+
#
|
|
1225
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1226
|
+
#
|
|
1208
1227
|
# @option params [String] :terrain
|
|
1209
|
-
# Adjusts how physical terrain details are rendered on the map.
|
|
1228
|
+
# Adjusts how physical terrain details are rendered on the map. Not
|
|
1229
|
+
# supported in `ap-southeast-1` and `ap-southeast-5` regions for
|
|
1230
|
+
# [GrabMaps][1] customers.
|
|
1210
1231
|
#
|
|
1211
1232
|
# The following terrain styles are currently supported:
|
|
1212
1233
|
#
|
|
@@ -1219,27 +1240,47 @@ module Aws::GeoMaps
|
|
|
1219
1240
|
# `Hillshade` is valid only for the `Standard` and `Monochrome` map
|
|
1220
1241
|
# styles.
|
|
1221
1242
|
#
|
|
1243
|
+
#
|
|
1244
|
+
#
|
|
1245
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1246
|
+
#
|
|
1222
1247
|
# @option params [String] :contour_density
|
|
1223
1248
|
# Displays the shape and steepness of terrain features using elevation
|
|
1224
1249
|
# lines. The density value controls how densely the available contour
|
|
1225
|
-
# line information is rendered on the map.
|
|
1250
|
+
# line information is rendered on the map. Not supported in
|
|
1251
|
+
# `ap-southeast-1` and `ap-southeast-5` regions for [GrabMaps][1]
|
|
1252
|
+
# customers.
|
|
1226
1253
|
#
|
|
1227
1254
|
# This parameter is valid for all map styles except `Satellite`.
|
|
1228
1255
|
#
|
|
1256
|
+
#
|
|
1257
|
+
#
|
|
1258
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1259
|
+
#
|
|
1229
1260
|
# @option params [String] :traffic
|
|
1230
1261
|
# Displays real-time traffic information overlay on map, such as
|
|
1231
|
-
# incident events and flow events.
|
|
1262
|
+
# incident events and flow events. Not supported in `ap-southeast-1` and
|
|
1263
|
+
# `ap-southeast-5` regions for [GrabMaps][1] customers.
|
|
1232
1264
|
#
|
|
1233
1265
|
# This parameter is valid for all map styles except `Satellite`.
|
|
1234
1266
|
#
|
|
1267
|
+
#
|
|
1268
|
+
#
|
|
1269
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1270
|
+
#
|
|
1235
1271
|
# @option params [Array<String>] :travel_modes
|
|
1236
1272
|
# Renders additional map information relevant to selected travel modes.
|
|
1237
1273
|
# Information for multiple travel modes can be displayed simultaneously,
|
|
1238
1274
|
# although this increases the overall information density rendered on
|
|
1239
|
-
# the map.
|
|
1275
|
+
# the map. Not supported in `ap-southeast-1` and `ap-southeast-5`
|
|
1276
|
+
# regions for [GrabMaps][1] customers.
|
|
1240
1277
|
#
|
|
1241
1278
|
# This parameter is valid for all map styles except `Satellite`.
|
|
1242
1279
|
#
|
|
1280
|
+
#
|
|
1281
|
+
#
|
|
1282
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1283
|
+
#
|
|
1243
1284
|
# @option params [String] :buildings
|
|
1244
1285
|
# Adjusts how building details are rendered on the map.
|
|
1245
1286
|
#
|
|
@@ -1295,7 +1336,7 @@ module Aws::GeoMaps
|
|
|
1295
1336
|
end
|
|
1296
1337
|
|
|
1297
1338
|
# `GetTile` returns a tile. Map tiles are used by clients to render a
|
|
1298
|
-
# map.
|
|
1339
|
+
# map. They're addressed using a grid arrangement with an X coordinate,
|
|
1299
1340
|
# Y coordinate, and Z (zoom) level.
|
|
1300
1341
|
#
|
|
1301
1342
|
# For more information, see [Tiles][1] in the *Amazon Location Service
|
|
@@ -1307,19 +1348,30 @@ module Aws::GeoMaps
|
|
|
1307
1348
|
#
|
|
1308
1349
|
# @option params [Array<String>] :additional_features
|
|
1309
1350
|
# A list of optional additional parameters such as map styles that can
|
|
1310
|
-
# be requested for each result.
|
|
1351
|
+
# be requested for each result. Not supported in `ap-southeast-1` and
|
|
1352
|
+
# `ap-southeast-5` regions for [GrabMaps][1] customers.
|
|
1353
|
+
#
|
|
1354
|
+
#
|
|
1355
|
+
#
|
|
1356
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1311
1357
|
#
|
|
1312
1358
|
# @option params [required, String] :tileset
|
|
1313
|
-
# Specifies the desired tile set.
|
|
1359
|
+
# Specifies the desired tile set. For [GrabMaps][1] customers,
|
|
1360
|
+
# `ap-southeast-1` and `ap-southeast-5` regions support only the
|
|
1361
|
+
# `vector.basemap` value.
|
|
1314
1362
|
#
|
|
1315
1363
|
# Valid Values: `raster.satellite | vector.basemap | vector.traffic |
|
|
1316
1364
|
# raster.dem`
|
|
1317
1365
|
#
|
|
1366
|
+
#
|
|
1367
|
+
#
|
|
1368
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
1369
|
+
#
|
|
1318
1370
|
# @option params [required, String] :z
|
|
1319
1371
|
# The zoom value for the map tile.
|
|
1320
1372
|
#
|
|
1321
1373
|
# @option params [required, String] :x
|
|
1322
|
-
# The X axis value for the map tile.
|
|
1374
|
+
# The X axis value for the map tile.
|
|
1323
1375
|
#
|
|
1324
1376
|
# @option params [required, String] :y
|
|
1325
1377
|
# The Y axis value for the map tile.
|
|
@@ -1382,7 +1434,7 @@ module Aws::GeoMaps
|
|
|
1382
1434
|
tracer: tracer
|
|
1383
1435
|
)
|
|
1384
1436
|
context[:gem_name] = 'aws-sdk-geomaps'
|
|
1385
|
-
context[:gem_version] = '1.
|
|
1437
|
+
context[:gem_version] = '1.24.0'
|
|
1386
1438
|
Seahorse::Client::Request.new(handlers, context)
|
|
1387
1439
|
end
|
|
1388
1440
|
|
|
@@ -710,7 +710,13 @@ module Aws::GeoMaps
|
|
|
710
710
|
end
|
|
711
711
|
|
|
712
712
|
# @!attribute [rw] style
|
|
713
|
-
# Style specifies the desired map style.
|
|
713
|
+
# Style specifies the desired map style. For [GrabMaps][1] customers,
|
|
714
|
+
# `ap-southeast-1` and `ap-southeast-5` regions support only the
|
|
715
|
+
# `Standard` and `Monochrome` values.
|
|
716
|
+
#
|
|
717
|
+
#
|
|
718
|
+
#
|
|
719
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
714
720
|
# @return [String]
|
|
715
721
|
#
|
|
716
722
|
# @!attribute [rw] color_scheme
|
|
@@ -727,7 +733,8 @@ module Aws::GeoMaps
|
|
|
727
733
|
#
|
|
728
734
|
# @!attribute [rw] political_view
|
|
729
735
|
# Specifies the political view using ISO 3166-2 or ISO 3166-3 country
|
|
730
|
-
# code format.
|
|
736
|
+
# code format. Not supported in `ap-southeast-1` and `ap-southeast-5`
|
|
737
|
+
# regions for [GrabMaps][1] customers.
|
|
731
738
|
#
|
|
732
739
|
# The following political views are currently supported:
|
|
733
740
|
#
|
|
@@ -761,10 +768,16 @@ module Aws::GeoMaps
|
|
|
761
768
|
# * `URY`: Uruguay's view on Rincon de Artigas
|
|
762
769
|
#
|
|
763
770
|
# * `VNM`: Vietnam's view on the Paracel Islands and Spratly Islands
|
|
771
|
+
#
|
|
772
|
+
#
|
|
773
|
+
#
|
|
774
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
764
775
|
# @return [String]
|
|
765
776
|
#
|
|
766
777
|
# @!attribute [rw] terrain
|
|
767
|
-
# Adjusts how physical terrain details are rendered on the map.
|
|
778
|
+
# Adjusts how physical terrain details are rendered on the map. Not
|
|
779
|
+
# supported in `ap-southeast-1` and `ap-southeast-5` regions for
|
|
780
|
+
# [GrabMaps][1] customers.
|
|
768
781
|
#
|
|
769
782
|
# The following terrain styles are currently supported:
|
|
770
783
|
#
|
|
@@ -776,30 +789,50 @@ module Aws::GeoMaps
|
|
|
776
789
|
#
|
|
777
790
|
# `Hillshade` is valid only for the `Standard` and `Monochrome` map
|
|
778
791
|
# styles.
|
|
792
|
+
#
|
|
793
|
+
#
|
|
794
|
+
#
|
|
795
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
779
796
|
# @return [String]
|
|
780
797
|
#
|
|
781
798
|
# @!attribute [rw] contour_density
|
|
782
799
|
# Displays the shape and steepness of terrain features using elevation
|
|
783
800
|
# lines. The density value controls how densely the available contour
|
|
784
|
-
# line information is rendered on the map.
|
|
801
|
+
# line information is rendered on the map. Not supported in
|
|
802
|
+
# `ap-southeast-1` and `ap-southeast-5` regions for [GrabMaps][1]
|
|
803
|
+
# customers.
|
|
785
804
|
#
|
|
786
805
|
# This parameter is valid for all map styles except `Satellite`.
|
|
806
|
+
#
|
|
807
|
+
#
|
|
808
|
+
#
|
|
809
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
787
810
|
# @return [String]
|
|
788
811
|
#
|
|
789
812
|
# @!attribute [rw] traffic
|
|
790
813
|
# Displays real-time traffic information overlay on map, such as
|
|
791
|
-
# incident events and flow events.
|
|
814
|
+
# incident events and flow events. Not supported in `ap-southeast-1`
|
|
815
|
+
# and `ap-southeast-5` regions for [GrabMaps][1] customers.
|
|
792
816
|
#
|
|
793
817
|
# This parameter is valid for all map styles except `Satellite`.
|
|
818
|
+
#
|
|
819
|
+
#
|
|
820
|
+
#
|
|
821
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
794
822
|
# @return [String]
|
|
795
823
|
#
|
|
796
824
|
# @!attribute [rw] travel_modes
|
|
797
825
|
# Renders additional map information relevant to selected travel
|
|
798
826
|
# modes. Information for multiple travel modes can be displayed
|
|
799
827
|
# simultaneously, although this increases the overall information
|
|
800
|
-
# density rendered on the map.
|
|
828
|
+
# density rendered on the map. Not supported in `ap-southeast-1` and
|
|
829
|
+
# `ap-southeast-5` regions for [GrabMaps][1] customers.
|
|
801
830
|
#
|
|
802
831
|
# This parameter is valid for all map styles except `Satellite`.
|
|
832
|
+
#
|
|
833
|
+
#
|
|
834
|
+
#
|
|
835
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
803
836
|
# @return [Array<String>]
|
|
804
837
|
#
|
|
805
838
|
# @!attribute [rw] buildings
|
|
@@ -868,14 +901,25 @@ module Aws::GeoMaps
|
|
|
868
901
|
|
|
869
902
|
# @!attribute [rw] additional_features
|
|
870
903
|
# A list of optional additional parameters such as map styles that can
|
|
871
|
-
# be requested for each result.
|
|
904
|
+
# be requested for each result. Not supported in `ap-southeast-1` and
|
|
905
|
+
# `ap-southeast-5` regions for [GrabMaps][1] customers.
|
|
906
|
+
#
|
|
907
|
+
#
|
|
908
|
+
#
|
|
909
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
872
910
|
# @return [Array<String>]
|
|
873
911
|
#
|
|
874
912
|
# @!attribute [rw] tileset
|
|
875
|
-
# Specifies the desired tile set.
|
|
913
|
+
# Specifies the desired tile set. For [GrabMaps][1] customers,
|
|
914
|
+
# `ap-southeast-1` and `ap-southeast-5` regions support only the
|
|
915
|
+
# `vector.basemap` value.
|
|
876
916
|
#
|
|
877
917
|
# Valid Values: `raster.satellite | vector.basemap | vector.traffic |
|
|
878
918
|
# raster.dem`
|
|
919
|
+
#
|
|
920
|
+
#
|
|
921
|
+
#
|
|
922
|
+
# [1]: https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html
|
|
879
923
|
# @return [String]
|
|
880
924
|
#
|
|
881
925
|
# @!attribute [rw] z
|
|
@@ -883,7 +927,7 @@ module Aws::GeoMaps
|
|
|
883
927
|
# @return [String]
|
|
884
928
|
#
|
|
885
929
|
# @!attribute [rw] x
|
|
886
|
-
# The X axis value for the map tile.
|
|
930
|
+
# The X axis value for the map tile.
|
|
887
931
|
# @return [String]
|
|
888
932
|
#
|
|
889
933
|
# @!attribute [rw] y
|
data/lib/aws-sdk-geomaps.rb
CHANGED