google-apis-vectortile_v1 0.1.0 → 0.6.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 660840e1ec7731ea52494c2885f41877e88397e19abcbfce1175bda74dc85d90
|
4
|
+
data.tar.gz: 888aaa3c24a8c4248b7f36fc250d4d04cde0379485f5cb86909f42031f7eb130
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d2d9789e02d730c5b886b333e40de370d596919f0bf67bf3ebc2a0796c0725fb6fb516fdbcbfb8b64ec9bc96e6a7a39260d4fdbab36a4498b37e0dcd8e9e76ad
|
7
|
+
data.tar.gz: 8479e3395fed76286d773662992c421bf94d46bcf66a9c5078bbc0a228e0b20b7647546b0acb8557190302180ec4300f9058f21e4da3c16875fb2f1fef59088d
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,26 @@
|
|
1
1
|
# Release history for google-apis-vectortile_v1
|
2
2
|
|
3
|
+
### v0.6.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.5.0 (2021-06-24)
|
8
|
+
|
9
|
+
* Regenerated using generator version 0.3.0
|
10
|
+
|
11
|
+
### v0.4.0 (2021-05-20)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.2.0
|
14
|
+
|
15
|
+
### v0.3.0 (2021-03-04)
|
16
|
+
|
17
|
+
* Unspecified changes
|
18
|
+
|
19
|
+
### v0.2.0 (2021-01-20)
|
20
|
+
|
21
|
+
* Regenerated from discovery document revision 20210118
|
22
|
+
* Regenerated using generator version 0.1.2
|
23
|
+
|
3
24
|
### v0.1.0 (2021-01-07)
|
4
25
|
|
5
26
|
* Regenerated using generator version 0.1.1
|
@@ -368,7 +368,11 @@ module Google
|
|
368
368
|
# @return [Array<Google::Apis::VectortileV1::Area>]
|
369
369
|
attr_accessor :areas
|
370
370
|
|
371
|
-
# The extruded areas present in this geometry.
|
371
|
+
# The extruded areas present in this geometry. Not populated if modeled_volumes
|
372
|
+
# are included in this geometry unless always_include_building_footprints is set
|
373
|
+
# in GetFeatureTileRequest, in which case the client should decide which (
|
374
|
+
# extruded areas or modeled volumes) should be used (they should not be rendered
|
375
|
+
# together).
|
372
376
|
# Corresponds to the JSON property `extrudedAreas`
|
373
377
|
# @return [Array<Google::Apis::VectortileV1::ExtrudedArea>]
|
374
378
|
attr_accessor :extruded_areas
|
@@ -378,7 +382,8 @@ module Google
|
|
378
382
|
# @return [Array<Google::Apis::VectortileV1::Line>]
|
379
383
|
attr_accessor :lines
|
380
384
|
|
381
|
-
# The modeled volumes present in this geometry.
|
385
|
+
# The modeled volumes present in this geometry. Not populated unless
|
386
|
+
# enable_modeled_volumes has been set in GetFeatureTileRequest.
|
382
387
|
# Corresponds to the JSON property `modeledVolumes`
|
383
388
|
# @return [Array<Google::Apis::VectortileV1::ModeledVolume>]
|
384
389
|
attr_accessor :modeled_volumes
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module VectortileV1
|
18
18
|
# Version of the google-apis-vectortile_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210118"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -55,6 +55,10 @@ module Google
|
|
55
55
|
# collection ID `tiles/` followed by the resource ID, which encodes the tile's
|
56
56
|
# global x and y coordinates and zoom level as `@,,z`. For example, `tiles/@1,2,
|
57
57
|
# 3z`.
|
58
|
+
# @param [Boolean] always_include_building_footprints
|
59
|
+
# Flag indicating whether the returned tile will always contain 2.5D footprints
|
60
|
+
# for structures. If enabled_modeled_volumes is set, this will mean that
|
61
|
+
# structures will have both their 3D models and 2.5D footprints returned.
|
58
62
|
# @param [String] client_info_api_client
|
59
63
|
# API client name and version. For example, the SDK calling the API. The exact
|
60
64
|
# format is up to the client.
|
@@ -132,11 +136,12 @@ module Google
|
|
132
136
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
133
137
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
134
138
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
135
|
-
def get_featuretile(name, client_info_api_client: nil, client_info_application_id: nil, client_info_application_version: nil, client_info_device_model: nil, client_info_operating_system: nil, client_info_platform: nil, client_info_user_id: nil, client_tile_version_id: nil, enable_detailed_highway_types: nil, enable_feature_names: nil, enable_modeled_volumes: nil, enable_political_features: nil, enable_private_roads: nil, enable_unclipped_buildings: nil, language_code: nil, region_code: nil, fields: nil, quota_user: nil, options: nil, &block)
|
139
|
+
def get_featuretile(name, always_include_building_footprints: nil, client_info_api_client: nil, client_info_application_id: nil, client_info_application_version: nil, client_info_device_model: nil, client_info_operating_system: nil, client_info_platform: nil, client_info_user_id: nil, client_tile_version_id: nil, enable_detailed_highway_types: nil, enable_feature_names: nil, enable_modeled_volumes: nil, enable_political_features: nil, enable_private_roads: nil, enable_unclipped_buildings: nil, language_code: nil, region_code: nil, fields: nil, quota_user: nil, options: nil, &block)
|
136
140
|
command = make_simple_command(:get, 'v1/{+name}', options)
|
137
141
|
command.response_representation = Google::Apis::VectortileV1::FeatureTile::Representation
|
138
142
|
command.response_class = Google::Apis::VectortileV1::FeatureTile
|
139
143
|
command.params['name'] = name unless name.nil?
|
144
|
+
command.query['alwaysIncludeBuildingFootprints'] = always_include_building_footprints unless always_include_building_footprints.nil?
|
140
145
|
command.query['clientInfo.apiClient'] = client_info_api_client unless client_info_api_client.nil?
|
141
146
|
command.query['clientInfo.applicationId'] = client_info_application_id unless client_info_application_id.nil?
|
142
147
|
command.query['clientInfo.applicationVersion'] = client_info_application_version unless client_info_application_version.nil?
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-vectortile_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Semantic Tile API V1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vectortile_v1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-vectortile_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vectortile_v1/v0.6.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vectortile_v1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -62,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
62
68
|
requirements:
|
63
69
|
- - ">="
|
64
70
|
- !ruby/object:Gem::Version
|
65
|
-
version: '2.
|
71
|
+
version: '2.5'
|
66
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
67
73
|
requirements:
|
68
74
|
- - ">="
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Semantic Tile API V1
|