aws-sdk-geomaps 1.0.0 → 1.1.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 +5 -5
- data/lib/aws-sdk-geomaps/types.rb +4 -4
- data/lib/aws-sdk-geomaps.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b36224e4e3f5d13280dc447c9a70ece36ff68aad1bc742a60b8a9575f1a4398
|
|
4
|
+
data.tar.gz: fea03d980aa1fd7540eeccdbd6dcaf5c37e5c71be3cd5bd60321358fd0e6ff69
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e774a4f182d1958ea95e719b1fe405d7031a90d95650a92c50e6c593bb1affb261b20e31af142a766024973b6e6de7503e0ac784b4382ed828ae90de5edcb15b
|
|
7
|
+
data.tar.gz: d0fac81fb8d1e2a5c5d2537cea5875b4c3c6f2dce57f7033f7da46c30484306c487e25a15e1310a1a3fcd238178f458583246bd0fa9ffcecd68c44f57b607851
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.1.0
|
|
@@ -770,10 +770,10 @@ module Aws::GeoMaps
|
|
|
770
770
|
# Takes in a string to draw geometries on the image. The input is a
|
|
771
771
|
# valid GeoJSON collection object.
|
|
772
772
|
#
|
|
773
|
-
# Example:
|
|
774
|
-
# [
|
|
775
|
-
# [[-90.076345,51.504107],[-0.074451,51.506892]]
|
|
776
|
-
#
|
|
773
|
+
# Example: `{"type":"FeatureCollection","features":
|
|
774
|
+
# [{"type":"Feature","geometry":{"type":"MultiPoint","coordinates":
|
|
775
|
+
# [[-90.076345,51.504107],[-0.074451,51.506892]]},"properties":
|
|
776
|
+
# {"color":"#00DD00"}}]}`
|
|
777
777
|
#
|
|
778
778
|
# @option params [required, Integer] :height
|
|
779
779
|
# Specifies the height of the map image.
|
|
@@ -1045,7 +1045,7 @@ module Aws::GeoMaps
|
|
|
1045
1045
|
tracer: tracer
|
|
1046
1046
|
)
|
|
1047
1047
|
context[:gem_name] = 'aws-sdk-geomaps'
|
|
1048
|
-
context[:gem_version] = '1.
|
|
1048
|
+
context[:gem_version] = '1.1.0'
|
|
1049
1049
|
Seahorse::Client::Request.new(handlers, context)
|
|
1050
1050
|
end
|
|
1051
1051
|
|
|
@@ -364,10 +364,10 @@ module Aws::GeoMaps
|
|
|
364
364
|
# Takes in a string to draw geometries on the image. The input is a
|
|
365
365
|
# valid GeoJSON collection object.
|
|
366
366
|
#
|
|
367
|
-
# Example:
|
|
368
|
-
# [
|
|
369
|
-
# [[-90.076345,51.504107],[-0.074451,51.506892]]
|
|
370
|
-
#
|
|
367
|
+
# Example: `{"type":"FeatureCollection","features":
|
|
368
|
+
# [{"type":"Feature","geometry":{"type":"MultiPoint","coordinates":
|
|
369
|
+
# [[-90.076345,51.504107],[-0.074451,51.506892]]},"properties":
|
|
370
|
+
# {"color":"#00DD00"}}]}`
|
|
371
371
|
# @return [String]
|
|
372
372
|
#
|
|
373
373
|
# @!attribute [rw] height
|
data/lib/aws-sdk-geomaps.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: aws-sdk-geomaps
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Amazon Web Services
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-11-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|