diff --git a/dist/documentation/parameters/maps_http_parameters_directions.html b/dist/documentation/parameters/maps_http_parameters_directions.html index 0cafcc71..97489ab3 100644 --- a/dist/documentation/parameters/maps_http_parameters_directions.html +++ b/dist/documentation/parameters/maps_http_parameters_directions.html @@ -250,8 +250,9 @@

mode

  • transit requests directions or distance via public transit - routes (where available). If you set the mode to transit, you can - optionally specify either a departure_time or an + routes (where available). Transit trips are available for up to 7 days + in the past or 100 days in the future. If you set the mode to transit, + you can optionally specify either a departure_time or an arrival_time. If neither time is specified, the departure_time defaults to now (that is, the departure time defaults to the current time). You can also optionally include a diff --git a/dist/documentation/parameters/maps_http_parameters_directions.md b/dist/documentation/parameters/maps_http_parameters_directions.md index fa3307bd..a9472d31 100644 --- a/dist/documentation/parameters/maps_http_parameters_directions.md +++ b/dist/documentation/parameters/maps_http_parameters_directions.md @@ -89,7 +89,7 @@ - `driving` (default) indicates standard driving directions or distance using the road network. - `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available). - `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available). - - `transit` requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`. + - `transit` requests directions or distance via public transit routes (where available). Transit trips are available for up to 7 days in the past or 100 days in the future. If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`.
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    diff --git a/dist/documentation/parameters/maps_http_parameters_distancematrix.html b/dist/documentation/parameters/maps_http_parameters_distancematrix.html index 3742c41b..fde32c0b 100644 --- a/dist/documentation/parameters/maps_http_parameters_distancematrix.html +++ b/dist/documentation/parameters/maps_http_parameters_distancematrix.html @@ -234,8 +234,9 @@

    mode

  • transit requests directions or distance via public transit - routes (where available). If you set the mode to transit, you can - optionally specify either a departure_time or an + routes (where available). Transit trips are available for up to 7 days + in the past or 100 days in the future. If you set the mode to transit, + you can optionally specify either a departure_time or an arrival_time. If neither time is specified, the departure_time defaults to now (that is, the departure time defaults to the current time). You can also optionally include a diff --git a/dist/documentation/parameters/maps_http_parameters_distancematrix.md b/dist/documentation/parameters/maps_http_parameters_distancematrix.md index be9f4e77..7128ae29 100644 --- a/dist/documentation/parameters/maps_http_parameters_distancematrix.md +++ b/dist/documentation/parameters/maps_http_parameters_distancematrix.md @@ -68,7 +68,7 @@ - `driving` (default) indicates standard driving directions or distance using the road network. - `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available). - `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available). - - `transit` requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`. + - `transit` requests directions or distance via public transit routes (where available). Transit trips are available for up to 7 days in the past or 100 days in the future. If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`.
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    diff --git a/dist/google-maps-platform-openapi3.json b/dist/google-maps-platform-openapi3.json index 65314c95..00a1a7b8 100755 --- a/dist/google-maps-platform-openapi3.json +++ b/dist/google-maps-platform-openapi3.json @@ -31546,7 +31546,7 @@ }, "mode": { "name": "mode", - "description": "For the calculation of distances and directions, you may specify the transportation mode to use. By default, `DRIVING` mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:\n\n* `driving` (default) indicates standard driving directions or distance using the road network.\n* `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available).\n* `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available).\n* `transit` requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`.\n\n
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    \n", + "description": "For the calculation of distances and directions, you may specify the transportation mode to use. By default, `DRIVING` mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:\n\n* `driving` (default) indicates standard driving directions or distance using the road network.\n* `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available).\n* `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available).\n* `transit` requests directions or distance via public transit routes (where available). Transit trips are available for up to 7 days in the past or 100 days in the future. If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`. \n\n
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    \n", "in": "query", "schema": { "type": "string", diff --git a/dist/google-maps-platform-openapi3.yml b/dist/google-maps-platform-openapi3.yml index 893599df..16fece1f 100755 --- a/dist/google-maps-platform-openapi3.yml +++ b/dist/google-maps-platform-openapi3.yml @@ -21973,7 +21973,7 @@ components: * `driving` (default) indicates standard driving directions or distance using the road network. * `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available). * `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available). - * `transit` requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`. + * `transit` requests directions or distance via public transit routes (where available). Transit trips are available for up to 7 days in the past or 100 days in the future. If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`.
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    in: query diff --git a/dist/google-maps-platform-postman.json b/dist/google-maps-platform-postman.json index 612be9f7..514cb9c3 100755 --- a/dist/google-maps-platform-postman.json +++ b/dist/google-maps-platform-postman.json @@ -1,7 +1,7 @@ { "item": [ { - "id": "a896b1cb-d9ca-4d20-b173-e60f72ec79c7", + "id": "1925ac75-12b5-4058-9990-e2d6a39ee3cf", "name": "Directions", "description": { "content": "The Directions API is a web service that uses an HTTP request to return JSON or XML-formatted directions between locations. You can receive directions for several modes of transportation, such as transit, driving, walking, or cycling.", @@ -11,7 +11,7 @@ "event": [] }, { - "id": "d97d9c87-c329-413b-aee2-9dce1bacdaa1", + "id": "fd86001b-9e9f-45a2-b01c-f4142f1484b0", "name": "Distance Matrix", "description": { "content": "The Distance Matrix API is a service that provides travel distance and time for a matrix of origins and destinations.", @@ -21,7 +21,7 @@ "event": [] }, { - "id": "1b6f988f-8a34-4a85-adae-54eb9783ea98", + "id": "e0963827-7694-44a2-9307-78c826a3a26b", "name": "Elevation", "description": { "content": "The Elevation API provides a simple interface to query locations on the earth for elevation data. Additionally, you may request sampled elevation data along paths, allowing you to calculate elevation changes along routes.", @@ -31,7 +31,7 @@ "event": [] }, { - "id": "d42a454a-f97a-4a21-8209-8d230e7a29c8", + "id": "b073757f-af1c-4295-81ce-6a7c2e35ff65", "name": "Geocoding", "description": { "content": "The Geocoding API is a service that provides geocoding and reverse geocoding of addresses.", @@ -41,7 +41,7 @@ "event": [] }, { - "id": "1e452c7b-cc66-4683-abd1-453cb5096d16", + "id": "103ef647-9b5b-41ea-93ce-a6b67edcb29b", "name": "Geolocation", "description": { "content": "The Geolocation API returns a location and accuracy radius based on information about cell towers and WiFi nodes that the mobile client can detect.", @@ -51,7 +51,7 @@ "event": [] }, { - "id": "ec96800d-23f2-472c-a43e-8ffb2f7667e1", + "id": "71abb025-7a31-4019-b6e3-227cebbf18e8", "name": "Roads", "description": { "content": "The Roads API identifies the roads a vehicle was traveling along and provides additional metadata about those roads, such as speed limits.", @@ -61,7 +61,7 @@ "event": [] }, { - "id": "90cbbba5-9ae3-400c-8714-d8f3fe0daaa4", + "id": "09c23103-6a4e-4a9c-a433-b651577e190e", "name": "Time Zone", "description": { "content": "The Time Zone API provides a simple interface to request the time zone for locations on the surface of the earth, as well as the time offset from UTC for each of those locations.", @@ -71,7 +71,7 @@ "event": [] }, { - "id": "53862fca-293f-4c3a-a170-682f6fd45c99", + "id": "69f74fb9-c586-4ff0-9606-c93af258050d", "name": "Street View", "description": { "content": "The Street View API provides a simple interface to retrieve Street View images.", @@ -81,7 +81,7 @@ "event": [] }, { - "id": "520be8b3-8eee-477d-ba18-69def41c4f3c", + "id": "bf3523d8-062b-4528-8989-85dceb79757f", "name": "Places", "description": { "content": "The Places API is a service that returns information about places using HTTP requests. Places are defined within this API as establishments, geographic locations, or prominent points of interest.", @@ -91,7 +91,7 @@ "event": [] }, { - "id": "35fd9c95-5883-4104-bd66-e6b53361123e", + "id": "226fe9cd-2fb0-46c6-9cd3-8261b8b85ab5", "name": "Geolocation API", "description": { "content": "", @@ -99,7 +99,7 @@ }, "item": [ { - "id": "1b4b8035-8b98-4811-a7c6-76b257a8d53c", + "id": "d3e87400-56eb-458b-be64-1262ad095937", "name": "geolocate", "request": { "name": "geolocate", @@ -146,7 +146,7 @@ }, "response": [ { - "id": "055edba0-4ba0-4f24-846c-bc1061a548d6", + "id": "0f5ccf6d-4c5e-44e9-849a-e8c79cbbb795", "name": "200 OK", "originalRequest": { "url": { @@ -193,7 +193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc856500-3bfa-4943-9033-31bf4e564678", + "id": "8df18c1d-7fc3-4167-aa3f-bc8458d82e13", "name": "400 BAD REQUEST", "originalRequest": { "url": { @@ -240,7 +240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ba2e4e4-94ca-42a2-9cef-eff7699a312c", + "id": "1b2f5de6-ea16-4908-b0c1-490b4f7428b8", "name": "404 NOT FOUND", "originalRequest": { "url": { @@ -296,7 +296,7 @@ "event": [] }, { - "id": "8b472009-de24-4f13-a0d4-2b86dfecdd3c", + "id": "aaec08bb-66cf-4860-a622-70c45338084a", "name": "Directions API", "description": { "content": "", @@ -304,7 +304,7 @@ }, "item": [ { - "id": "2d7ded2c-84f3-42c2-9bcd-a4e54ab95579", + "id": "b1bab0d0-5eba-4ece-a1d9-e4fb4ff48999", "name": "directions", "request": { "name": "directions", @@ -384,7 +384,7 @@ "disabled": false, "key": "mode", "value": "", - "description": "For the calculation of distances and directions, you may specify the transportation mode to use. By default, `DRIVING` mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:\n\n* `driving` (default) indicates standard driving directions or distance using the road network.\n* `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available).\n* `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available).\n* `transit` requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`.\n\n
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    \n" + "description": "For the calculation of distances and directions, you may specify the transportation mode to use. By default, `DRIVING` mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:\n\n* `driving` (default) indicates standard driving directions or distance using the road network.\n* `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available).\n* `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available).\n* `transit` requests directions or distance via public transit routes (where available). Transit trips are available for up to 7 days in the past or 100 days in the future. If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`. \n\n
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    \n" }, { "disabled": false, @@ -424,7 +424,7 @@ }, "response": [ { - "id": "6c42b1a1-655c-4475-9216-6afd92382070", + "id": "9302864b-b974-4b75-a595-98384a9e2179", "name": "200 OK", "originalRequest": { "url": { @@ -529,7 +529,7 @@ "event": [] }, { - "id": "916e8c10-5c92-4161-9a6d-f15748646e70", + "id": "9efed681-a4ff-4b88-85b8-2714ef6b7bf6", "name": "Elevation API", "description": { "content": "", @@ -537,7 +537,7 @@ }, "item": [ { - "id": "7c7eec47-82d0-49b8-b2a5-14cb79943eb4", + "id": "0198a843-3a0b-4f96-868c-942f46105909", "name": "elevation", "request": { "name": "elevation", @@ -591,7 +591,7 @@ }, "response": [ { - "id": "67efe7c0-0857-4e98-93cc-e6af4ce59ca9", + "id": "4a198667-e347-4162-8eb9-71e65e8c52a0", "name": "200 OK", "originalRequest": { "url": { @@ -652,7 +652,7 @@ "event": [] }, { - "id": "fa06bb8e-c3ea-49e6-9c60-bf8c67645250", + "id": "7155e5bc-3952-4bb0-87e8-858ba860556b", "name": "Geocoding API", "description": { "content": "", @@ -660,7 +660,7 @@ }, "item": [ { - "id": "1fccbc9d-efc7-4594-a81c-37028e764e8c", + "id": "0d70fb82-abe2-4cac-b354-e3a9bcee2e0e", "name": "geocode", "request": { "name": "geocode", @@ -756,7 +756,7 @@ }, "response": [ { - "id": "29219dc0-4d28-46b0-937a-d72471267d28", + "id": "189865fd-41f5-4996-b235-5abea2c5fe0c", "name": "200 OK", "originalRequest": { "url": { @@ -845,7 +845,7 @@ "event": [] }, { - "id": "de68f496-f450-4d80-92c7-c0082c70eb65", + "id": "c28b1c91-9086-49a0-a5e2-ce94b171b0bf", "name": "Time Zone API", "description": { "content": "", @@ -853,7 +853,7 @@ }, "item": [ { - "id": "f2c79f08-ff56-43f2-848f-e4cf5c6c4755", + "id": "5c21e658-650a-4dbd-89c6-3d003cabda44", "name": "timezone", "request": { "name": "timezone", @@ -907,7 +907,7 @@ }, "response": [ { - "id": "2390ed8e-288f-419a-ab0c-1377e4a61e14", + "id": "6deb1a78-e198-4754-b636-3f5a8950e373", "name": "200 OK", "originalRequest": { "url": { @@ -968,7 +968,7 @@ "event": [] }, { - "id": "f84d57ba-e9cf-43c4-ab2e-8607e8024f72", + "id": "42b7df29-2e2a-4666-9727-27f3a8553d80", "name": "Roads API", "description": { "content": "", @@ -976,7 +976,7 @@ }, "item": [ { - "id": "d8e8d551-c40e-4677-83b8-f51798b0010a", + "id": "3b1b4055-704c-4054-97ce-b247e327866c", "name": "snap To Roads", "request": { "name": "snap To Roads", @@ -1022,7 +1022,7 @@ }, "response": [ { - "id": "33ffaf60-aab7-430d-bc91-8c1da353ace5", + "id": "515da94d-fcaa-449f-ab22-61ee22321485", "name": "200 OK", "originalRequest": { "url": { @@ -1074,7 +1074,7 @@ } }, { - "id": "06ff8ff9-743f-4255-ba29-651e580c3749", + "id": "ec229cbb-d139-4677-81a6-54894f1ac612", "name": "nearest Roads", "request": { "name": "nearest Roads", @@ -1114,7 +1114,7 @@ }, "response": [ { - "id": "f07a7abd-5cfd-4691-b598-337791e4b272", + "id": "cd393614-6ed2-4b9f-9c4b-adf0a9786d40", "name": "200 OK", "originalRequest": { "url": { @@ -1151,12 +1151,12 @@ "value": "application/json" } ], - "body": "{\n \"snappedPoints\": [\n {\n \"location\": {\n \"latitude\": -70969185.46568194,\n \"longitude\": 61597889.32052854\n },\n \"placeId\": \"aliquip est\",\n \"originalIndex\": 49236616.183181345\n },\n {\n \"location\": {\n \"latitude\": 62895827.315577626,\n \"longitude\": 21204608.165965587\n },\n \"placeId\": \"consectetur proident aliqua id\",\n \"originalIndex\": -13766357.464710712\n }\n ]\n}", + "body": "{\n \"snappedPoints\": [\n {\n \"location\": {\n \"latitude\": 53114328.40396187,\n \"longitude\": -79024130.33154167\n },\n \"placeId\": \"Ut sit proident\",\n \"originalIndex\": -32081793.12443331\n },\n {\n \"location\": {\n \"latitude\": -4197826.30187951,\n \"longitude\": -83388254.25724763\n },\n \"placeId\": \"Lorem quis\",\n \"originalIndex\": -73110658.88090557\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c27ca1fc-3b33-4ae8-9a84-bfde1d58b019", + "id": "ce265921-8ac4-4fca-bb2a-2ba028f0863b", "name": "400 BAD REQUEST", "originalRequest": { "url": { @@ -1207,7 +1207,7 @@ "event": [] }, { - "id": "5423a7f9-9ee4-42a3-9d73-66f699cb2349", + "id": "e638f4e4-a9bf-4ddf-8c65-197c004b9970", "name": "Distance Matrix API", "description": { "content": "", @@ -1215,7 +1215,7 @@ }, "item": [ { - "id": "16a3b180-2ed8-467b-a061-c0507945d93e", + "id": "64f8358e-68d5-463a-89d4-ba1c372d558a", "name": "distance Matrix", "request": { "name": "distance Matrix", @@ -1283,7 +1283,7 @@ "disabled": false, "key": "mode", "value": "", - "description": "For the calculation of distances and directions, you may specify the transportation mode to use. By default, `DRIVING` mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:\n\n* `driving` (default) indicates standard driving directions or distance using the road network.\n* `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available).\n* `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available).\n* `transit` requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`.\n\n
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    \n" + "description": "For the calculation of distances and directions, you may specify the transportation mode to use. By default, `DRIVING` mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:\n\n* `driving` (default) indicates standard driving directions or distance using the road network.\n* `walking` requests walking directions or distance via pedestrian paths & sidewalks (where available).\n* `bicycling` requests bicycling directions or distance via bicycle paths & preferred streets (where available).\n* `transit` requests directions or distance via public transit routes (where available). Transit trips are available for up to 7 days in the past or 100 days in the future. If you set the mode to transit, you can optionally specify either a `departure_time` or an `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time). You can also optionally include a `transit_mode` and/or a `transit_routing_preference`. \n\n
    Note: Both walking and bicycling directions may sometimes not include clear pedestrian or bicycling paths, so these directions will return warnings in the returned result which you must display to the user.
    \n" }, { "disabled": false, @@ -1323,7 +1323,7 @@ }, "response": [ { - "id": "d5f49a5d-1901-4123-9000-cfd57a6a6fc6", + "id": "6f0af8fb-47c9-4002-b43c-70a3c1fa44c7", "name": "200 OK", "originalRequest": { "url": { @@ -1420,7 +1420,7 @@ "event": [] }, { - "id": "a681fcd8-e13c-4e0a-90fa-e584c5f46f00", + "id": "53839fa4-4a55-4878-b0f1-d8cc85e1bc30", "name": "Places API", "description": { "content": "", @@ -1428,7 +1428,7 @@ }, "item": [ { - "id": "b958d3a0-ac5c-4429-af17-21ce1dd23dbc", + "id": "7c942c34-971c-44ac-85f6-e3a7c298823d", "name": "place Details", "request": { "name": "place Details", @@ -1507,7 +1507,7 @@ }, "response": [ { - "id": "72dcba2b-49f2-46e8-928c-2c5ac84a9ae8", + "id": "70484c6a-5d50-4506-8a0d-d453107dcd02", "name": "200 OK", "originalRequest": { "url": { @@ -1582,7 +1582,7 @@ } }, { - "id": "9fd21fab-0a14-410d-a789-a40a2908e4e7", + "id": "55abe0ef-5970-4ada-9161-d3b77af71d9a", "name": "find Place From Text", "request": { "name": "find Place From Text", @@ -1649,7 +1649,7 @@ }, "response": [ { - "id": "db861e22-6f69-4eba-8de9-91248f8c984b", + "id": "5a01ae28-469b-40b2-bf60-986fd7c7de25", "name": "200 OK", "originalRequest": { "url": { @@ -1716,7 +1716,7 @@ } }, { - "id": "48354577-ea3c-4f45-b6b5-0981df31c89f", + "id": "8c5df305-d196-426f-9956-0d17abfbe978", "name": "nearby Search", "request": { "name": "nearby Search", @@ -1819,7 +1819,7 @@ }, "response": [ { - "id": "96fc53eb-d46f-4179-842e-f3b02d459b84", + "id": "9e927f28-1791-4003-83b4-7f6b222cc732", "name": "200 OK", "originalRequest": { "url": { @@ -1910,7 +1910,7 @@ } }, { - "id": "67fcda64-7dfc-4219-8fa3-fc578b174767", + "id": "18a0db04-f8aa-4d0c-a3ec-a15df3d9da01", "name": "text Search", "request": { "name": "text Search", @@ -2007,7 +2007,7 @@ }, "response": [ { - "id": "0ec055b1-1345-4692-8814-a57a1eff2b0c", + "id": "a9f74d1d-0194-413c-9062-c6291d31232e", "name": "200 OK", "originalRequest": { "url": { @@ -2094,7 +2094,7 @@ } }, { - "id": "e2445d8b-7fea-4958-bda1-75c7cc393ee3", + "id": "d9dfd8c3-9b75-40f0-aef4-69339150bea1", "name": "place Photo", "request": { "name": "place Photo", @@ -2148,7 +2148,7 @@ }, "response": [ { - "id": "e4094fa4-2fe8-4d89-923b-c5f7571fc1e7", + "id": "75c58eac-a59c-43e3-b394-68a182cb1179", "name": "200 OK", "originalRequest": { "url": { @@ -2195,7 +2195,7 @@ "value": "image/*" } ], - "body": "in dolor ea", + "body": "in id ipsum pariatur exercitation", "cookie": [], "_postman_previewlanguage": "text" } @@ -2206,7 +2206,7 @@ } }, { - "id": "58263ce8-a61c-4705-8ad8-f987a335edda", + "id": "98eaff62-0347-4e8c-9ab8-70e7df2281fe", "name": "query Autocomplete", "request": { "name": "query Autocomplete", @@ -2273,7 +2273,7 @@ }, "response": [ { - "id": "1cf8db4f-d5d2-4209-8097-64c1097022d0", + "id": "5e4fdc47-ab75-4794-8957-96abcdd96460", "name": "200 OK", "originalRequest": { "url": { @@ -2340,7 +2340,7 @@ } }, { - "id": "cf0f122d-44cd-467b-b2ad-d7c7ef74a348", + "id": "d9f9373e-8fdf-4889-bcd9-ce3287a5ef4a", "name": "autocomplete", "request": { "name": "autocomplete", @@ -2455,7 +2455,7 @@ }, "response": [ { - "id": "ee3d37f7-83e1-497f-81b0-94c6452a4b7d", + "id": "eda67f90-1bfe-4274-891a-2a092211ee83", "name": "200 OK", "originalRequest": { "url": { @@ -2557,7 +2557,7 @@ "event": [] }, { - "id": "adb6fa69-0e7a-467e-bda5-a4f10bab852c", + "id": "26a6b054-a01d-472c-8877-2ab6e20f4847", "name": "Street View API", "description": { "content": "", @@ -2565,7 +2565,7 @@ }, "item": [ { - "id": "163efce8-a948-4b47-b858-7bbe97af372a", + "id": "f400ea22-5242-498b-94b1-7b49f1384ccc", "name": "street View", "request": { "name": "street View", @@ -2660,7 +2660,7 @@ }, "response": [ { - "id": "99ac4cf6-29d5-4a92-b791-fe4f6755aa7e", + "id": "71bd5725-a695-49b3-a9e8-844b6058aec6", "name": "200 OK", "originalRequest": { "url": { @@ -2734,7 +2734,7 @@ "value": "image/*" } ], - "body": "in dolor ea", + "body": "in id ipsum pariatur exercitation", "cookie": [], "_postman_previewlanguage": "text" } @@ -2745,7 +2745,7 @@ } }, { - "id": "e8c81011-d306-451b-90be-3f88f2151541", + "id": "d95e9f0e-63ae-4a31-a4ea-9584610bedda", "name": "street View Metadata", "request": { "name": "street View Metadata", @@ -2835,7 +2835,7 @@ }, "response": [ { - "id": "dbdb5bbb-a8d9-46e5-bf7a-320fde31cbc7", + "id": "d8e8f5e3-7d1d-4d73-971b-1780975f4e96", "name": "200 OK", "originalRequest": { "url": { @@ -2946,7 +2946,7 @@ ] }, "info": { - "_postman_id": "0a021a45-088c-42dc-9a00-1643f6dd5a93", + "_postman_id": "9a634b39-8ea8-4355-a5f7-31550075e2ed", "name": "Google Maps Platform", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {