google-apis-vectortile_v1 0.1.0 → 0.2.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: b08335c9a884935d420d7833f53e38cc79fb87283f05cef456b8e27773bbadf5
|
4
|
+
data.tar.gz: bba648851033268b43df89ed24148ddfad8a15029d579ba798d62601a8089546
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0b4f5db4fd9042195e5eba9618ff9521e4199050db46989dd61ed597e3111cea6225f8ddda4b5d4e31c0f1bd7bc1fd41493110a4e64a6f97f49970fd640134db
|
7
|
+
data.tar.gz: 776f29012ea6ffb3c09a0cd6776db03a78a7f2429adbeb20f837998daab60b01a4296458bbd79d764fddb65820049a1b2471acaac1bb2f24dabcb862ff54eeb5
|
data/CHANGELOG.md
CHANGED
@@ -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.2.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.1.
|
22
|
+
GENERATOR_VERSION = "0.1.2"
|
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,14 +1,14 @@
|
|
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.2.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-02-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
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.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-vectortile_v1/v0.2.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-vectortile_v1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.
|
72
|
+
rubygems_version: 3.2.6
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Semantic Tile API V1
|