Skip to content

Commit f4f5afa

Browse files
chore: update dist folder [skip ci]
1 parent ee01cd9 commit f4f5afa

7 files changed

Lines changed: 70 additions & 68 deletions

dist/documentation/schemas/maps_http_schema_directionsroute.html

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/documentation/schemas/maps_http_schema_directionsroute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Routes consist of nested `legs` and `steps`.
77
| Field | Required | Type | Description |
88
| :------------------------------------------------------------------------------------------------------------------------- | ------------ | -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
99
| <h4 id="DirectionsRoute-bounds" class="add-link schema-object-property-key"><code>bounds</code></h4> | **required** | [Bounds](#Bounds "Bounds") | <div class="ref-property-description"><p>Contains the viewport bounding box of the <code>overview_polyline</code>.</p><p>See <a href="#Bounds">Bounds</a> for more information.</div> |
10-
| <h4 id="DirectionsRoute-copyrights" class="add-link schema-object-property-key"><code>copyrights</code></h4> | **required** | string | <div class="nonref-property-description"><p>Contains an array of warnings to be displayed when showing these directions. You must handle and display these warnings yourself.</p></div> |
10+
| <h4 id="DirectionsRoute-copyrights" class="add-link schema-object-property-key"><code>copyrights</code></h4> | **required** | string | <div class="nonref-property-description"><p>Contains the copyright notices to be displayed for this route. You must handle and display this information yourself. This content is meant to be read as-is. Do not programmatically parse this display-only content.</p></div> |
1111
| <h4 id="DirectionsRoute-legs" class="add-link schema-object-property-key"><code>legs</code></h4> | **required** | Array&lt;[DirectionsLeg](#DirectionsLeg "DirectionsLeg")&gt; | <div class="ref-property-description"><p>An array which contains information about a leg of the route, between two locations within the given route. A separate leg will be present for each waypoint or destination specified. (A route with no waypoints will contain exactly one leg within the legs array.) Each leg consists of a series of steps.</p><p>See <a href="#DirectionsLeg">DirectionsLeg</a> for more information.</div> |
1212
| <h4 id="DirectionsRoute-overview_polyline" class="add-link schema-object-property-key"><code>overview_polyline</code></h4> | **required** | [DirectionsPolyline](#DirectionsPolyline "DirectionsPolyline") | <div class="ref-property-description"><p>Contains an object that holds an encoded polyline representation of the route. This polyline is an approximate (smoothed) path of the resulting directions.</p><p>See <a href="#DirectionsPolyline">DirectionsPolyline</a> for more information.</div> |
1313
| <h4 id="DirectionsRoute-summary" class="add-link schema-object-property-key"><code>summary</code></h4> | **required** | string | <div class="nonref-property-description"><p>Contains a short textual description for the route, suitable for naming and disambiguating the route from alternatives.</p></div> |

dist/documentation/schemas/maps_http_schema_streetviewresponse.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/documentation/schemas/maps_http_schema_streetviewresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
| Field | Required | Type | Description |
66
| :------------------------------------------------------------------------------------------------------------ | ------------ | -------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
77
| <h4 id="StreetViewResponse-status" class="add-link schema-object-property-key"><code>status</code></h4> | **required** | [StreetViewStatus](#StreetViewStatus "StreetViewStatus") | <div class="ref-property-description"><p>The status of the request.</p><p>See <a href="#StreetViewStatus">StreetViewStatus</a> for more information.</div> |
8-
| <h4 id="StreetViewResponse-copyright" class="add-link schema-object-property-key"><code>copyright</code></h4> | optional | string | <div class="nonref-property-description"><p>An array of snapped points.</p></div> |
8+
| <h4 id="StreetViewResponse-copyright" class="add-link schema-object-property-key"><code>copyright</code></h4> | optional | string | <div class="nonref-property-description"><p>Contains the copyright notices associated with this panorama.</p></div> |
99
| <h4 id="StreetViewResponse-date" class="add-link schema-object-property-key"><code>date</code></h4> | optional | string | <div class="nonref-property-description"><p>A string indicating year and month that the panorama was captured.</p></div> |
1010
| <h4 id="StreetViewResponse-location" class="add-link schema-object-property-key"><code>location</code></h4> | optional | [LatLngLiteral](#LatLngLiteral "LatLngLiteral") | <div class="ref-property-description"><p>The location of the panorama.</p><p>See <a href="#LatLngLiteral">LatLngLiteral</a> for more information.</div> |
1111
| <h4 id="StreetViewResponse-pano_id" class="add-link schema-object-property-key"><code>pano_id</code></h4> | optional | string | <div class="nonref-property-description"><p>A specific panorama ID. These are generally stable, though panoramas may change ID over time as imagery is refreshed.</p></div> |

dist/google-maps-platform-openapi3.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/google-maps-platform-openapi3.yml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)