{"info":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","description":"<html><head></head><body><p>API Specification for Google Maps Platform</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"19970217","collectionId":"2c3afa03-4d9b-41ce-b234-27624b8d7053","publishedId":"UVsLQ5vP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"EF5B25"},"publishDate":"2022-03-22T23:58:27.000Z"},"item":[{"name":"Places API","item":[{"name":"Find Place From Text","id":"58749ae8-7a87-41a2-8b39-536ac067e452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/findplacefromtext/json?fields=business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,opening_hours,price_level,rating,user_ratings_total&input=White House&inputtype=textquery&language=en","description":"<p>A Find Place request takes a text input and returns a place. The input can be any kind of Places text data, such as a name, address, or phone number. The request must be a string. A Find Place request using non-string data such as a lat/lng coordinate or plus code generates an error.</p>\n<div class=\"note\">Note: If you omit the fields parameter from a Find Place request, only the place_id for the result will be returned.</div>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","findplacefromtext","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>Caution: Place Search requests and Place Details requests do not return the same fields. Place Search requests return a subset of the fields that are returned by Place Details requests. If the field you want is not returned by Place Search, you can use Place Search to get a place_id, then use that Place ID to make a Place Details request. For more information on the fields that are unavailable in a Place Search request, see <a href=\"https://developers.google.com/maps/documentation/places/web-service/place-data-fields#places-api-fields-support\">Places API fields support</a>.</p>\n<p>Use the fields parameter to specify a comma-separated list of place data types to return. For example: <code>fields=formatted_address,name,geometry</code>. Use a forward slash when specifying compound values. For example: <code>opening_hours/open_now</code>.</p>\n<p>Fields are divided into three billing categories: Basic, Contact, and Atmosphere. Basic fields are billed at base rate, and incur no additional charges. Contact and Atmosphere fields are billed at a higher rate. See the <a href=\"https://cloud.google.com/maps-platform/pricing/sheet/\">pricing sheet</a> for more information. Attributions, <code>html_attributions</code>, are always returned with every call, regardless of whether the field has been requested.</p>\n<p><strong>Basic</strong></p>\n<p>The Basic category includes the following fields: <code>address_component</code>, <code>adr_address</code>, <code>business_status</code>, <code>formatted_address</code>, <code>geometry</code>, <code>icon</code>, <code>icon_mask_base_uri</code>, <code>icon_background_color</code>, <code>name</code>, <code>permanently_closed</code> (<a href=\"https://developers.google.com/maps/deprecations\">deprecated</a>), <code>photo</code>, <code>place_id</code>, <code>plus_code</code>, <code>type</code>, <code>url</code>, <code>utc_offset</code>, <code>vicinity</code>.</p>\n<p><strong>Contact</strong></p>\n<p>The Contact category includes the following fields: <code>formatted_phone_number</code>, <code>international_phone_number</code>, <code>opening_hours</code>, <code>website</code></p>\n<p><strong>Atmosphere</strong></p>\n<p>The Atmosphere category includes the following fields: <code>price_level</code>, <code>rating</code>, <code>review</code>, <code>user_ratings_total</code>.</p>\n","type":"text/plain"},"key":"fields","value":"business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,opening_hours,price_level,rating,user_ratings_total"},{"description":{"content":"<p>(Required) Text input that identifies the search target, such as a name, address, or phone number. The input must be a string. Non-string input such as a lat/lng coordinate or plus code generates an error.</p>\n","type":"text/plain"},"key":"input","value":"White House"},{"description":{"content":"<p>(Required) The type of input. This can be one of either <code>textquery</code> or <code>phonenumber</code>. Phone numbers must be in international format (prefixed by a plus sign (\"+\"), followed by the country code, then the phone number itself). See <a href=\"https://en.wikipedia.org/wiki/E.164\">E.164 ITU recommendation</a> for more information.</p>\n","type":"text/plain"},"key":"inputtype","value":"textquery"},{"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"},{"disabled":true,"description":{"content":"<p>Prefer results in a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle. If this parameter is not specified, the API uses IP address biasing by default.</p>\n<ul>\n<li>IP bias: Instructs the API to use IP address biasing. Pass the string <code>ipbias</code> (this option has no additional parameters).</li>\n<li>Point: A single lat/lng coordinate. Use the following format: <code>point:lat,lng</code>.</li>\n<li>Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: <code>circle:radius@lat,lng</code>.</li>\n<li>Rectangular: A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle. Use the following format:<code>rectangle:south,west|north,east</code>. Note that east/west values are wrapped to the range -180, 180, and north/south values are clamped to the range -90, 90.</li>\n</ul>\n","type":"text/plain"},"key":"locationbias","value":"<string>"}],"variable":[]}},"response":[{"id":"8bddd29e-ae25-45a0-8e1a-765749b81594","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/findplacefromtext/json?fields=business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,opening_hours,price_level,rating,user_ratings_total&input=White House&inputtype=textquery&language=en","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","place","findplacefromtext","json"],"query":[{"key":"fields","value":"business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,opening_hours,price_level,rating,user_ratings_total","description":"Caution: Place Search requests and Place Details requests do not return the same fields. Place Search requests return a subset of the fields that are returned by Place Details requests. If the field you want is not returned by Place Search, you can use Place Search to get a place_id, then use that Place ID to make a Place Details request. For more information on the fields that are unavailable in a Place Search request, see <a href=\"https://developers.google.com/maps/documentation/places/web-service/place-data-fields#places-api-fields-support\">Places API fields support</a>.</div>\n\nUse the fields parameter to specify a comma-separated list of place data types to return. For example: `fields=formatted_address,name,geometry`. Use a forward slash when specifying compound values. For example: `opening_hours/open_now`.\n\nFields are divided into three billing categories: Basic, Contact, and Atmosphere. Basic fields are billed at base rate, and incur no additional charges. Contact and Atmosphere fields are billed at a higher rate. See the [pricing sheet](https://cloud.google.com/maps-platform/pricing/sheet/) for more information. Attributions, `html_attributions`, are always returned with every call, regardless of whether the field has been requested.\n\n**Basic**\n\nThe Basic category includes the following fields: `address_component`, `adr_address`, `business_status`, `formatted_address`, `geometry`, `icon`, `icon_mask_base_uri`, `icon_background_color`, `name`, `permanently_closed` ([deprecated](https://developers.google.com/maps/deprecations)), `photo`, `place_id`, `plus_code`, `type`, `url`, `utc_offset`, `vicinity`.\n\n**Contact**\n\nThe Contact category includes the following fields: `formatted_phone_number`, `international_phone_number`, `opening_hours`, `website`\n\n**Atmosphere**\n\nThe Atmosphere category includes the following fields: `price_level`, `rating`, `review`, `user_ratings_total`.\n"},{"key":"input","value":"White House","description":"(Required) Text input that identifies the search target, such as a name, address, or phone number. The input must be a string. Non-string input such as a lat/lng coordinate or plus code generates an error.\n"},{"key":"inputtype","value":"textquery","description":"(Required) The type of input. This can be one of either `textquery` or `phonenumber`. Phone numbers must be in international format (prefixed by a plus sign (\"+\"), followed by the country code, then the phone number itself). See [E.164 ITU recommendation](https://en.wikipedia.org/wiki/E.164) for more information.\n"},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian."},{"key":"locationbias","value":"<string>","description":"Prefer results in a specified area, by specifying either a radius plus lat/lng, or two lat/lng pairs representing the points of a rectangle. If this parameter is not specified, the API uses IP address biasing by default.\n- IP bias: Instructs the API to use IP address biasing. Pass the string `ipbias` (this option has no additional parameters).\n- Point: A single lat/lng coordinate. Use the following format: `point:lat,lng`.\n- Circular: A string specifying radius in meters, plus lat/lng in decimal degrees. Use the following format: `circle:radius@lat,lng`.\n- Rectangular: A string specifying two lat/lng pairs in decimal degrees, representing the south/west and north/east points of a rectangle. Use the following format:`rectangle:south,west|north,east`. Note that east/west values are wrapped to the range -180, 180, and north/south values are clamped to the range -90, 90.\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:37:45 GMT"},{"key":"Expires","value":"Fri, 11 Mar 2022 19:42:45 GMT"},{"key":"Cache-Control","value":"public, max-age=300"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"Content-Length","value":"892"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=454"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"candidates\": [\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"formatted_address\": \"1600 Pennsylvania Avenue NW, Washington, DC 20500, United States\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976763,\n                    \"lng\": -77.0365298\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150685,\n                        \"lng\": -77.03520167010727\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89639945,\n                        \"lng\": -77.03790132989272\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n            \"name\": \"The White House\",\n            \"opening_hours\": {},\n            \"photos\": [\n                {\n                    \"height\": 3024,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/106682029730531772251\\\">Ray Verdecia</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uECdaTCrQyxkDFjDhTMa1HJ_a-pwEQPo7zFmr187FXSoN2QzI08bGMwlRqsewtJgaj-GwHgASdxHZ5O02Bp_PpRIJc8nSwG5Fv6v1JrUw2R6wWJwaMxPUuROPP1_dU78Yv8gL-A3YD6cN67LmivgNF0v7cJl9QVjiZ_dRj0BuJZQGez1\",\n                    \"width\": 4032\n                }\n            ],\n            \"place_id\": \"ChIJ37HL3ry3t4kRv3YLbdhpWXE\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+39 Washington, District of Columbia\",\n                \"global_code\": \"87C4VXX7+39\"\n            },\n            \"rating\": 4,\n            \"types\": [\n                \"tourist_attraction\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 1\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"58749ae8-7a87-41a2-8b39-536ac067e452"},{"name":"Place Details","id":"926cb92e-6dca-4078-86dc-9ba8129c40a2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/details/json?place_id=ChIJ37HL3ry3t4kRv3YLbdhpWXE&fields=address_component,adr_address,business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,url,utc_offset,vicinity,formatted_phone_number,international_phone_number,opening_hours,website,price_level,rating,review,user_ratings_total&sessiontoken=<string>&language=en&region=en","description":"<p>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.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","details","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>Example place_id for the white house</p>\n","type":"text/plain"},"key":"place_id","value":"ChIJ37HL3ry3t4kRv3YLbdhpWXE"},{"description":{"content":"<p>All permitted fields</p>\n","type":"text/plain"},"key":"fields","value":"address_component,adr_address,business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,url,utc_offset,vicinity,formatted_phone_number,international_phone_number,opening_hours,website,price_level,rating,review,user_ratings_total"},{"key":"sessiontoken","value":"<string>"},{"key":"language","value":"en"},{"key":"region","value":"en"}],"variable":[]}},"response":[{"id":"181f4147-a036-464b-8ccb-50c4777b8d00","name":"200 OK","originalRequest":{"method":"GET","header":[],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"json"}}},"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/details/json?place_id=ChIJ37HL3ry3t4kRv3YLbdhpWXE&fields=address_component,adr_address,business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,url,utc_offset,vicinity,formatted_phone_number,international_phone_number,opening_hours,website,price_level,rating,review,user_ratings_total&language=en&region=en","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","place","details","json"],"query":[{"key":"place_id","value":"ChIJ37HL3ry3t4kRv3YLbdhpWXE","description":"Example place_id for the white house"},{"key":"fields","value":"address_component,adr_address,business_status,formatted_address,geometry,icon,icon_mask_base_uri,icon_background_color,name,permanently_closed,photo,place_id,plus_code,type,url,utc_offset,vicinity,formatted_phone_number,international_phone_number,opening_hours,website,price_level,rating,review,user_ratings_total","description":"All permitted fields"},{"key":"sessiontoken","value":"<string>","disabled":true},{"key":"language","value":"en"},{"key":"region","value":"en"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:30:59 GMT"},{"key":"Expires","value":"Fri, 11 Mar 2022 19:35:59 GMT"},{"key":"Cache-Control","value":"public, max-age=300"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"Content-Length","value":"3161"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=76"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"html_attributions\": [],\n    \"result\": {\n        \"address_components\": [\n            {\n                \"long_name\": \"1600\",\n                \"short_name\": \"1600\",\n                \"types\": [\n                    \"street_number\"\n                ]\n            },\n            {\n                \"long_name\": \"Pennsylvania Avenue Northwest\",\n                \"short_name\": \"Pennsylvania Avenue NW\",\n                \"types\": [\n                    \"route\"\n                ]\n            },\n            {\n                \"long_name\": \"Northwest Washington\",\n                \"short_name\": \"Northwest Washington\",\n                \"types\": [\n                    \"neighborhood\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"Washington\",\n                \"short_name\": \"Washington\",\n                \"types\": [\n                    \"locality\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"District of Columbia\",\n                \"short_name\": \"DC\",\n                \"types\": [\n                    \"administrative_area_level_1\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"United States\",\n                \"short_name\": \"US\",\n                \"types\": [\n                    \"country\",\n                    \"political\"\n                ]\n            },\n            {\n                \"long_name\": \"20500\",\n                \"short_name\": \"20500\",\n                \"types\": [\n                    \"postal_code\"\n                ]\n            }\n        ],\n        \"adr_address\": \"<span class=\\\"street-address\\\">1600 Pennsylvania Avenue NW</span>, <span class=\\\"locality\\\">Washington</span>, <span class=\\\"region\\\">DC</span> <span class=\\\"postal-code\\\">20500</span>, <span class=\\\"country-name\\\">USA</span>\",\n        \"business_status\": \"OPERATIONAL\",\n        \"formatted_address\": \"1600 Pennsylvania Avenue NW, Washington, DC 20500, USA\",\n        \"formatted_phone_number\": \"(202) 456-1111\",\n        \"geometry\": {\n            \"location\": {\n                \"lat\": 38.8976763,\n                \"lng\": -77.0365298\n            },\n            \"viewport\": {\n                \"northeast\": {\n                    \"lat\": 38.90150685,\n                    \"lng\": -77.03520251970849\n                },\n                \"southwest\": {\n                    \"lat\": 38.89639945,\n                    \"lng\": -77.0379004802915\n                }\n            }\n        },\n        \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n        \"icon_background_color\": \"#7B9EB0\",\n        \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n        \"international_phone_number\": \"+1 202-456-1111\",\n        \"name\": \"The White House\",\n        \"photos\": [\n            {\n                \"height\": 3024,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/106682029730531772251\\\">Ray Verdecia</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEBC1PrHaMZI8t7P5xeDRG_AKgtgUFv_U0kW92pTcWXEMwYPeZMuxJtq5t5iLj4t6N11kbgU76SvI6JuFJsYaOx7CYnZEv_cWE8RosN8wBHWQVZnwm4dSMVqbwKYOxs59l4Hu2tbkzqvoitO7Ym95fmh3aYrVTa9Ec0WShKP_EAbsqpW\",\n                \"width\": 4032\n            },\n            {\n                \"height\": 2249,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/105787856450685617563\\\">Amos Kairouz</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEDCC0tto5zmhdyTNjnx8WiC9HjXipRNTsBBR2zHX12jBHg3Svae_eVS8Uk2HlTzpMrNm8u79vSRapL4nxNu-2JGarOzDoGP451ktaaTh_GvrhePp-ruWjVNfMNiDYN2EcD6FElyHHdSpLYV_npDkGMBWnH3LCx7TElvMpZhuu7za529\",\n                \"width\": 3410\n            },\n            {\n                \"height\": 3456,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/114280554421702565965\\\">Christian M</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEDWyjiUMHMObqVmCXFZFYAU_l-KwCqarII3vE1IwuCWeDfVeMV_JkvCtxpnjmMlWTYCMfebetg1CTxnvhfpQO8xVDi_gmvK3tmU_oehVSzfK-JL5Tl_mKVtQ_fvegGBXd6U_UF5u376xDXp-O2c32jemIKPaUE7CnNojp2obDTgJKny\",\n                \"width\": 4608\n            },\n            {\n                \"height\": 4608,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/114280554421702565965\\\">Christian M</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEAcf8ZSqKUojG_36sRCgJxdJvNQ_n3ed3ZA8tXD-ibGKOYx-a8Aj3cQqB4b2skYs0LW1r_qXeRap-FcKi82NZxJS105JWsb9Z5NkEBVib0sweXwJGjlUNBNW6tq6UkRPLBR24hbm8SH6x5gxk9_WDRJJFUpQFpPqNRHRamK9Em-I09u\",\n                \"width\": 3456\n            },\n            {\n                \"height\": 440,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/118151177936578683019\\\">ابن المليك</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEBgJwbeUlhTeAFn2RXws4HmW0WSvlDx6KPIHA51wEO4-2tje-WnncDAzD-criJ1stytztRuEtutkutKEkdFjcDtm_pje7FQxNTuEkQX8WLC3crFEHjPPPpPHWxVimarL5m1rp0u88bTskHTRc3bBQ-Y49Rs5EGSzpO4298mUo0ncWUD\",\n                \"width\": 592\n            },\n            {\n                \"height\": 1052,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/107477701409667167888\\\">Jimoh Idris ola</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEAoobaqdhu-piUN-shQoWbbOGrEIyEV--zbjD6gZ-MABNIGrNuB86mgWB_u-TCHT_7n3mLtRQOk4NUGYFUzl-R2Mtd1Z3DMKsC76SklThvzvTU8o2zOXng9VoVy7mg76kSW1kajnqoSl-7J0hSdWLwWcMqZuaMAaHKAfvUptLxYVyMR\",\n                \"width\": 828\n            },\n            {\n                \"height\": 3846,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/111069803868704371412\\\">Wright Cox</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEBu0RQbaUQOhjxnPkHEFFBveDeFKXFH2lz8gY_EGcycKb5O8Rz0e8SLWygt6FpLug5IeN_rcqf75VcSOIqdAcGLXuHkBMgW52Ra8HPknRiR-W7SAIJph1PeaTfwjY4YS7STQNTFbx7DLzLQIJnkjuQ1myqfPcFZ2baB_feFrPcIa4Y\",\n                \"width\": 7136\n            },\n            {\n                \"height\": 2268,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/102955034369599537354\\\">Steevens Placide</a>\"\n                ],\n                \"photo_reference\": \"Aap_uEA3W8kZnWHjdTG_6JtVk3-7_fYYPfUBDMDRACKbS-cBC9QI_2A5vhQuee8x88OqlTYr0tMtQYNX0az--UDxUQ3edIk8Gn0HnGrUtzT-dHc7UZcmFfcCFArqvpttvrWi5WZ6jFf4HdWCYyMFsS-bL0O2ZFCtAScdCMO8r3OUlJGLcK8X\",\n                \"width\": 4032\n            },\n            {\n                \"height\": 421,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/111345135143151138711\\\">mehrdad masoumi</a>\"\n                ],\n                \"photo_reference\": \"Aap_uECspkjJA6n-E7YhQHn1vn2uqUOuqXfIDP9SBB2zvXgMz0-Fx-Kend7ctyTB5hvPDOrdeBezQaYw4w5aV5rJXJAYwBgzJbyAhBKBXLohk7QZLLuOResuM-2H6CRkBs_nHLtlz99SobKbBsiuWetiacPmRhxsnMvOeqSt46KcpIwF7bzi\",\n                \"width\": 747\n            },\n            {\n                \"height\": 500,\n                \"html_attributions\": [\n                    \"<a href=\\\"https://maps.google.com/maps/contrib/117209569388239079730\\\">Dennison Paul</a>\"\n                ],\n                \"photo_reference\": \"Aap_uED693rTN97ILUaaofYcbtPiIP6tbrGtUw2Rp6E33UewOcxgfRpsHWHH1Yh4OIHz0LeZZWg9nRlOMTVDb0hRxw9JqaprX4zGfrNI9CtQ2NDptEit9p2GhCMe7fOP2NK1sbFZMA2byByMlkmta4rCKmHjUPJyhGEBSB-6mCqbeH6R4t9O\",\n                \"width\": 750\n            }\n        ],\n        \"place_id\": \"ChIJ37HL3ry3t4kRv3YLbdhpWXE\",\n        \"plus_code\": {\n            \"compound_code\": \"VXX7+39 Washington, DC, USA\",\n            \"global_code\": \"87C4VXX7+39\"\n        },\n        \"price_level\": 0,\n        \"rating\": 4,\n        \"reviews\": [\n            {\n                \"author_name\": \"D D\",\n                \"author_url\": \"https://www.google.com/maps/contrib/107597486613257614172/reviews\",\n                \"language\": \"en\",\n                \"profile_photo_url\": \"https://lh3.googleusercontent.com/a/AATXAJyh1jIVsvux4OvSpdZN08Ai5bogDrk0T8hjACXf=s128-c0x00000000-cc-rp-mo-ba7\",\n                \"rating\": 4,\n                \"relative_time_description\": \"3 years ago\",\n                \"text\": \"Well shielded. But you can take a photo with the building in the background ...\",\n                \"time\": 1537408329\n            }\n        ],\n        \"types\": [\n            \"tourist_attraction\",\n            \"point_of_interest\",\n            \"establishment\"\n        ],\n        \"url\": \"https://maps.google.com/?cid=8167675777476425407\",\n        \"user_ratings_total\": 1,\n        \"utc_offset\": -300,\n        \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\",\n        \"website\": \"https://www.whitehouse.gov\"\n    },\n    \"status\": \"OK\"\n}"}],"_postman_id":"926cb92e-6dca-4078-86dc-9ba8129c40a2"},{"name":"Nearby Search","id":"356f5277-7d37-4d9a-b679-33e15955b511","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/nearbysearch/json?location=38.8976763,-77.0365298&radius=100&language=en","description":"<p>A Nearby Search lets you search for places within a specified area. You can refine your search request by supplying keywords or specifying the type of place you are searching for.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","nearbysearch","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>(Required) The point around which to retrieve place information. This must be specified as <code>latitude,longitude</code>.</p>\n","type":"text/plain"},"key":"location","value":"38.8976763,-77.0365298"},{"description":{"content":"<p>Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a <code>location</code> and a <code>radius</code> parameter. Doing so instructs the Places service to <em>prefer</em> showing results within that circle; results outside of the defined area may still be displayed.</p>\n<p>The radius will automatically be clamped to a maximum value depending on the type of search and other parameters.</p>\n<ul>\n<li>Autocomplete: 50,000 meters</li>\n<li>Nearby Search: <ul>\n<li>with <code>keyword</code> or <code>name</code>: 50,000 meters</li>\n<li>without <code>keyword</code> or <code>name</code><ul>\n<li>Up to 50,000 meters, adjusted dynamically based on area density, independent of <code>rankby</code> parameter.</li>\n<li>When using <code>rankby=distance</code>, the radius parameter will not be accepted, and will result in an <code>INVALID_REQUEST</code>.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Query Autocomplete: 50,000 meters</li>\n<li>Text Search: 50,000 meters</li>\n</ul>\n","type":"text/plain"},"key":"radius","value":"100"},{"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"},{"disabled":true,"description":{"content":"<p>A term to be matched against all content that Google has indexed for this place, including but not limited to name and type, as well as customer reviews and other third-party content.</p>\n<p>Explicitly including location information using this parameter may conflict with the location, radius, and rankby parameters, causing unexpected results.</p>\n<p>If this parameter is omitted, places with a business_status of CLOSED_TEMPORARILY or CLOSED_PERMANENTLY will not be returned.</p>\n","type":"text/plain"},"key":"keyword","value":"<string>"},{"disabled":true,"description":{"content":"<p>Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.</p>\n","type":"text/plain"},"key":"maxprice","value":"<string>"},{"disabled":true,"description":{"content":"<p>Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.</p>\n","type":"text/plain"},"key":"minprice","value":"<string>"},{"disabled":true,"description":{"content":"<p><em>Not Recommended</em> A term to be matched against all content that Google has indexed for this place. Equivalent to <code>keyword</code>. The <code>name</code> field is no longer restricted to place names. Values in this field are combined with values in the keyword field and passed as part of the same search string. We recommend using only the <code>keyword</code> parameter for all search terms.</p>\n","type":"text/plain"},"key":"name","value":"<string>"},{"disabled":true,"description":{"content":"<p>Returns only those places that are open for business at the time the query is sent. Places that do not specify opening hours in the Google Places database will not be returned if you include this parameter in your query.</p>\n","type":"text/plain"},"key":"opennow","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Returns up to 20 results from a previously run search. Setting a <code>pagetoken</code> parameter will execute a search with the same parameters used previously — all parameters other than pagetoken will be ignored.</p>\n","type":"text/plain"},"key":"pagetoken","value":"<string>"},{"disabled":true,"description":{"content":"<p>Specifies the order in which results are listed. Possible values are:</p>\n<ul>\n<li><code>prominence</code> (default). This option sorts results based on their importance. Ranking will favor prominent places within the set radius over nearby places that match but that are less prominent. Prominence can be affected by a place's ranking in Google's index, global popularity, and other factors. When prominence is specified, the <code>radius</code> parameter is required.</li>\n<li><code>distance</code>. This option biases search results in ascending order by their distance from the specified location. When <code>distance</code> is specified, one or more of <code>keyword</code>, <code>name</code>, or <code>type</code> is required and <code>radius</code> is disallowed.</li>\n</ul>\n","type":"text/plain"},"key":"rankby","value":"<string>"},{"disabled":true,"description":{"content":"<p>Restricts the results to places matching the specified type. Only one type may be specified. If more than one type is provided, all types following the first entry are ignored.</p>\n<ul>\n<li><code>type=hospital|pharmacy|doctor</code> becomes <code>type=hospital</code></li>\n<li><code>type=hospital,pharmacy,doctor</code> is ignored entirely</li>\n</ul>\n<p>See the list of <a href=\"https://developers.google.com/maps/documentation/places/web-service/supported_types\">supported types</a>.</p>\n<div class=\"note\">Note: Adding both `keyword` and `type` with the same value (`keyword=cafe&amp;type=cafe` or `keyword=parking&amp;type=parking`) can yield `ZERO_RESULTS`.</div>\n","type":"text/plain"},"key":"type","value":"<string>"}],"variable":[]}},"response":[{"id":"45ea8edf-9114-4fe7-83e3-77dc721068e6","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://maps.googleapis.com/maps/api/place/nearbysearch/json?location=38.8976763,-77.0365298&radius=100&language=en","protocol":"https","host":["maps","googleapis","com"],"path":["maps","api","place","nearbysearch","json"],"query":[{"key":"location","value":"38.8976763,-77.0365298","description":"(Required) The point around which to retrieve place information. This must be specified as `latitude,longitude`."},{"key":"radius","value":"100","description":"Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a `location` and a `radius` parameter. Doing so instructs the Places service to _prefer_ showing results within that circle; results outside of the defined area may still be displayed.\n\nThe radius will automatically be clamped to a maximum value depending on the type of search and other parameters.\n\n* Autocomplete: 50,000 meters\n* Nearby Search: \n  * with `keyword` or `name`: 50,000 meters\n  * without `keyword` or `name`\n    * Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.\n    * When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.\n* Query Autocomplete: 50,000 meters\n* Text Search: 50,000 meters\n"},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian."},{"key":"keyword","value":"<string>","description":"A term to be matched against all content that Google has indexed for this place, including but not limited to name and type, as well as customer reviews and other third-party content.\n\nExplicitly including location information using this parameter may conflict with the location, radius, and rankby parameters, causing unexpected results.\n\nIf this parameter is omitted, places with a business_status of CLOSED_TEMPORARILY or CLOSED_PERMANENTLY will not be returned.","disabled":true},{"key":"maxprice","value":"<string>","description":"Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.\n","disabled":true},{"key":"minprice","value":"<string>","description":"Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.\n","disabled":true},{"key":"name","value":"<string>","description":"*Not Recommended* A term to be matched against all content that Google has indexed for this place. Equivalent to `keyword`. The `name` field is no longer restricted to place names. Values in this field are combined with values in the keyword field and passed as part of the same search string. We recommend using only the `keyword` parameter for all search terms.\n","disabled":true},{"key":"opennow","value":"<boolean>","description":"Returns only those places that are open for business at the time the query is sent. Places that do not specify opening hours in the Google Places database will not be returned if you include this parameter in your query.\n","disabled":true},{"key":"pagetoken","value":"<string>","description":"Returns up to 20 results from a previously run search. Setting a `pagetoken` parameter will execute a search with the same parameters used previously — all parameters other than pagetoken will be ignored.\n","disabled":true},{"key":"rankby","value":"<string>","description":"Specifies the order in which results are listed. Possible values are:\n- `prominence` (default). This option sorts results based on their importance. Ranking will favor prominent places within the set radius over nearby places that match but that are less prominent. Prominence can be affected by a place's ranking in Google's index, global popularity, and other factors. When prominence is specified, the `radius` parameter is required.\n- `distance`. This option biases search results in ascending order by their distance from the specified location. When `distance` is specified, one or more of `keyword`, `name`, or `type` is required and `radius` is disallowed.\n","disabled":true},{"key":"type","value":"<string>","description":"Restricts the results to places matching the specified type. Only one type may be specified. If more than one type is provided, all types following the first entry are ignored.\n\n* `type=hospital|pharmacy|doctor` becomes `type=hospital`\n* `type=hospital,pharmacy,doctor` is ignored entirely\n\nSee the list of [supported types](https://developers.google.com/maps/documentation/places/web-service/supported_types).\n<div class=\"note\">Note: Adding both `keyword` and `type` with the same value (`keyword=cafe&type=cafe` or `keyword=parking&type=parking`) can yield `ZERO_RESULTS`.</div>\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:30:14 GMT"},{"key":"Expires","value":"Fri, 11 Mar 2022 19:35:14 GMT"},{"key":"Cache-Control","value":"public, max-age=300"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"Content-Length","value":"4468"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=238"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"html_attributions\": [],\n    \"next_page_token\": \"Aap_uEAUNOcpQebdWsGpAq58XacgEWlHO3FwojG4myBmq5R1biXLBdHgN7AWREyM6Z2BSCBWBE3L-Hfaq1-VUy7LlENk5j2ZxEbVA5Td4YbGdbVaWDEWhsEMIheargSGgLXSAVmEqGQOWYWE7e-mdXFz-XQ4IAahJdqSdhk4pWwky7oGMbpLqPsJwt-zkSW8bZoHPHgCXYOV7wo3tPGU3iUNVSWz0ryLv86lq9y8qJtYVbBvAKzRsyjnP5RvqZ2mykdPqjv7pR671Zx4e0i9MyNj1PPLJUgdQ53fv3LjBYRt2i1164J51m8hd0IuNr_1c5u2J8A0-oP-UznqRcS-1BFLmXx0WWJryh_XIRwLi22CCdnrw2VmuvOsAS936DZ2hlLgX7br8xgym7n6z1xg2NktyrP4xjJInrX9lD2NdgMx-zJnoyZOQeTyosK2F6mcWC6YD_l-bKytCPa96CfL7hh0OWAZkkYcYPik-1ZJfmJ-kbJOEtPDIzKPEZZp49QHun2Hn4yRrTyY_dYbwxJhAc_2N0ZyzN-NXPnrdyzs6a72JyuC2pKzTPHIgEZKihbMSs3azuCIns4mTLBmCFa9Gw-MEsegh7w9iM0O0ZVXEwzlC5jrmSqyYz5UjSwWJ6Ff4WXK8iMKZ9VeOB8jDsOWZntUVA_20rDtVxwNR2ic5WxZ9dq5_ouG_uoPEoBBeW3soD3H4i9NNWACj5cumZ3-mE9QZYahe042\",\n    \"results\": [\n        {\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.9071923,\n                    \"lng\": -77.03687069999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.99586408486675,\n                        \"lng\": -76.90939297542634\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.79164486918658,\n                        \"lng\": -77.11975901361396\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Washington\",\n            \"photos\": [\n                {\n                    \"height\": 650,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/118191693444457936489\\\">Abd Abo naser</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEBt5cH2Uc-Q3qZUdm7366E7_BhVzNSmPW11fyoY8w6qhFoB5A8ggrbjUlR_cnTwAuu1J4XZqDC1kBnokoryM3BRGHXPkUMCkZFpHbtm-Gmik4fRgqilH0O4skzz34RC4Hucv6SydQhO1ev9QnimtVJBQqATPuXtGa2s2Z5M9o9Vfp4Z\",\n                    \"width\": 650\n                }\n            ],\n            \"place_id\": \"ChIJW-T2Wt7Gt4kRKl2I1CJFUsI\",\n            \"reference\": \"ChIJW-T2Wt7Gt4kRKl2I1CJFUsI\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"locality\",\n                \"political\"\n            ],\n            \"vicinity\": \"Washington\"\n        },\n        {\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.8989915302915,\n                        \"lng\": -77.03461125000001\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.8962935697085,\n                        \"lng\": -77.03827985\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"The White House\",\n            \"photos\": [\n                {\n                    \"height\": 1908,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/116394070429759392948\\\">Victor M. Rocha da Fonseca</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEB-ED3Qocg9mspsfrg_bFzvrGrT-rWS3cHABa7YflZ4dDBAgiEvEJiidMFSwOC80KBEVqF2BKdt14hcwC0y5R_ike6Vi5XB3wBCjQz-3CgR5o4qQJE0Jkke3obCw8SivH0wWdu0DYEoSUxY2cS4k5ClalmDGPUyxNOSg0TMmm7_-vyW\",\n                    \"width\": 4032\n                }\n            ],\n            \"place_id\": \"ChIJGVtI4by3t4kRr51d_Qm_x58\",\n            \"reference\": \"ChIJGVtI4by3t4kRr51d_Qm_x58\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"premise\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976763,\n                    \"lng\": -77.0365298\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150685,\n                        \"lng\": -77.03520251970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89639945,\n                        \"lng\": -77.0379004802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n            \"name\": \"The White House\",\n            \"photos\": [\n                {\n                    \"height\": 3024,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/106682029730531772251\\\">Ray Verdecia</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uECm7okG7pGM8JRlzlJa0h-VbV00u2x80JXhURtn9-CwNU4Et9SmDRaKzsvHSY7dgsoHUNpsTKfp_P8MPcsphlAALXJfAUGb_PBu-_NOoRHytIHHGGj9lrtGCtDIBFYkgbMixNyhwZcMXSUmdxtbS2HYx4awzANMJRX9wgpsl3hAZnNm\",\n                    \"width\": 4032\n                }\n            ],\n            \"place_id\": \"ChIJ37HL3ry3t4kRv3YLbdhpWXE\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+39 Washington, DC, USA\",\n                \"global_code\": \"87C4VXX7+39\"\n            },\n            \"price_level\": 0,\n            \"rating\": 4,\n            \"reference\": \"ChIJ37HL3ry3t4kRv3YLbdhpWXE\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"tourist_attraction\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 1,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8975862,\n                    \"lng\": -77.03668709999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90154560000001,\n                        \"lng\": -77.0353323697085\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89626639999999,\n                        \"lng\": -77.03803033029151\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/park-71.png\",\n            \"icon_background_color\": \"#4DB546\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/tree_pinlet\",\n            \"name\": \"The Kennedy Garden\",\n            \"opening_hours\": {\n                \"open_now\": false\n            },\n            \"photos\": [\n                {\n                    \"height\": 400,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/105162594222384689082\\\">MSJ SWAPNIL</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEBkuB8pKkM-yhCNHanNCS1YQmz204oozmJV-Lkk76Y7rM2MJQnNki7BOW19k2CzLv-8dtNrdARWXIcUeP4USI1jy6vNOcYo6aQhTFnUk-5fcJOJr31gK-YaXIiyZV5K6O4XvzExjzGzGpChtYl_e3blSDdruvaKLY-FsUQ5I53XX2QV\",\n                    \"width\": 600\n                }\n            ],\n            \"place_id\": \"ChIJWczlHr23t4kREHRdOu9T52M\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+28 Washington, DC, USA\",\n                \"global_code\": \"87C4VXX7+28\"\n            },\n            \"rating\": 4.8,\n            \"reference\": \"ChIJWczlHr23t4kREHRdOu9T52M\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"tourist_attraction\",\n                \"park\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 25,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8968324,\n                    \"lng\": -77.036512\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90192265,\n                        \"lng\": -77.0351344697085\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89513565,\n                        \"lng\": -77.03783243029152\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/park-71.png\",\n            \"icon_background_color\": \"#4DB546\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/tree_pinlet\",\n            \"name\": \"The White House South Lawn\",\n            \"photos\": [\n                {\n                    \"height\": 1196,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/114593923986764374105\\\">Danny Shorr</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEBbmGu_mgDA8aw4atBopyqYAUFyu_ymH59o9ItFmzhXEfsNeygTFF2q-WLGFWHygMhu1D7xactWe4kKiCALmwUx9wRgcuWO4whzleLPhYRqltZzqKKCY9AHVRcXjYMrxMbqqt9F-sXwh83Fcrz68Hfe-EqMZ_7EgnMG8Zccv27u1k_t\",\n                    \"width\": 1614\n                }\n            ],\n            \"place_id\": \"ChIJF0KW1ry3t4kRAOnE0eYnZFE\",\n            \"plus_code\": {\n                \"compound_code\": \"VXW7+P9 Washington, DC, USA\",\n                \"global_code\": \"87C4VXW7+P9\"\n            },\n            \"rating\": 4.6,\n            \"reference\": \"ChIJF0KW1ry3t4kRAOnE0eYnZFE\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"park\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 5245,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976757,\n                    \"lng\": -77.03652799999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150099999999,\n                        \"lng\": -77.0351366197085\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.8964006,\n                        \"lng\": -77.0378345802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n            \"name\": \"National Security Council\",\n            \"photos\": [\n                {\n                    \"height\": 2268,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/110867428384868781946\\\">Buddy Clark</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEAaipmqVxL02EItufNGO1V4GBy1e-c6bXaShs0ROxnXNMAw0X7pDlESa36909OAPfB5QDZ3Hu-5WlGGiidrjMW47Mr5vORoiYYVPov1mFtGPSvNyMDuX3pO95sXF88IkYneIFEJi9YOovtxY8RwCvryHmW8rdLC8ksvfcPrUszLoM4a\",\n                    \"width\": 4032\n                }\n            ],\n            \"place_id\": \"ChIJE3LX47y3t4kRVqJS9RYQVL0\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+39 Washington, DC, USA\",\n                \"global_code\": \"87C4VXX7+39\"\n            },\n            \"rating\": 3.7,\n            \"reference\": \"ChIJE3LX47y3t4kRVqJS9RYQVL0\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 62,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n            \"name\": \"Vice President's Ceremonial Office\",\n            \"photos\": [\n                {\n                    \"height\": 4898,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/104919622778733464556\\\">Richard Moon</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEBwouCU7VbfnCNylV-OZvF8BwQwPgJH5KPYIa85p3luqTw3es0jUuxbZse8tG7RGPLvKANmsbxQ5tc3lZotBeEkxBcBWi49C-yv_9jk7I-F5s2XI70XjXkXQweBIiMN8DUhkB0gZq9sqKU25_qQyo2PRV5l3qspy7XlFyTca4WR5DRn\",\n                    \"width\": 3265\n                }\n            ],\n            \"place_id\": \"ChIJFXwio7y3t4kRtOGnSUcsHJg\",\n            \"rating\": 3.6,\n            \"reference\": \"ChIJFXwio7y3t4kRtOGnSUcsHJg\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 9,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.897396,\n                    \"lng\": -77.03739209999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.89952779999999,\n                        \"lng\": -77.03635809999999\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.8966854,\n                        \"lng\": -77.0404941\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n            \"name\": \"The Oval Office\",\n            \"photos\": [\n                {\n                    \"height\": 900,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/106640007676833822291\\\">Ali Azak</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEBj1k-ZzKtgN7BKOc4Lem-xIjNIibrIA6vr3s6xCK3xyikqXUSo2_EjOko-Eb2syQwiHPOQmvjDhKj_Ibefnx0_zfqflTsAx-PBmqCkuHyIUkyM_HHrypAbBm8LNG54ZzMQuzlSZ8n2bWMyf7IHv7nv5VKS-8j_CHoZqvrX5-JwStFV\",\n                    \"width\": 1600\n                }\n            ],\n            \"place_id\": \"ChIJ7Rb3wby3t4kRE3hXCf9GcjY\",\n            \"plus_code\": {\n                \"compound_code\": \"VXW7+X2 Washington, DC, USA\",\n                \"global_code\": \"87C4VXW7+X2\"\n            },\n            \"rating\": 5,\n            \"reference\": \"ChIJ7Rb3wby3t4kRE3hXCf9GcjY\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 40,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Asahcreativesolutions.com\",\n            \"place_id\": \"ChIJQbFf4by3t4kRyplp2VhDSk0\",\n            \"reference\": \"ChIJQbFf4by3t4kRyplp2VhDSk0\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\",\n            \"icon_background_color\": \"#4B96F3\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/shopping_pinlet\",\n            \"name\": \"Beautiful-frames\",\n            \"opening_hours\": {\n                \"open_now\": true\n            },\n            \"place_id\": \"ChIJQbFf4by3t4kRWBpRWOmLcAg\",\n            \"reference\": \"ChIJQbFf4by3t4kRWBpRWOmLcAg\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"health\",\n                \"point_of_interest\",\n                \"store\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.8990122802915,\n                        \"lng\": -77.0352249197085\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.8963143197085,\n                        \"lng\": -77.0379228802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Betnext\",\n            \"place_id\": \"ChIJQbFf4by3t4kRqs5GUgFlQ8M\",\n            \"reference\": \"ChIJQbFf4by3t4kRqs5GUgFlQ8M\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Master Marketing\",\n            \"opening_hours\": {\n                \"open_now\": true\n            },\n            \"place_id\": \"ChIJQbFf4by3t4kR4o7gwr7eu6A\",\n            \"reference\": \"ChIJQbFf4by3t4kR4o7gwr7eu6A\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"TYMAQ\",\n            \"opening_hours\": {\n                \"open_now\": true\n            },\n            \"place_id\": \"ChIJQbFf4by3t4kRWHLdE9kaF3k\",\n            \"reference\": \"ChIJQbFf4by3t4kRWHLdE9kaF3k\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Reklam Mekanı\",\n            \"place_id\": \"ChIJQbFf4by3t4kRrHBSNT_Mtv4\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+39 Washington, DC, USA\",\n                \"global_code\": \"87C4VXX7+39\"\n            },\n            \"reference\": \"ChIJQbFf4by3t4kRrHBSNT_Mtv4\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Island Aerial Photography\",\n            \"place_id\": \"ChIJQbFf4by3t4kREjfmvfApBzU\",\n            \"reference\": \"ChIJQbFf4by3t4kREjfmvfApBzU\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Assignment Wizards\",\n            \"place_id\": \"ChIJQbFf4by3t4kRkIQuYNQQTeA\",\n            \"reference\": \"ChIJQbFf4by3t4kRkIQuYNQQTeA\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Akram Hanno\",\n            \"place_id\": \"ChIJQbFf4by3t4kRm0SRhRKu7IM\",\n            \"reference\": \"ChIJQbFf4by3t4kRm0SRhRKu7IM\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150705000001,\n                        \"lng\": -77.03527121970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89638204999999,\n                        \"lng\": -77.0379691802915\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/generic_business-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Zogajo\",\n            \"place_id\": \"ChIJQbFf4by3t4kRDO9SP6Ah6h8\",\n            \"reference\": \"ChIJQbFf4by3t4kRDO9SP6Ah6h8\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976633,\n                    \"lng\": -77.03657389999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.8990083302915,\n                        \"lng\": -77.03563011970849\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.8963103697085,\n                        \"lng\": -77.03832808029149\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/shopping-71.png\",\n            \"icon_background_color\": \"#4B96F3\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/shopping_pinlet\",\n            \"name\": \"iptvone shop\",\n            \"opening_hours\": {\n                \"open_now\": true\n            },\n            \"place_id\": \"ChIJQbFf4by3t4kRjGVdIH33MXo\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+39 Washington, DC, USA\",\n                \"global_code\": \"87C4VXX7+39\"\n            },\n            \"rating\": 5,\n            \"reference\": \"ChIJQbFf4by3t4kRjGVdIH33MXo\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"store\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 2,\n            \"vicinity\": \"1600 Pennsylvania Avenue Northwest, Washington\"\n        },\n        {\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.9380912,\n                    \"lng\": -77.04493269999999\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.99555663085896,\n                        \"lng\": -77.00605973211866\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.88919553960868,\n                        \"lng\": -77.11975023439878\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/geocode-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/generic_pinlet\",\n            \"name\": \"Northwest Washington\",\n            \"photos\": [\n                {\n                    \"height\": 3874,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/117745710291557427388\\\">Josh Bowers</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEAl3xwZYOocaiVVLKWk5Hkoo4nI1kZTUHjwec-Xl3XD8BhHqraW7m9Vdgq7ui4nFAUbZ0vn6I0N8OF4eUHzM7W8dLq1AnaJqJmk1PI7KC-P6tks3q_ygovDa1uxfbqpQ3WSqJinklhgXaM9N4FpUSKdlytBS7zVUS9Wb9LioHGfgZJJ\",\n                    \"width\": 3029\n                }\n            ],\n            \"place_id\": \"ChIJi7U4CaS3t4kR0m_KoPJ00Bw\",\n            \"reference\": \"ChIJi7U4CaS3t4kR0m_KoPJ00Bw\",\n            \"scope\": \"GOOGLE\",\n            \"types\": [\n                \"neighborhood\",\n                \"political\"\n            ],\n            \"vicinity\": \"Fort Lesley J. McNair\"\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"356f5277-7d37-4d9a-b679-33e15955b511"},{"name":"Text Search","id":"86abc159-bafa-437e-960c-c9b907f1648b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/textsearch/json?query=White House","description":"<p>The Google Places API Text Search Service is a web service that returns information about a set of places based on a string — for example \"pizza in New York\" or \"shoe stores near Ottawa\" or \"123 Main Street\". The service responds with a list of places matching the text string and any location bias that has been set.</p>\n<p>The service is especially useful for making <a href=\"https://developers.google.com/maps/documentation/geocoding/best-practices\">ambiguous address</a> queries in an automated system, and non-address components of the string may match businesses as well as addresses. Examples of ambiguous address queries are incomplete addresses, poorly formatted addresses, or a request that includes non-address components such as business names.</p>\n<p>The search response will include a list of places. You can send a Place Details request for more information about any of the places in the response.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","textsearch","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>(Required) The text string on which to search, for example: \"restaurant\" or \"123 Main Street\". The Google Places service will return candidate matches based on this string and order the results based on their perceived relevance.</p>\n","type":"text/plain"},"key":"query","value":"White House"},{"disabled":true,"description":{"content":"<p>The point around which to retrieve place information. This must be specified as <code>latitude,longitude</code>. </p>\n<div class=\"note\">The <code>location</code> parameter may be overriden if the <code>query</code> contains an explicit location such as <code>Market in Barcelona</code>. Using quotes around the query may also influence the weight given to the <code>location</code> and <code>radius</code>.</div>\n","type":"text/plain"},"key":"location","value":"<string>"},{"disabled":true,"description":{"content":"<p>Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.</p>\n","type":"text/plain"},"key":"maxprice","value":"<string>"},{"disabled":true,"description":{"content":"<p>Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.</p>\n","type":"text/plain"},"key":"minprice","value":"<string>"},{"disabled":true,"description":{"content":"<p>Returns only those places that are open for business at the time the query is sent. Places that do not specify opening hours in the Google Places database will not be returned if you include this parameter in your query.</p>\n","type":"text/plain"},"key":"opennow","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Returns up to 20 results from a previously run search. Setting a <code>pagetoken</code> parameter will execute a search with the same parameters used previously — all parameters other than pagetoken will be ignored.</p>\n","type":"text/plain"},"key":"pagetoken","value":"<string>"},{"disabled":true,"description":{"content":"<p>Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a <code>location</code> and a <code>radius</code> parameter. Doing so instructs the Places service to <em>prefer</em> showing results within that circle; results outside of the defined area may still be displayed.</p>\n<p>The radius will automatically be clamped to a maximum value depending on the type of search and other parameters.</p>\n<ul>\n<li>Autocomplete: 50,000 meters</li>\n<li>Nearby Search: <ul>\n<li>with <code>keyword</code> or <code>name</code>: 50,000 meters</li>\n<li>without <code>keyword</code> or <code>name</code><ul>\n<li>Up to 50,000 meters, adjusted dynamically based on area density, independent of <code>rankby</code> parameter.</li>\n<li>When using <code>rankby=distance</code>, the radius parameter will not be accepted, and will result in an <code>INVALID_REQUEST</code>.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Query Autocomplete: 50,000 meters</li>\n<li>Text Search: 50,000 meters</li>\n</ul>\n","type":"text/plain"},"key":"radius","value":"<number>"},{"disabled":true,"description":{"content":"<p>Restricts the results to places matching the specified type. Only one type may be specified. If more than one type is provided, all types following the first entry are ignored.</p>\n<ul>\n<li><code>type=hospital|pharmacy|doctor</code> becomes <code>type=hospital</code></li>\n<li><code>type=hospital,pharmacy,doctor</code> is ignored entirely</li>\n</ul>\n<p>See the list of <a href=\"https://developers.google.com/maps/documentation/places/web-service/supported_types\">supported types</a>.</p>\n<div class=\"note\">Note: Adding both `keyword` and `type` with the same value (`keyword=cafe&amp;type=cafe` or `keyword=parking&amp;type=parking`) can yield `ZERO_RESULTS`.</div>\n","type":"text/plain"},"key":"type","value":"<string>"},{"disabled":true,"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"},{"disabled":true,"description":{"content":"<p>The region code, specified as a <a href=\"https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains\">ccTLD (\"top-level domain\")</a> two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is \"uk\" (.co.uk) while its ISO 3166-1 code is \"gb\" (technically for the entity of \"The United Kingdom of Great Britain and Northern Ireland\").</p>\n","type":"text/plain"},"key":"region","value":"en"}],"variable":[]}},"response":[{"id":"2ad95e1d-cb9e-4b11-b217-51763ccbe367","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/textsearch/json?query=White House","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","place","textsearch","json"],"query":[{"key":"query","value":"White House","description":"(Required) The text string on which to search, for example: \"restaurant\" or \"123 Main Street\". The Google Places service will return candidate matches based on this string and order the results based on their perceived relevance."},{"key":"location","value":"<string>","description":"The point around which to retrieve place information. This must be specified as `latitude,longitude`. \n\n<div class=\"note\">The <code>location</code> parameter may be overriden if the <code>query</code> contains an explicit location such as <code>Market in Barcelona</code>. Using quotes around the query may also influence the weight given to the <code>location</code> and <code>radius</code>.</div>\n","disabled":true},{"key":"maxprice","value":"<string>","description":"Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.\n","disabled":true},{"key":"minprice","value":"<string>","description":"Restricts results to only those places within the specified range. Valid values range between 0 (most affordable) to 4 (most expensive), inclusive. The exact amount indicated by a specific value will vary from region to region.\n","disabled":true},{"key":"opennow","value":"<boolean>","description":"Returns only those places that are open for business at the time the query is sent. Places that do not specify opening hours in the Google Places database will not be returned if you include this parameter in your query.\n","disabled":true},{"key":"pagetoken","value":"<string>","description":"Returns up to 20 results from a previously run search. Setting a `pagetoken` parameter will execute a search with the same parameters used previously — all parameters other than pagetoken will be ignored.\n","disabled":true},{"key":"radius","value":"<number>","description":"Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a `location` and a `radius` parameter. Doing so instructs the Places service to _prefer_ showing results within that circle; results outside of the defined area may still be displayed.\n\nThe radius will automatically be clamped to a maximum value depending on the type of search and other parameters.\n\n* Autocomplete: 50,000 meters\n* Nearby Search: \n  * with `keyword` or `name`: 50,000 meters\n  * without `keyword` or `name`\n    * Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.\n    * When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.\n* Query Autocomplete: 50,000 meters\n* Text Search: 50,000 meters\n","disabled":true},{"key":"type","value":"<string>","description":"Restricts the results to places matching the specified type. Only one type may be specified. If more than one type is provided, all types following the first entry are ignored.\n\n* `type=hospital|pharmacy|doctor` becomes `type=hospital`\n* `type=hospital,pharmacy,doctor` is ignored entirely\n\nSee the list of [supported types](https://developers.google.com/maps/documentation/places/web-service/supported_types).\n<div class=\"note\">Note: Adding both `keyword` and `type` with the same value (`keyword=cafe&type=cafe` or `keyword=parking&type=parking`) can yield `ZERO_RESULTS`.</div>\n","disabled":true},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian.","disabled":true},{"key":"region","value":"en","description":"The region code, specified as a [ccTLD (\"top-level domain\")](https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains) two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is \"uk\" (.co.uk) while its ISO 3166-1 code is \"gb\" (technically for the entity of \"The United Kingdom of Great Britain and Northern Ireland\").","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:29:47 GMT"},{"key":"Expires","value":"Fri, 11 Mar 2022 19:34:47 GMT"},{"key":"Cache-Control","value":"public, max-age=300"},{"key":"Vary","value":"Accept-Language"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"Content-Length","value":"902"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=378"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"html_attributions\": [],\n    \"results\": [\n        {\n            \"business_status\": \"OPERATIONAL\",\n            \"formatted_address\": \"1600 Pennsylvania Avenue NW, Washington, DC 20500, United States\",\n            \"geometry\": {\n                \"location\": {\n                    \"lat\": 38.8976763,\n                    \"lng\": -77.0365298\n                },\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 38.90150685,\n                        \"lng\": -77.03520167010727\n                    },\n                    \"southwest\": {\n                        \"lat\": 38.89639945,\n                        \"lng\": -77.03790132989272\n                    }\n                }\n            },\n            \"icon\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v1/png_71/civic_building-71.png\",\n            \"icon_background_color\": \"#7B9EB0\",\n            \"icon_mask_base_uri\": \"https://maps.gstatic.com/mapfiles/place_api/icons/v2/civic-bldg_pinlet\",\n            \"name\": \"The White House\",\n            \"opening_hours\": {},\n            \"photos\": [\n                {\n                    \"height\": 3024,\n                    \"html_attributions\": [\n                        \"<a href=\\\"https://maps.google.com/maps/contrib/106682029730531772251\\\">Ray Verdecia</a>\"\n                    ],\n                    \"photo_reference\": \"Aap_uEC7IbboaQKJZSB2DAZxtBI9K1d1tqSGfra8_C3ki8wga0qk2ttpvDjKD2PA4XlBFV_wXiSW10Nhi-V-1KzT78r0cxDLxMM4in71tluj9U1xTPYQfaAXq0wMVzcyQ6dj0PK2bBZD54_lRx_UAhXpMdq6vAxkD9aFcwZkmCzTKkK9jduu\",\n                    \"width\": 4032\n                }\n            ],\n            \"place_id\": \"ChIJ37HL3ry3t4kRv3YLbdhpWXE\",\n            \"plus_code\": {\n                \"compound_code\": \"VXX7+39 Washington, District of Columbia\",\n                \"global_code\": \"87C4VXX7+39\"\n            },\n            \"rating\": 4,\n            \"reference\": \"ChIJ37HL3ry3t4kRv3YLbdhpWXE\",\n            \"types\": [\n                \"tourist_attraction\",\n                \"point_of_interest\",\n                \"establishment\"\n            ],\n            \"user_ratings_total\": 1\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"86abc159-bafa-437e-960c-c9b907f1648b"},{"name":"Place Photo","id":"bfb9ddd1-3818-48f3-99f7-f499ff6e1cfa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/photo?photo_reference=Aap_uEC7IbboaQKJZSB2DAZxtBI9K1d1tqSGfra8_C3ki8wga0qk2ttpvDjKD2PA4XlBFV_wXiSW10Nhi-V-1KzT78r0cxDLxMM4in71tluj9U1xTPYQfaAXq0wMVzcyQ6dj0PK2bBZD54_lRx_UAhXpMdq6vAxkD9aFcwZkmCzTKkK9jduu&maxheight=1600&maxwidth=1600","description":"<p>The Place Photo service, part of the Places API, is a read- only API that allows you to add high quality photographic content to your application. The Place Photo service gives you access to the millions of photos stored in the Places database. When you get place information using a Place Details request, photo references will be returned for relevant photographic content. Find Place, Nearby Search, and Text Search requests also return a single photo reference per place, when relevant. Using the Photo service you can then access the referenced photos and resize the image to the optimal size for your application.</p>\n<p>Photos returned by the Photo service are sourced from a variety of locations, including business owners and user contributed photos. In most cases, these photos can be used without attribution, or will have the required attribution included as a part of the image. However, if the returned photo element includes a value in the html_attributions field, you will have to include the additional attribution in your application wherever you display the image.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","photo"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>(Required) A string identifier that uniquely identifies a photo. Photo references are returned from either a Place Search or Place Details request.</p>\n","type":"text/plain"},"key":"photo_reference","value":"Aap_uEC7IbboaQKJZSB2DAZxtBI9K1d1tqSGfra8_C3ki8wga0qk2ttpvDjKD2PA4XlBFV_wXiSW10Nhi-V-1KzT78r0cxDLxMM4in71tluj9U1xTPYQfaAXq0wMVzcyQ6dj0PK2bBZD54_lRx_UAhXpMdq6vAxkD9aFcwZkmCzTKkK9jduu"},{"description":{"content":"<p>Specifies the maximum desired height, in pixels, of the image. If the image is smaller than the values specified, the original image will be returned. If the image is larger in either dimension, it will be scaled to match the smaller of the two dimensions, restricted to its original aspect ratio. Both the <code>maxheight</code> and <code>maxwidth</code> properties accept an integer between <code>1</code> and <code>1600</code>.</p>\n","type":"text/plain"},"key":"maxheight","value":"1600"},{"description":{"content":"<p>Specifies the maximum desired width, in pixels, of the image. If the image is smaller than the values specified, the original image will be returned. If the image is larger in either dimension, it will be scaled to match the smaller of the two dimensions, restricted to its original aspect ratio. Both the <code>maxheight</code> and <code>maxwidth</code> properties accept an integer between <code>1</code> and <code>1600</code>.</p>\n","type":"text/plain"},"key":"maxwidth","value":"1600"}],"variable":[]}},"response":[{"id":"4a4c51e2-cc05-44cd-b3f8-a7087577466e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/photo?key=<apiKey>&photo_reference=Aap_uEC7IbboaQKJZSB2DAZxtBI9K1d1tqSGfra8_C3ki8wga0qk2ttpvDjKD2PA4XlBFV_wXiSW10Nhi-V-1KzT78r0cxDLxMM4in71tluj9U1xTPYQfaAXq0wMVzcyQ6dj0PK2bBZD54_lRx_UAhXpMdq6vAxkD9aFcwZkmCzTKkK9jduu&maxheight=1600&maxwidth=1600","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","place","photo"],"query":[{"key":"key","value":"<apiKey>","type":"text"},{"key":"photo_reference","value":"Aap_uEC7IbboaQKJZSB2DAZxtBI9K1d1tqSGfra8_C3ki8wga0qk2ttpvDjKD2PA4XlBFV_wXiSW10Nhi-V-1KzT78r0cxDLxMM4in71tluj9U1xTPYQfaAXq0wMVzcyQ6dj0PK2bBZD54_lRx_UAhXpMdq6vAxkD9aFcwZkmCzTKkK9jduu"},{"key":"maxheight","value":"1600"},{"key":"maxwidth","value":"1600"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/*"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"bfb9ddd1-3818-48f3-99f7-f499ff6e1cfa"},{"name":"Query Autocomplete","id":"a99fe5fd-f255-4620-8723-f5acfffdcb99","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/queryautocomplete/json?input=p&language=en","description":"<p>The Query Autocomplete service can be used to provide a query prediction for text-based geographic searches, by returning suggested queries as you type.</p>\n<p>The Query Autocomplete service allows you to add on-the-fly geographic query predictions to your application. Instead of searching for a specific location, a user can type in a categorical search, such as \"pizza near New York\" and the service responds with a list of suggested queries matching the string. As the Query Autocomplete service can match on both full words and substrings, applications can send queries as the user types to provide on-the-fly predictions.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","queryautocomplete","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>(Required) The text string on which to search. The Place Autocomplete service will return candidate matches based on this string and order results based on their perceived relevance.</p>\n","type":"text/plain"},"key":"input","value":"p"},{"disabled":true,"description":{"content":"<p>The position, in the input term, of the last character that the service uses to match predictions. For example, if the input is <code>Google</code> and the offset is 3, the service will match on <code>Goo</code>. The string determined by the offset is matched against the first word in the input term only. For example, if the input term is <code>Google abc</code> and the offset is 3, the service will attempt to match against <code>Goo abc</code>. If no offset is supplied, the service will use the whole term. The offset should generally be set to the position of the text caret.</p>\n","type":"text/plain"},"key":"offset","value":"<number>"},{"disabled":true,"description":{"content":"<p>The point around which to retrieve place information. This must be specified as <code>latitude,longitude</code>. </p>\n<div class=\"note\">The <code>location</code> parameter may be overriden if the <code>query</code> contains an explicit location such as <code>Market in Barcelona</code>. Using quotes around the query may also influence the weight given to the <code>location</code> and <code>radius</code>.</div>\n","type":"text/plain"},"key":"location","value":"<string>"},{"disabled":true,"description":{"content":"<p>Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a <code>location</code> and a <code>radius</code> parameter. Doing so instructs the Places service to <em>prefer</em> showing results within that circle; results outside of the defined area may still be displayed.</p>\n<p>The radius will automatically be clamped to a maximum value depending on the type of search and other parameters.</p>\n<ul>\n<li>Autocomplete: 50,000 meters</li>\n<li>Nearby Search: <ul>\n<li>with <code>keyword</code> or <code>name</code>: 50,000 meters</li>\n<li>without <code>keyword</code> or <code>name</code><ul>\n<li>Up to 50,000 meters, adjusted dynamically based on area density, independent of <code>rankby</code> parameter.</li>\n<li>When using <code>rankby=distance</code>, the radius parameter will not be accepted, and will result in an <code>INVALID_REQUEST</code>.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Query Autocomplete: 50,000 meters</li>\n<li>Text Search: 50,000 meters</li>\n</ul>\n","type":"text/plain"},"key":"radius","value":"<number>"},{"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"}],"variable":[]}},"response":[{"id":"d7976da5-82e2-4e09-a54a-908555c38ba7","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/queryautocomplete/json?input=p&language=en","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","place","queryautocomplete","json"],"query":[{"key":"input","value":"p","description":"(Required) The text string on which to search. The Place Autocomplete service will return candidate matches based on this string and order results based on their perceived relevance."},{"key":"offset","value":"<number>","description":"The position, in the input term, of the last character that the service uses to match predictions. For example, if the input is `Google` and the offset is 3, the service will match on `Goo`. The string determined by the offset is matched against the first word in the input term only. For example, if the input term is `Google abc` and the offset is 3, the service will attempt to match against `Goo abc`. If no offset is supplied, the service will use the whole term. The offset should generally be set to the position of the text caret.\n","disabled":true},{"key":"location","value":"<string>","description":"The point around which to retrieve place information. This must be specified as `latitude,longitude`. \n\n<div class=\"note\">The <code>location</code> parameter may be overriden if the <code>query</code> contains an explicit location such as <code>Market in Barcelona</code>. Using quotes around the query may also influence the weight given to the <code>location</code> and <code>radius</code>.</div>\n","disabled":true},{"key":"radius","value":"<number>","description":"Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a `location` and a `radius` parameter. Doing so instructs the Places service to _prefer_ showing results within that circle; results outside of the defined area may still be displayed.\n\nThe radius will automatically be clamped to a maximum value depending on the type of search and other parameters.\n\n* Autocomplete: 50,000 meters\n* Nearby Search: \n  * with `keyword` or `name`: 50,000 meters\n  * without `keyword` or `name`\n    * Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.\n    * When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.\n* Query Autocomplete: 50,000 meters\n* Text Search: 50,000 meters\n","disabled":true},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian."}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:28:25 GMT"},{"key":"Expires","value":"Fri, 11 Mar 2022 19:33:25 GMT"},{"key":"Cache-Control","value":"public, max-age=300"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"Content-Length","value":"607"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=168"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"predictions\": [\n        {\n            \"description\": \"Phoenix, AZ, USA\",\n            \"matched_substrings\": [\n                {\n                    \"length\": 1,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJy3mhUO0SK4cRrBtKNfjHaYw\",\n            \"reference\": \"ChIJy3mhUO0SK4cRrBtKNfjHaYw\",\n            \"structured_formatting\": {\n                \"main_text\": \"Phoenix\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 1,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"AZ, USA\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Phoenix\"\n                },\n                {\n                    \"offset\": 9,\n                    \"value\": \"AZ\"\n                },\n                {\n                    \"offset\": 13,\n                    \"value\": \"USA\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Portland, OR, USA\",\n            \"matched_substrings\": [\n                {\n                    \"length\": 1,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJJ3SpfQsLlVQRkYXR9ua5Nhw\",\n            \"reference\": \"ChIJJ3SpfQsLlVQRkYXR9ua5Nhw\",\n            \"structured_formatting\": {\n                \"main_text\": \"Portland\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 1,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"OR, USA\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Portland\"\n                },\n                {\n                    \"offset\": 10,\n                    \"value\": \"OR\"\n                },\n                {\n                    \"offset\": 14,\n                    \"value\": \"USA\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Paris, France\",\n            \"matched_substrings\": [\n                {\n                    \"length\": 1,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJD7fiBh9u5kcRYJSMaMOCCwQ\",\n            \"reference\": \"ChIJD7fiBh9u5kcRYJSMaMOCCwQ\",\n            \"structured_formatting\": {\n                \"main_text\": \"Paris\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 1,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"France\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Paris\"\n                },\n                {\n                    \"offset\": 7,\n                    \"value\": \"France\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Pune, Maharashtra, India\",\n            \"matched_substrings\": [\n                {\n                    \"length\": 1,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJARFGZy6_wjsRQ-Oenb9DjYI\",\n            \"reference\": \"ChIJARFGZy6_wjsRQ-Oenb9DjYI\",\n            \"structured_formatting\": {\n                \"main_text\": \"Pune\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 1,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"Maharashtra, India\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Pune\"\n                },\n                {\n                    \"offset\": 6,\n                    \"value\": \"Maharashtra\"\n                },\n                {\n                    \"offset\": 19,\n                    \"value\": \"India\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Porto, Portugal\",\n            \"matched_substrings\": [\n                {\n                    \"length\": 1,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJwVPhxKtlJA0RvBSxQFbZSKY\",\n            \"reference\": \"ChIJwVPhxKtlJA0RvBSxQFbZSKY\",\n            \"structured_formatting\": {\n                \"main_text\": \"Porto\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 1,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"Portugal\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Porto\"\n                },\n                {\n                    \"offset\": 7,\n                    \"value\": \"Portugal\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"a99fe5fd-f255-4620-8723-f5acfffdcb99"},{"name":"Autocomplete","id":"0f20c90d-e87f-4298-99bb-3b938cd4e9a3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/autocomplete/json?input=pa&origin=40,-110&location=40,-110&radius=1000","description":"<p>The Place Autocomplete service is a web service that returns place predictions in response to an HTTP request. The request specifies a textual search string and optional geographic bounds. The service can be used to provide autocomplete functionality for text-based geographic searches, by returning places such as businesses, addresses and points of interest as a user types.</p>\n<div class=\"note\">Note: You can use Place Autocomplete even without a map. If you do show a map, it must be a Google map. When you display predictions from the Place Autocomplete service without a map, you must include the ['Powered by Google'](https://developers.google.com/maps/documentation/places/web-service/policies#logo_requirementshttps://developers.google.com/maps/documentation/places/web-service/policies#logo_requirements) logo.</div>\n\n<p>The Place Autocomplete service can match on full words and substrings, resolving place names, addresses, and plus codes. Applications can therefore send queries as the user types, to provide on-the-fly place predictions.</p>\n<p>The returned predictions are designed to be presented to the user to aid them in selecting the desired place. You can send a <a href=\"https://developers.google.com/maps/documentation/places/web-service/details#PlaceDetailsRequests\">Place Details</a> request for more information about any of the places which are returned.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","place","autocomplete","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>(Required) The text string on which to search. The Place Autocomplete service will return candidate matches based on this string and order results based on their perceived relevance.</p>\n","type":"text/plain"},"key":"input","value":"pa"},{"disabled":true,"description":{"content":"<p>A random string which identifies an autocomplete <a href=\"https://developers.google.com/maps/documentation/places/web-service/details#session_tokens\">session</a> for billing purposes.</p>\n<p>The session begins when the user starts typing a query, and concludes when they select a place and a call to Place Details is made. Each session can have multiple queries, followed by one place selection. The API key(s) used for each request within a session must belong to the same Google Cloud Console project. Once a session has concluded, the token is no longer valid; your app must generate a fresh token for each session. If the <code>sessiontoken</code> parameter is omitted, or if you reuse a session token, the session is charged as if no session token was provided (each request is billed separately).</p>\n<p>We recommend the following guidelines:</p>\n<ul>\n<li>Use session tokens for all autocomplete sessions.</li>\n<li>Generate a fresh token for each session. Using a version 4 UUID is recommended.</li>\n<li>Ensure that the API key(s) used for all Place Autocomplete and Place Details requests within a session belong to the same Cloud Console project.</li>\n<li>Be sure to pass a unique session token for each new session. Using the same token for more than one session will result in each request being billed individually.</li>\n</ul>\n","type":"text/plain"},"key":"sessiontoken","value":"<string>"},{"disabled":true,"description":{"content":"<p>A grouping of places to which you would like to restrict your results. Currently, you can use components to filter by up to 5 countries. Countries must be passed as a two character, ISO 3166-1 Alpha-2 compatible country code. For example: <code>components=country:fr</code> would restrict your results to places within France. Multiple countries must be passed as multiple <code>country:XX</code> filters, with the pipe character <code>|</code> as a separator. For example: <code>components=country:us|country:pr|country:vi|country:gu|country:mp</code> would restrict your results to places within the United States and its unincorporated organized territories.</p>\n<div class=\"note\"><strong>Note:</strong> If you receive unexpected results with a country code, verify that you are using a code which includes the countries, dependent territories, and special areas of geographical interest you intend.  You can find code information at <a href=\"https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes\">Wikipedia: List of ISO 3166 country codes</a> or the <a href=\"https://www.iso.org/obp/ui/#search\">ISO Online Browsing Platform</a>.</div>\n","type":"text/plain"},"key":"components","value":"<string>"},{"disabled":true,"description":{"content":"<p>Returns only those places that are strictly within the region defined by <code>location</code> and <code>radius</code>. This is a restriction, rather than a bias, meaning that results outside this region will not be returned even if they match the user input.</p>\n","type":"text/plain"},"key":"strictbounds","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>The position, in the input term, of the last character that the service uses to match predictions. For example, if the input is <code>Google</code> and the offset is 3, the service will match on <code>Goo</code>. The string determined by the offset is matched against the first word in the input term only. For example, if the input term is <code>Google abc</code> and the offset is 3, the service will attempt to match against <code>Goo abc</code>. If no offset is supplied, the service will use the whole term. The offset should generally be set to the position of the text caret.</p>\n","type":"text/plain"},"key":"offset","value":"<number>"},{"description":{"content":"<p>The origin point from which to calculate straight-line distance to the destination (returned as <code>distance_meters</code>). If this value is omitted, straight-line distance will not be returned. Must be specified as <code>latitude,longitude</code>.</p>\n","type":"text/plain"},"key":"origin","value":"40,-110"},{"description":{"content":"<p>The point around which to retrieve place information. This must be specified as <code>latitude,longitude</code>. </p>\n<div class=\"note\">When using the Text Search API, the `location` parameter may be overriden if the `query` contains an explicit location such as `Market in Barcelona`.</div>\n","type":"text/plain"},"key":"location","value":"40,-110"},{"description":{"content":"<p>Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a <code>location</code> and a <code>radius</code> parameter. Doing so instructs the Places service to <em>prefer</em> showing results within that circle; results outside of the defined area may still be displayed.</p>\n<p>The radius will automatically be clamped to a maximum value depending on the type of search and other parameters.</p>\n<ul>\n<li>Autocomplete: 50,000 meters</li>\n<li>Nearby Search: <ul>\n<li>with <code>keyword</code> or <code>name</code>: 50,000 meters</li>\n<li>without <code>keyword</code> or <code>name</code><ul>\n<li>Up to 50,000 meters, adjusted dynamically based on area density, independent of <code>rankby</code> parameter.</li>\n<li>When using <code>rankby=distance</code>, the radius parameter will not be accepted, and will result in an <code>INVALID_REQUEST</code>.</li>\n</ul>\n</li>\n</ul>\n</li>\n<li>Query Autocomplete: 50,000 meters</li>\n<li>Text Search: 50,000 meters</li>\n</ul>\n","type":"text/plain"},"key":"radius","value":"1000"},{"disabled":true,"description":{"content":"<p>You may restrict results from a Place Autocomplete request to be of a certain type by passing a types parameter. The parameter specifies a type or a type collection, as listed in the supported types below. If nothing is specified, all types are returned. In general only a single type is allowed. The exception is that you can safely mix the geocode and establishment types, but note that this will have the same effect as specifying no types. The supported types are:</p>\n<ul>\n<li><code>geocode</code> instructs the Place Autocomplete service to return only geocoding results, rather than business results. Generally, you use this request to disambiguate results where the location specified may be indeterminate.</li>\n<li><code>address</code> instructs the Place Autocomplete service to return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking for a fully specified address.</li>\n<li><code>establishment</code> instructs the Place Autocomplete service to return only business results.</li>\n<li><code>(regions)</code> type collection instructs the Places service to return any result matching the following types:<ul>\n<li><code>locality</code></li>\n<li><code>sublocality</code></li>\n<li><code>postal_code</code></li>\n<li><code>country</code></li>\n<li><code>administrative_area_level_1</code></li>\n<li><code>administrative_area_level_2</code></li>\n</ul>\n</li>\n<li><code>(cities)</code> type collection instructs the Places service to return results that match <code>locality</code> or <code>administrative_area_level_3</code>.</li>\n</ul>\n","type":"text/plain"},"key":"types","value":"<string>"},{"disabled":true,"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"}],"variable":[]}},"response":[{"id":"d7fe8356-78b3-4994-ba22-f741f47fb8fc","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/place/autocomplete/json?input=pa&origin=40,-110&location=40,-110&radius=1000","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","place","autocomplete","json"],"query":[{"key":"input","value":"pa","description":"(Required) The text string on which to search. The Place Autocomplete service will return candidate matches based on this string and order results based on their perceived relevance.\n"},{"key":"sessiontoken","value":"<string>","description":"A random string which identifies an autocomplete [session](https://developers.google.com/maps/documentation/places/web-service/details#session_tokens) for billing purposes.\n\nThe session begins when the user starts typing a query, and concludes when they select a place and a call to Place Details is made. Each session can have multiple queries, followed by one place selection. The API key(s) used for each request within a session must belong to the same Google Cloud Console project. Once a session has concluded, the token is no longer valid; your app must generate a fresh token for each session. If the `sessiontoken` parameter is omitted, or if you reuse a session token, the session is charged as if no session token was provided (each request is billed separately).\n\nWe recommend the following guidelines:\n\n- Use session tokens for all autocomplete sessions.\n- Generate a fresh token for each session. Using a version 4 UUID is recommended.\n- Ensure that the API key(s) used for all Place Autocomplete and Place Details requests within a session belong to the same Cloud Console project.\n- Be sure to pass a unique session token for each new session. Using the same token for more than one session will result in each request being billed individually.\n","disabled":true},{"key":"components","value":"<string>","description":"A grouping of places to which you would like to restrict your results. Currently, you can use components to filter by up to 5 countries. Countries must be passed as a two character, ISO 3166-1 Alpha-2 compatible country code. For example: `components=country:fr` would restrict your results to places within France. Multiple countries must be passed as multiple `country:XX` filters, with the pipe character `|` as a separator. For example: `components=country:us|country:pr|country:vi|country:gu|country:mp` would restrict your results to places within the United States and its unincorporated organized territories.\n<div class=\"note\"><strong>Note:</strong> If you receive unexpected results with a country code, verify that you are using a code which includes the countries, dependent territories, and special areas of geographical interest you intend.  You can find code information at <a href=\"https://en.wikipedia.org/wiki/List_of_ISO_3166_country_codes\" target=\"blank\" class=\"external\">Wikipedia: List of ISO 3166 country codes</a> or the <a href=\"https://www.iso.org/obp/ui/#search\" target=\"blank\" class=\"external\">ISO Online Browsing Platform</a>.</div>\n","disabled":true},{"key":"strictbounds","value":"<boolean>","description":"Returns only those places that are strictly within the region defined by `location` and `radius`. This is a restriction, rather than a bias, meaning that results outside this region will not be returned even if they match the user input.\n","disabled":true},{"key":"offset","value":"<number>","description":"The position, in the input term, of the last character that the service uses to match predictions. For example, if the input is `Google` and the offset is 3, the service will match on `Goo`. The string determined by the offset is matched against the first word in the input term only. For example, if the input term is `Google abc` and the offset is 3, the service will attempt to match against `Goo abc`. If no offset is supplied, the service will use the whole term. The offset should generally be set to the position of the text caret.\n","disabled":true},{"key":"origin","value":"40,-110","description":"The origin point from which to calculate straight-line distance to the destination (returned as `distance_meters`). If this value is omitted, straight-line distance will not be returned. Must be specified as `latitude,longitude`.\n"},{"key":"location","value":"40,-110","description":"The point around which to retrieve place information. This must be specified as `latitude,longitude`. \n\n<div class=\"note\">When using the Text Search API, the `location` parameter may be overriden if the `query` contains an explicit location such as `Market in Barcelona`.</div>\n"},{"key":"radius","value":"1000","description":"Defines the distance (in meters) within which to return place results. You may bias results to a specified circle by passing a `location` and a `radius` parameter. Doing so instructs the Places service to _prefer_ showing results within that circle; results outside of the defined area may still be displayed.\n\nThe radius will automatically be clamped to a maximum value depending on the type of search and other parameters.\n\n* Autocomplete: 50,000 meters\n* Nearby Search: \n  * with `keyword` or `name`: 50,000 meters\n  * without `keyword` or `name`\n    * Up to 50,000 meters, adjusted dynamically based on area density, independent of `rankby` parameter.\n    * When using `rankby=distance`, the radius parameter will not be accepted, and will result in an `INVALID_REQUEST`.\n* Query Autocomplete: 50,000 meters\n* Text Search: 50,000 meters\n"},{"key":"types","value":"<string>","description":"You may restrict results from a Place Autocomplete request to be of a certain type by passing a types parameter. The parameter specifies a type or a type collection, as listed in the supported types below. If nothing is specified, all types are returned. In general only a single type is allowed. The exception is that you can safely mix the geocode and establishment types, but note that this will have the same effect as specifying no types. The supported types are:\n- `geocode` instructs the Place Autocomplete service to return only geocoding results, rather than business results. Generally, you use this request to disambiguate results where the location specified may be indeterminate.\n- `address` instructs the Place Autocomplete service to return only geocoding results with a precise address. Generally, you use this request when you know the user will be looking for a fully specified address.\n- `establishment` instructs the Place Autocomplete service to return only business results.\n- `(regions)` type collection instructs the Places service to return any result matching the following types:\n  - `locality`\n  - `sublocality`\n  - `postal_code`\n  - `country`\n  - `administrative_area_level_1`\n  - `administrative_area_level_2`\n- `(cities)` type collection instructs the Places service to return results that match `locality` or `administrative_area_level_3`.\n","disabled":true},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:27:39 GMT"},{"key":"Expires","value":"Fri, 11 Mar 2022 19:27:39 GMT"},{"key":"Cache-Control","value":"private, max-age=300"},{"key":"Vary","value":"Accept-Language"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=38"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"predictions\": [\n        {\n            \"description\": \"Park City, UT, USA\",\n            \"distance_meters\": 145900,\n            \"matched_substrings\": [\n                {\n                    \"length\": 2,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJ_QNjLGMPUocRlFc3Jd_Ecdg\",\n            \"reference\": \"ChIJ_QNjLGMPUocRlFc3Jd_Ecdg\",\n            \"structured_formatting\": {\n                \"main_text\": \"Park City\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 2,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"UT, USA\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Park City\"\n                },\n                {\n                    \"offset\": 11,\n                    \"value\": \"UT\"\n                },\n                {\n                    \"offset\": 15,\n                    \"value\": \"USA\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Palm Springs, CA, USA\",\n            \"distance_meters\": 899023,\n            \"matched_substrings\": [\n                {\n                    \"length\": 2,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJs-Xb_9Qa24ARfHntwodp5aE\",\n            \"reference\": \"ChIJs-Xb_9Qa24ARfHntwodp5aE\",\n            \"structured_formatting\": {\n                \"main_text\": \"Palm Springs\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 2,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"CA, USA\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Palm Springs\"\n                },\n                {\n                    \"offset\": 14,\n                    \"value\": \"CA\"\n                },\n                {\n                    \"offset\": 18,\n                    \"value\": \"USA\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Paris, France\",\n            \"distance_meters\": 8117158,\n            \"matched_substrings\": [\n                {\n                    \"length\": 2,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJD7fiBh9u5kcRYJSMaMOCCwQ\",\n            \"reference\": \"ChIJD7fiBh9u5kcRYJSMaMOCCwQ\",\n            \"structured_formatting\": {\n                \"main_text\": \"Paris\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 2,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"France\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Paris\"\n                },\n                {\n                    \"offset\": 7,\n                    \"value\": \"France\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Panama\",\n            \"distance_meters\": 4540586,\n            \"matched_substrings\": [\n                {\n                    \"length\": 2,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJ4yu-yIMVpo8Rz5ulH03g7nk\",\n            \"reference\": \"ChIJ4yu-yIMVpo8Rz5ulH03g7nk\",\n            \"structured_formatting\": {\n                \"main_text\": \"Panama\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 2,\n                        \"offset\": 0\n                    }\n                ]\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Panama\"\n                }\n            ],\n            \"types\": [\n                \"country\",\n                \"political\",\n                \"geocode\"\n            ]\n        },\n        {\n            \"description\": \"Page, AZ, USA\",\n            \"distance_meters\": 365723,\n            \"matched_substrings\": [\n                {\n                    \"length\": 2,\n                    \"offset\": 0\n                }\n            ],\n            \"place_id\": \"ChIJj3XN_VsTNIcROU44U1EvmG4\",\n            \"reference\": \"ChIJj3XN_VsTNIcROU44U1EvmG4\",\n            \"structured_formatting\": {\n                \"main_text\": \"Page\",\n                \"main_text_matched_substrings\": [\n                    {\n                        \"length\": 2,\n                        \"offset\": 0\n                    }\n                ],\n                \"secondary_text\": \"AZ, USA\"\n            },\n            \"terms\": [\n                {\n                    \"offset\": 0,\n                    \"value\": \"Page\"\n                },\n                {\n                    \"offset\": 6,\n                    \"value\": \"AZ\"\n                },\n                {\n                    \"offset\": 10,\n                    \"value\": \"USA\"\n                }\n            ],\n            \"types\": [\n                \"locality\",\n                \"political\",\n                \"geocode\"\n            ]\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"0f20c90d-e87f-4298-99bb-3b938cd4e9a3"}],"id":"13afe204-6704-4cdf-8984-79ded171a281","_postman_id":"13afe204-6704-4cdf-8984-79ded171a281","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}}},{"name":"Directions API","item":[{"name":"Directions","id":"45185abb-41ce-4439-93e2-c21470967312","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/directions/json?destination=Victoria, BC&origin=Vancouver, BC","description":"<p>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.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","directions","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>(Required) The place ID, address, or textual latitude/longitude value to which you wish to calculate directions. The options for the destination parameter are the same as for the origin parameter.</p>\n","type":"text/plain"},"key":"destination","value":"Victoria, BC"},{"description":{"content":"<p>(Required) The place ID, address, or textual latitude/longitude value from which you wish to calculate directions.</p>\n<ul>\n<li><p>Place IDs must be prefixed with <code>place_id:</code>. You can retrieve place IDs from the Geocoding API and the Places API (including Place Autocomplete). For an example using place IDs from Place Autocomplete, see <a href=\"https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-directions\">Place Autocomplete and Directions</a>. For more about place IDs, see the <a href=\"https://developers.google.com/maps/documentation/places/web-service/place-id\">Place ID overview</a>.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>origin=place_id:ChIJ3S-JXmauEmsRUcIaWtf4MzE\n</code></pre></li>\n<li><p>If you pass an address, the Directions service geocodes the string and converts it to a latitude/longitude coordinate to calculate directions. This coordinate may be different from that returned by the Geocoding API, for example a building entrance rather than its center.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>origin=24+Sussex+Drive+Ottawa+ON\n</code></pre><p>Using place IDs is preferred over using addresses or latitude/longitude coordinates. Using coordinates will always result in the point being snapped to the road nearest to those coordinates - which may not be an access point to the property, or even a road that will quickly or safely lead to the destination.</p>\n</li>\n<li><p>If you pass coordinates, the point will snap to the nearest road. Passing a place ID is preferred. If you do pass coordinates, ensure that no space exists between the latitude and longitude values.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>origin=41.43206,-81.38992\n</code></pre></li>\n<li><p>Plus codes must be formatted as a global code or a compound code. Format plus codes as shown here (plus signs are url-escaped to <code>%2B</code> and spaces are url-escaped to <code>%20</code>). </p>\n<ul>\n<li><strong>Global code</strong> is a 4 character area code and 6 character or longer local code (849VCWC8+R9 is <code>849VCWC8%2BR9</code>). </li>\n<li><strong>Compound code</strong> is a 6 character or longer local code with an explicit location (CWC8+R9 Mountain View, CA, USA is <code>CWC8%2BR9%20Mountain%20View%20CA%20USA</code>).</li>\n</ul>\n</li>\n</ul>\n<div class=\"note\">Note: For efficiency and accuracy, use place ID's when possible. These ID's are uniquely explicit like a lat/lng value pair and provide geocoding benefits for routing such as access points and traffic variables. Unlike an address, ID's do not require the service to perform a search or an intermediate request for place details; therefore, performance is better.</div>\n","type":"text/plain"},"key":"origin","value":"Vancouver, BC"},{"disabled":true,"description":{"content":"<p>Specifies the desired time of arrival for transit directions, in seconds since midnight, January 1, 1970 UTC. You can specify either <code>departure_time</code> or <code>arrival_time</code>, but not both. Note that <code>arrival_time</code> must be specified as an integer.</p>\n","type":"text/plain"},"key":"arrival_time","value":"<number>"},{"disabled":true,"description":{"content":"<p>Specifies the desired time of departure. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC. If a <code>departure_time</code> later than 9999-12-31T23:59:59.999999999Z is specified, the API will fall back the <code>departure_time</code> to 9999-12-31T23:59:59.999999999Z. Alternatively, you can specify a value of now, which sets the departure time to the current time (correct to the nearest second). The departure time may be specified in two cases:</p>\n<ul>\n<li>For requests where the travel mode is transit: You can optionally specify one of <code>departure_time</code> or <code>arrival_time</code>. If neither time is specified, the <code>departure_time</code> defaults to now (that is, the departure time defaults to the current time).</li>\n<li>For requests where the travel mode is driving: You can specify the <code>departure_time</code> to receive a route and trip duration (response field: duration_in_traffic) that take traffic conditions into account. The <code>departure_time</code> must be set to the current time or some time in the future. It cannot be in the past.</li>\n</ul>\n<div class=\"note\">Note: If departure time is not specified, choice of route and duration are based on road network and average time-independent traffic conditions. Results for a given request may vary over time due to changes in the road network, updated average traffic conditions, and the distributed nature of the service. Results may also vary between nearly-equivalent routes at any time or frequency.</div>\n<div class=\"note\">Note: Distance Matrix requests specifying `departure_time` when `mode=driving` are limited to a maximum of 100 elements per request. The number of origins times the number of destinations defines the number of elements.</div>\n","type":"text/plain"},"key":"departure_time","value":"<number>"},{"disabled":true,"description":{"content":"<p>If set to <code>true</code>, specifies that the Directions service may provide more than one route alternative in the response. Note that providing route alternatives may increase the response time from the server. This is only available for requests without intermediate waypoints. For more information, see the <a href=\"https://developers.google.com/maps/documentation/directions/get-directions#Waypoints\">guide to waypoints</a>.</p>\n","type":"text/plain"},"key":"alternatives","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>Indicates that the calculated route(s) should avoid the indicated features. This parameter supports the following arguments:</p>\n<ul>\n<li><code>tolls</code> indicates that the calculated route should avoid toll roads/bridges.</li>\n<li><code>highways</code> indicates that the calculated route should avoid highways.</li>\n<li><code>ferries</code> indicates that the calculated route should avoid ferries.</li>\n<li><code>indoor</code> indicates that the calculated route should avoid indoor steps for walking and transit directions.</li>\n</ul>\n<p>It's possible to request a route that avoids any combination of tolls, highways and ferries by passing multiple restrictions to the avoid parameter. For example: </p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>avoid=tolls|highways|ferries.\n</code></pre>","type":"text/plain"},"key":"avoid","value":"<string>"},{"disabled":true,"description":{"content":"<p>Specifies the unit system to use when displaying results.</p>\n<p>Directions results contain text within distance fields that may be displayed to the user to indicate the distance of a particular \"step\" of the route. By default, this text uses the unit system of the origin's country or region.</p>\n<p>For example, a route from \"Chicago, IL\" to \"Toronto, ONT\" will display results in miles, while the reverse route will display results in kilometers. You may override this unit system by setting one explicitly within the request's units parameter, passing one of the following values:</p>\n<ul>\n<li><code>metric</code> specifies usage of the metric system. Textual distances are returned using kilometers and meters.</li>\n<li><code>imperial</code> specifies usage of the Imperial (English) system. Textual distances are returned using miles and feet.</li>\n</ul>\n<div class=\"note\">Note: this unit system setting only affects the text displayed within distance fields. The distance fields also contain values which are always expressed in meters.</div>\n","type":"text/plain"},"key":"units","value":"<string>"},{"disabled":true,"description":{"content":"<div class=\"caution\">Caution: Requests using more than 10 waypoints (between 11 and 25), or waypoint optimization, are billed at a higher rate. <a href=\"https://developers.google.com/maps/billing/gmp-billing#directions-advanced\">Learn more about billing</a> for Google Maps Platform products.</div>\n\n<p>Specifies an array of intermediate locations to include along the route between the origin and destination points as pass through or stopover locations. Waypoints alter a route by directing it through the specified location(s). The API supports waypoints for these travel modes: driving, walking and bicycling; not transit.   You can supply one or more locations separated by the pipe character (<code>|</code> or <code>%7C</code>), in the form of a place ID, an address, or latitude/longitude coordinates. By default, the Directions service calculates a route using the waypoints in the order they are given. The precedence for parsing the value of the waypoint is place ID, latitude/longitude coordinates, then address.</p>\n<ul>\n<li>If you pass a place ID, you must prefix it with <code>place_id:</code>. You can retrieve place IDs from the Geocoding API and the Places API (including Place Autocomplete). For an example using place IDs from Place Autocomplete, see <a href=\"/maps/documentation/javascript/examples/places-autocomplete-directions\">Place Autocomplete and Directions</a>. For more about place IDs, see the <a href=\"/maps/documentation/places/web-service/place-id\">Place ID overview</a>.<div class=\"note\">For efficiency and accuracy, use place ID's when possible. These ID's are uniquely explicit like a lat/lng value pair and provide geocoding benefits for routing such as access points and traffic variables. Unlike an address, ID's do not require the service to perform a search or an intermediate request for place details; therefore, performance is better.</div></li>\n<li>If you pass latitude/longitude coordinates, the values go directly to the front-end server to calculate directions without geocoding. The points are snapped to roads and might not provide the accuracy your app needs. Use coordinates when you are confident the values truly specify the points your app needs for routing without regard to possible access points or additional geocoding details. Ensure that a comma (<code>%2C</code>) and not a space (<code>%20</code>) separates the latitude and longitude values.</li>\n<li>If you pass an address, the Directions service will geocode the string and convert it into latitude/longitude coordinates to calculate directions. If the address value is ambiguous, the value might evoke a search to disambiguate from similar addresses. For example, \"1st Street\" could be a complete value or a partial value for \"1st street NE\" or \"1st St SE\". This result may be different from that returned by the Geocoding API. You can avoid possible misinterpretations using place IDs.</li>\n<li>Alternatively, you can supply an encoded set of points using the <a href=\"https://developers.google.com/maps/documentation/utilities/polylinealgorithm\">Encoded Polyline Algorithm</a>. You will find an encoded set is useful for a large number of waypoints, because the URL is significantly shorter. All web services have a URL limit of 8192 characters.<ul>\n<li>Encoded polylines must be prefixed with <code>enc:</code> and followed by a colon (<code>:</code>). For example: <code>waypoints=enc:gfo}EtohhU:</code>.</li>\n<li>You can also include multiple encoded polylines, separated by the pipe character (<code>|</code>). For example, <code>waypoints=via:enc:wc~oAwquwMdlTxiKtqLyiK:|enc:c~vnAamswMvlTor@tjGi}L:| via:enc:udymA{~bxM:</code></li>\n</ul>\n</li>\n</ul>\n<h5 id=\"influence-routes-with-stopover-and-pass-through-points\">Influence routes with stopover and pass through points</h5>\n<p>For each waypoint in the request, the directions response appends an entry to the <code>legs</code> array to provide the details for stopovers on that leg of the journey.</p>\n<p>If you'd like to influence the route using waypoints without adding a stopover, add the prefix <code>via:</code> to the waypoint. Waypoints prefixed with <code>via:</code> will not add an entry to the <code>legs</code> array, but will route the journey through the waypoint.</p>\n<p>The following URL modifies the previous request such that the journey is routed through Lexington without stopping:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://maps.googleapis.com/maps/api/directions/json?\norigin=Boston,MA&amp;destination=Concord,MA\n&amp;waypoints=Charlestown,MA|via:Lexington,MA  \n</code></pre><p>The <code>via:</code> prefix is most effective when creating routes in response to the user dragging the waypoints on the map. Doing so allows the user to see how the final route may look in real-time and helps ensure that waypoints are placed in locations that are accessible to the Directions API.</p>\n<div class=\"caution\">Caution: Using the `via:` prefix to avoid stopovers results in directions that are strict in their interpretation of the waypoint. This interpretation may result in severe detours on the route or `ZERO_RESULTS` in the response status code if the Directions API is unable to create directions through that point.</div>\n\n\n<h5 id=\"optimize-your-waypoints\">Optimize your waypoints</h5>\n<p>By default, the Directions service calculates a route through the provided waypoints in their given order. Optionally, you may pass <code>optimize:true</code> as the first argument within the waypoints parameter to allow the Directions service to optimize the provided route by rearranging the waypoints in a more efficient order. (This optimization is an application of the traveling salesperson problem.) Travel time is the primary factor which is optimized, but other factors such as distance, number of turns and many more may be taken into account when deciding which route is the most efficient. All waypoints must be stopovers for the Directions service to optimize their route.</p>\n<p>If you instruct the Directions service to optimize the order of its waypoints, their order will be returned in the <code>waypoint_order</code> field within the routes object. The <code>waypoint_order</code> field returns values which are zero-based.</p>\n<p>The following example calculates a road journey from Adelaide, South Australia to each of South Australia's main wine regions using route optimization.</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>https://maps.googleapis.com/maps/api/directions/json?\norigin=Adelaide,SA&amp;destination=Adelaide,SA\n&amp;waypoints=optimize:true|Barossa+Valley,SA|Clare,SA|Connawarra,SA|McLaren+Vale,SA\n</code></pre><p>Inspection of the calculated route will indicate that calculation uses waypoints in the following waypoint order:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>\"waypoint_order\": [ 3, 2, 0, 1 ]\n</code></pre><div class=\"caution\">Caution: Requests using waypoint optimization are billed at a higher rate. <a href=\"https://developers.devsite.corp.google.com/maps/billing/gmp-billing#directions-advanced\">Learn more about how Google Maps Platform products are billed.</a></div>\n","type":"text/plain"},"key":"waypoints","value":"<string>"},{"disabled":true,"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"},{"disabled":true,"description":{"content":"<p>For the calculation of distances and directions, you may specify the transportation mode to use. By default, <code>DRIVING</code> mode is used. By default, directions are calculated as driving directions. The following travel modes are supported:</p>\n<ul>\n<li><code>driving</code> (default) indicates standard driving directions or distance using the road network.</li>\n<li><code>walking</code> requests walking directions or distance via pedestrian paths &amp; sidewalks (where available).</li>\n<li><code>bicycling</code> requests bicycling directions or distance via bicycle paths &amp; preferred streets (where available).</li>\n<li><code>transit</code> requests directions or distance via public transit routes (where available). If you set the mode to transit, you can optionally specify either a <code>departure_time</code> or an <code>arrival_time</code>. If neither time is specified, the <code>departure_time</code> defaults to now (that is, the departure time defaults to the current time). You can also optionally include a <code>transit_mode</code> and/or a <code>transit_routing_preference</code>.</li>\n</ul>\n<div class=\"note\">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.</div>\n","type":"text/plain"},"key":"mode","value":"<string>"},{"disabled":true,"description":{"content":"<p>The region code, specified as a <a href=\"https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains\">ccTLD (\"top-level domain\")</a> two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is \"uk\" (.co.uk) while its ISO 3166-1 code is \"gb\" (technically for the entity of \"The United Kingdom of Great Britain and Northern Ireland\").</p>\n","type":"text/plain"},"key":"region","value":"en"},{"disabled":true,"description":{"content":"<p>Specifies the assumptions to use when calculating time in traffic. This setting affects the value returned in the duration_in_traffic field in the response, which contains the predicted time in traffic based on historical averages. The <code>traffic_model</code> parameter may only be specified for driving directions where the request includes a <code>departure_time</code>. The available values for this parameter are:</p>\n<ul>\n<li><code>best_guess</code> (default) indicates that the returned duration_in_traffic should be the best estimate of travel time given what is known about both historical traffic conditions and live traffic. Live traffic becomes more important the closer the <code>departure_time</code> is to now.</li>\n<li><code>pessimistic</code> indicates that the returned duration_in_traffic should be longer than the actual travel time on most days, though occasional days with particularly bad traffic conditions may exceed this value.</li>\n<li><code>optimistic</code> indicates that the returned duration_in_traffic should be shorter than the actual travel time on most days, though occasional days with particularly good traffic conditions may be faster than this value.\nThe default value of <code>best_guess</code> will give the most useful predictions for the vast majority of use cases. It is possible the <code>best_guess</code> travel time prediction may be shorter than <code>optimistic</code>, or alternatively, longer than <code>pessimistic</code>, due to the way the <code>best_guess</code> prediction model integrates live traffic information.</li>\n</ul>\n","type":"text/plain"},"key":"traffic_model","value":"best_guess"},{"disabled":true,"description":{"content":"<p>Specifies one or more preferred modes of transit. This parameter may only be specified for transit directions. The parameter supports the following arguments:</p>\n<ul>\n<li><code>bus</code> indicates that the calculated route should prefer travel by bus.</li>\n<li><code>subway</code> indicates that the calculated route should prefer travel by subway.</li>\n<li><code>train</code> indicates that the calculated route should prefer travel by train.</li>\n<li><code>tram</code> indicates that the calculated route should prefer travel by tram and light rail.</li>\n<li><code>rail</code> indicates that the calculated route should prefer travel by train, tram, light rail, and subway. This is equivalent to <code>transit_mode=train|tram|subway</code>.</li>\n</ul>\n","type":"text/plain"},"key":"transit_mode","value":"<string>"},{"disabled":true,"description":{"content":"<p>Specifies preferences for transit routes. Using this parameter, you can bias the options returned, rather than accepting the default best route chosen by the API. This parameter may only be specified for transit directions. The parameter supports the following arguments:</p>\n<ul>\n<li><code>less_walking</code> indicates that the calculated route should prefer limited amounts of walking.</li>\n<li><code>fewer_transfers</code> indicates that the calculated route should prefer a limited number of transfers.</li>\n</ul>\n","type":"text/plain"},"key":"transit_routing_preference","value":"<string>"}],"variable":[]}},"response":[{"id":"5e98da8c-9f89-4615-92a7-1973846513da","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/directions/json?destination=Victoria, BC&origin=Vancouver, BC","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","directions","json"],"query":[{"key":"destination","value":"Victoria, BC","description":"(Required) The place ID, address, or textual latitude/longitude value to which you wish to calculate directions. The options for the destination parameter are the same as for the origin parameter."},{"key":"origin","value":"Vancouver, BC","description":"(Required) The place ID, address, or textual latitude/longitude value from which you wish to calculate directions.\n* Place IDs must be prefixed with `place_id:`. You can retrieve place IDs from the Geocoding API and the Places API (including Place Autocomplete). For an example using place IDs from Place Autocomplete, see [Place Autocomplete and Directions](https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete-directions). For more about place IDs, see the [Place ID overview](https://developers.google.com/maps/documentation/places/web-service/place-id).\n  \n  ```\n  origin=place_id:ChIJ3S-JXmauEmsRUcIaWtf4MzE\n  ```\n  \n* If you pass an address, the Directions service geocodes the string and converts it to a latitude/longitude coordinate to calculate directions. This coordinate may be different from that returned by the Geocoding API, for example a building entrance rather than its center.\n  \n  ```\n  origin=24+Sussex+Drive+Ottawa+ON\n  ```\n  \n  Using place IDs is preferred over using addresses or latitude/longitude coordinates. Using coordinates will always result in the point being snapped to the road nearest to those coordinates - which may not be an access point to the property, or even a road that will quickly or safely lead to the destination.\n* If you pass coordinates, the point will snap to the nearest road. Passing a place ID is preferred. If you do pass coordinates, ensure that no space exists between the latitude and longitude values.\n  \n  ```\n  origin=41.43206,-81.38992\n  ```\n\n* Plus codes must be formatted as a global code or a compound code. Format plus codes as shown here (plus signs are url-escaped to `%2B` and spaces are url-escaped to `%20`). \n  \n  * **Global code** is a 4 character area code and 6 character or longer local code (849VCWC8+R9 is `849VCWC8%2BR9`). \n  * **Compound code** is a 6 character or longer local code with an explicit location (CWC8+R9 Mountain View, CA, USA is `CWC8%2BR9%20Mountain%20View%20CA%20USA`).\n\n<div class=\"note\">Note: For efficiency and accuracy, use place ID's when possible. These ID's are uniquely explicit like a lat/lng value pair and provide geocoding benefits for routing such as access points and traffic variables. Unlike an address, ID's do not require the service to perform a search or an intermediate request for place details; therefore, performance is better.</div>\n"},{"key":"arrival_time","value":"<number>","description":"Specifies the desired time of arrival for transit directions, in seconds since midnight, January 1, 1970 UTC. You can specify either `departure_time` or `arrival_time`, but not both. Note that `arrival_time` must be specified as an integer.\n","disabled":true},{"key":"departure_time","value":"<number>","description":"Specifies the desired time of departure. You can specify the time as an integer in seconds since midnight, January 1, 1970 UTC. If a `departure_time` later than 9999-12-31T23:59:59.999999999Z is specified, the API will fall back the `departure_time` to 9999-12-31T23:59:59.999999999Z. Alternatively, you can specify a value of now, which sets the departure time to the current time (correct to the nearest second). The departure time may be specified in two cases:\n* For requests where the travel mode is transit: You can optionally specify one of `departure_time` or `arrival_time`. If neither time is specified, the `departure_time` defaults to now (that is, the departure time defaults to the current time).\n* For requests where the travel mode is driving: You can specify the `departure_time` to receive a route and trip duration (response field: duration_in_traffic) that take traffic conditions into account. The `departure_time` must be set to the current time or some time in the future. It cannot be in the past.\n\n<div class=\"note\">Note: If departure time is not specified, choice of route and duration are based on road network and average time-independent traffic conditions. Results for a given request may vary over time due to changes in the road network, updated average traffic conditions, and the distributed nature of the service. Results may also vary between nearly-equivalent routes at any time or frequency.</div>\n<div class=\"note\">Note: Distance Matrix requests specifying `departure_time` when `mode=driving` are limited to a maximum of 100 elements per request. The number of origins times the number of destinations defines the number of elements.</div>\n","disabled":true},{"key":"alternatives","value":"<boolean>","description":"If set to `true`, specifies that the Directions service may provide more than one route alternative in the response. Note that providing route alternatives may increase the response time from the server. This is only available for requests without intermediate waypoints. For more information, see the [guide to waypoints](https://developers.google.com/maps/documentation/directions/get-directions#Waypoints).\n","disabled":true},{"key":"avoid","value":"<string>","description":"Indicates that the calculated route(s) should avoid the indicated features. This parameter supports the following arguments:\n* `tolls` indicates that the calculated route should avoid toll roads/bridges.\n* `highways` indicates that the calculated route should avoid highways.\n* `ferries` indicates that the calculated route should avoid ferries.\n* `indoor` indicates that the calculated route should avoid indoor steps for walking and transit directions.\n\nIt's possible to request a route that avoids any combination of tolls, highways and ferries by passing multiple restrictions to the avoid parameter. For example: \n\n```\navoid=tolls|highways|ferries.\n```\n","disabled":true},{"key":"units","value":"<string>","description":"Specifies the unit system to use when displaying results.\n\nDirections results contain text within distance fields that may be displayed to the user to indicate the distance of a particular \"step\" of the route. By default, this text uses the unit system of the origin's country or region.\n\nFor example, a route from \"Chicago, IL\" to \"Toronto, ONT\" will display results in miles, while the reverse route will display results in kilometers. You may override this unit system by setting one explicitly within the request's units parameter, passing one of the following values:\n\n* `metric` specifies usage of the metric system. Textual distances are returned using kilometers and meters.\n* `imperial` specifies usage of the Imperial (English) system. Textual distances are returned using miles and feet.\n\n<div class=\"note\">Note: this unit system setting only affects the text displayed within distance fields. The distance fields also contain values which are always expressed in meters.</div>\n","disabled":true},{"key":"waypoints","value":"<string>","description":"<div class=\"caution\">Caution: Requests using more than 10 waypoints (between 11 and 25), or waypoint optimization, are billed at a higher rate. <a href=\"https://developers.google.com/maps/billing/gmp-billing#directions-advanced\">Learn more about billing</a> for Google Maps Platform products.</div>\n\nSpecifies an array of intermediate locations to include along the route between the origin and destination points as pass through or stopover locations. Waypoints alter a route by directing it through the specified location(s). The API supports waypoints for these travel modes: driving, walking and bicycling; not transit.   You can supply one or more locations separated by the pipe character (`|` or `%7C`), in the form of a place ID, an address, or latitude/longitude coordinates. By default, the Directions service calculates a route using the waypoints in the order they are given. The precedence for parsing the value of the waypoint is place ID, latitude/longitude coordinates, then address.\n* If you pass a place ID, you must prefix it with `place_id:`. You can retrieve place IDs from the Geocoding API and the Places API (including Place Autocomplete). For an example using place IDs from Place Autocomplete, see [Place Autocomplete and Directions](/maps/documentation/javascript/examples/places-autocomplete-directions). For more about place IDs, see the [Place ID overview](/maps/documentation/places/web-service/place-id).\n  <div class=\"note\">For efficiency and accuracy, use place ID's when possible. These ID's are uniquely explicit like a lat/lng value pair and provide geocoding benefits for routing such as access points and traffic variables. Unlike an address, ID's do not require the service to perform a search or an intermediate request for place details; therefore, performance is better.</div>\n* If you pass latitude/longitude coordinates, the values go directly to the front-end server to calculate directions without geocoding. The points are snapped to roads and might not provide the accuracy your app needs. Use coordinates when you are confident the values truly specify the points your app needs for routing without regard to possible access points or additional geocoding details. Ensure that a comma (`%2C`) and not a space (`%20`) separates the latitude and longitude values.\n* If you pass an address, the Directions service will geocode the string and convert it into latitude/longitude coordinates to calculate directions. If the address value is ambiguous, the value might evoke a search to disambiguate from similar addresses. For example, \"1st Street\" could be a complete value or a partial value for \"1st street NE\" or \"1st St SE\". This result may be different from that returned by the Geocoding API. You can avoid possible misinterpretations using place IDs.\n* Alternatively, you can supply an encoded set of points using the [Encoded Polyline Algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm). You will find an encoded set is useful for a large number of waypoints, because the URL is significantly shorter. All web services have a URL limit of 8192 characters.\n  * Encoded polylines must be prefixed with `enc:` and followed by a colon (`:`). For example: `waypoints=enc:gfo}EtohhU:`.\n  * You can also include multiple encoded polylines, separated by the pipe character (`|`). For example, `waypoints=via:enc:wc~oAwquwMdlTxiKtqLyiK:|enc:c~vnAamswMvlTor@tjGi}L:| via:enc:udymA{~bxM:`\n\n##### Influence routes with stopover and pass through points\n\nFor each waypoint in the request, the directions response appends an entry to the `legs` array to provide the details for stopovers on that leg of the journey.\n\nIf you'd like to influence the route using waypoints without adding a stopover, add the prefix `via:` to the waypoint. Waypoints prefixed with `via:` will not add an entry to the `legs` array, but will route the journey through the waypoint.\n\nThe following URL modifies the previous request such that the journey is routed through Lexington without stopping:\n\n```\nhttps://maps.googleapis.com/maps/api/directions/json?\norigin=Boston,MA&destination=Concord,MA\n&waypoints=Charlestown,MA|via:Lexington,MA  \n```\n\nThe `via:` prefix is most effective when creating routes in response to the user dragging the waypoints on the map. Doing so allows the user to see how the final route may look in real-time and helps ensure that waypoints are placed in locations that are accessible to the Directions API.\n\n<div class=\"caution\">Caution: Using the `via:` prefix to avoid stopovers results in directions that are strict in their interpretation of the waypoint. This interpretation may result in severe detours on the route or `ZERO_RESULTS` in the response status code if the Directions API is unable to create directions through that point.</div>\n\n\n##### Optimize your waypoints\n\nBy default, the Directions service calculates a route through the provided waypoints in their given order. Optionally, you may pass `optimize:true` as the first argument within the waypoints parameter to allow the Directions service to optimize the provided route by rearranging the waypoints in a more efficient order. (This optimization is an application of the traveling salesperson problem.) Travel time is the primary factor which is optimized, but other factors such as distance, number of turns and many more may be taken into account when deciding which route is the most efficient. All waypoints must be stopovers for the Directions service to optimize their route.\n\nIf you instruct the Directions service to optimize the order of its waypoints, their order will be returned in the `waypoint_order` field within the routes object. The `waypoint_order` field returns values which are zero-based.\n\nThe following example calculates a road journey from Adelaide, South Australia to each of South Australia's main wine regions using route optimization.\n\n```\nhttps://maps.googleapis.com/maps/api/directions/json?\norigin=Adelaide,SA&destination=Adelaide,SA\n&waypoints=optimize:true|Barossa+Valley,SA|Clare,SA|Connawarra,SA|McLaren+Vale,SA\n```\n\nInspection of the calculated route will indicate that calculation uses waypoints in the following waypoint order:\n\n```\n\"waypoint_order\": [ 3, 2, 0, 1 ]\n```\n\n<div class=\"caution\">Caution: Requests using waypoint optimization are billed at a higher rate. <a href=\"https://developers.devsite.corp.google.com/maps/billing/gmp-billing#directions-advanced\">Learn more about how Google Maps Platform products are billed.</a></div>\n","disabled":true},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian.","disabled":true},{"key":"mode","value":"<string>","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<div class=\"note\">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.</div>\n","disabled":true},{"key":"region","value":"en","description":"The region code, specified as a [ccTLD (\"top-level domain\")](https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains) two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is \"uk\" (.co.uk) while its ISO 3166-1 code is \"gb\" (technically for the entity of \"The United Kingdom of Great Britain and Northern Ireland\").","disabled":true},{"key":"traffic_model","value":"best_guess","description":"Specifies the assumptions to use when calculating time in traffic. This setting affects the value returned in the duration_in_traffic field in the response, which contains the predicted time in traffic based on historical averages. The `traffic_model` parameter may only be specified for driving directions where the request includes a `departure_time`. The available values for this parameter are:\n* `best_guess` (default) indicates that the returned duration_in_traffic should be the best estimate of travel time given what is known about both historical traffic conditions and live traffic. Live traffic becomes more important the closer the `departure_time` is to now.\n* `pessimistic` indicates that the returned duration_in_traffic should be longer than the actual travel time on most days, though occasional days with particularly bad traffic conditions may exceed this value.\n* `optimistic` indicates that the returned duration_in_traffic should be shorter than the actual travel time on most days, though occasional days with particularly good traffic conditions may be faster than this value.\nThe default value of `best_guess` will give the most useful predictions for the vast majority of use cases. It is possible the `best_guess` travel time prediction may be shorter than `optimistic`, or alternatively, longer than `pessimistic`, due to the way the `best_guess` prediction model integrates live traffic information.\n","disabled":true},{"key":"transit_mode","value":"<string>","description":"Specifies one or more preferred modes of transit. This parameter may only be specified for transit directions. The parameter supports the following arguments:\n* `bus` indicates that the calculated route should prefer travel by bus.\n* `subway` indicates that the calculated route should prefer travel by subway.\n* `train` indicates that the calculated route should prefer travel by train.\n* `tram` indicates that the calculated route should prefer travel by tram and light rail.\n* `rail` indicates that the calculated route should prefer travel by train, tram, light rail, and subway. This is equivalent to `transit_mode=train|tram|subway`.\n","disabled":true},{"key":"transit_routing_preference","value":"<string>","description":"Specifies preferences for transit routes. Using this parameter, you can bias the options returned, rather than accepting the default best route chosen by the API. This parameter may only be specified for transit directions. The parameter supports the following arguments:\n* `less_walking` indicates that the calculated route should prefer limited amounts of walking.\n* `fewer_transfers` indicates that the calculated route should prefer a limited number of transfers.\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:39:01 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Vary","value":"Accept-Language"},{"key":"X-Goog-Maps-Metro-Area","value":"Vancouver"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"mafe"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=626"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"geocoded_waypoints\": [\n        {\n            \"geocoder_status\": \"OK\",\n            \"place_id\": \"ChIJs0-pQ_FzhlQRi_OBm-qWkbs\",\n            \"types\": [\n                \"locality\",\n                \"political\"\n            ]\n        },\n        {\n            \"geocoder_status\": \"OK\",\n            \"place_id\": \"ChIJcWGw3Ytzj1QR7Ui7HnTz6Dg\",\n            \"types\": [\n                \"locality\",\n                \"political\"\n            ]\n        }\n    ],\n    \"routes\": [\n        {\n            \"bounds\": {\n                \"northeast\": {\n                    \"lat\": 49.2837736,\n                    \"lng\": -123.0570566\n                },\n                \"southwest\": {\n                    \"lat\": 48.42775839999999,\n                    \"lng\": -123.4430551\n                }\n            },\n            \"copyrights\": \"Map data ©2022 Google\",\n            \"legs\": [\n                {\n                    \"distance\": {\n                        \"text\": \"115 km\",\n                        \"value\": 114538\n                    },\n                    \"duration\": {\n                        \"text\": \"3 hours 3 mins\",\n                        \"value\": 10995\n                    },\n                    \"end_address\": \"Victoria, BC, Canada\",\n                    \"end_location\": {\n                        \"lat\": 48.4281778,\n                        \"lng\": -123.3657156\n                    },\n                    \"start_address\": \"Vancouver, BC, Canada\",\n                    \"start_location\": {\n                        \"lat\": 49.2830332,\n                        \"lng\": -123.1212115\n                    },\n                    \"steps\": [\n                        {\n                            \"distance\": {\n                                \"text\": \"0.1 km\",\n                                \"value\": 115\n                            },\n                            \"duration\": {\n                                \"text\": \"1 min\",\n                                \"value\": 31\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.2837736,\n                                \"lng\": -123.1201004\n                            },\n                            \"html_instructions\": \"Head <b>northeast</b> on <b>Hornby St</b> toward <b>W Georgia St</b>/<wbr/><b>BC-1A</b>/<wbr/><b>BC-99 S</b>\",\n                            \"polyline\": {\n                                \"points\": \"}qxkHpbnnV[g@OWMUyAgC\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.2830332,\n                                \"lng\": -123.1212115\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.1 km\",\n                                \"value\": 99\n                            },\n                            \"duration\": {\n                                \"text\": \"1 min\",\n                                \"value\": 38\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.2831477,\n                                \"lng\": -123.1191257\n                            },\n                            \"html_instructions\": \"Turn <b>right</b> onto <b>W Georgia St</b>/<wbr/><b>BC-1A</b>/<wbr/><b>BC-99 S</b>\",\n                            \"maneuver\": \"turn-right\",\n                            \"polyline\": {\n                                \"points\": \"qvxkHr{mnVNYd@{@FIh@_ARa@\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.2837736,\n                                \"lng\": -123.1201004\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"7.9 km\",\n                                \"value\": 7863\n                            },\n                            \"duration\": {\n                                \"text\": \"15 mins\",\n                                \"value\": 881\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.2173662,\n                                \"lng\": -123.140223\n                            },\n                            \"html_instructions\": \"Turn <b>right</b> onto <b>Howe St</b>/<wbr/><b>BC-99 S</b> (signs for <b>British Colombia 99</b>/<wbr/><b>Tsawwassen</b>/<wbr/><b>Seattle</b>/<wbr/><b>Airport</b>/<wbr/><b>BC Ferries</b>)<div style=\\\"font-size:0.9em\\\">Continue to follow BC-99 S</div>\",\n                            \"maneuver\": \"turn-right\",\n                            \"polyline\": {\n                                \"points\": \"urxkHpumnVbAbBNVDHHLDHLTHLXj@j@|@PXHJLXJNZj@PVLTDJPZZh@Xf@p@fAd@z@R\\\\dBxCl@fAjArBdCfEpE|HfCjEJT|@|Ad@v@d@v@@BVb@\\\\`@`@l@BBBBDBBBDBFBNFPDB@JBHBJDJBJBjC|@B@TJPN@@PJLJDFJNnA|Bj@~@f@~@jAvBVf@j@bALRFJPX`AtA~@vANTd@v@f@z@LN\\\\l@\\\\n@Xb@@BJNHPr@nAr@nAl@dA\\\\b@VXTR^b@LJBBNJNJTPTLPHZLTHJB^FRBF?b@Bh@@fA?jADP?B?H?T?J?fBBRI@A?AT@p@?fA@lDDjA@^?f@@R?P@z@?|B?tDDnDDP@hA@jBBvDDtDFb@@b@?rBBZ@h@@J?j@@VAvCDpDFT?^@dCDvB@pFHpABdCBX@jBBbCFb@?bEF|CBH?P?vDBnEDj@@nCBhDDlDDxDH`E@|DFzDD~DFlA@rABTBhDDnDFrA?~BFv@Az@@d@?xAB~B@dA@`BB|DDR@tDD`BBrAB~A?pA@rCDb@?~CF~CDH?xABZ@\\\\@bB@lBDvDDtDFrDDJ@bDDlBDpDBT@vCBT@V?\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.2831477,\n                                \"lng\": -123.1191257\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.8 km\",\n                                \"value\": 806\n                            },\n                            \"duration\": {\n                                \"text\": \"1 min\",\n                                \"value\": 81\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.21445199999999,\n                                \"lng\": -123.130057\n                            },\n                            \"html_instructions\": \"Turn <b>left</b> onto <b>Park Dr</b>\",\n                            \"maneuver\": \"turn-left\",\n                            \"polyline\": {\n                                \"points\": \"qwkkHjyqnVd@eCZ{ADWj@mCf@mCf@iCb@{Bf@qCf@iCd@gCd@eCh@kCd@gCP{@TkALq@X}AF[ZaB\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.2173662,\n                                \"lng\": -123.140223\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.9 km\",\n                                \"value\": 882\n                            },\n                            \"duration\": {\n                                \"text\": \"2 mins\",\n                                \"value\": 105\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.2065284,\n                                \"lng\": -123.1303384\n                            },\n                            \"html_instructions\": \"Turn <b>right</b> onto <b>Oak St</b>\",\n                            \"maneuver\": \"turn-right\",\n                            \"polyline\": {\n                                \"points\": \"iekkHzyonVlEDtABdEDfDDvAB`LJb@?nCDT?X@l@?@?\\\\JTBL?lAE\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.21445199999999,\n                                \"lng\": -123.130057\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"12.6 km\",\n                                \"value\": 12556\n                            },\n                            \"duration\": {\n                                \"text\": \"9 mins\",\n                                \"value\": 560\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.1099442,\n                                \"lng\": -123.0608443\n                            },\n                            \"html_instructions\": \"Continue onto <b>BC-99 S</b> (signs for <b>Victoria</b>/<wbr/><b>Nanaimo</b>/<wbr/><b>US A Border</b>)\",\n                            \"polyline\": {\n                                \"points\": \"ysikHr{onVp@Ej@CZAF?b@EZEh@GPEPETE^MLENERG\\\\Sf@UTKd@Yd@]^Y@CZWPOZYRQf@e@bA_ApAkAv@q@l@k@x@u@TSrBmBzAuAbA{@pAmAlAiAdDyCPMj@i@v@s@`CyBrAkAdB_BPONOBCPQdB{Af@e@dAaAj@e@HIJK~CqCJKr@o@BCz@w@NMNMJKJI~@{@~@{@PQdB}A@Cd@c@`@g@BCLSNUV_@p@gANW`@u@r@kAXe@rAyBrCwEnFgJXg@jAqBt@oAdByCfByCdByCpBkDT_@T_@JQrBoD`@q@`AcBb@u@pBiDDI^o@zAkCr@oA|@}Av@uATa@R[^q@rAwBh@}@R_@Xc@Xi@NUdByCrBmDn@gAhB}Cn@eApPkYxBuD`AcBlL}R^k@^k@T]NOPSTUPOTSd@]VOx@_@TKv@ULCNCZGTCT?d@CJ?t@AnFAfB?tBBnFAD?l@CvA?dE@fZ@|E?j@?fL@D?@?lB?t@@ve@B~C@lF?bA?b@?nJ@vG@@?`@?`K@n@?rC@vA@dA@|C@lB?z@?xB?nA@vA@dBBxB@jA@pDAB?N?d@AlC?JAn@Bf@Al@?h@C`@Ef@Kb@KVKPIRIRMNMPOj@k@NQl@o@f@i@DIHKPUFKRWxAoBxAuBp@_A^i@hA}A|@oAj@y@Za@LOr@aAt@aAv@eADGTYZa@v@eArAgBdCcD`HcJZc@v@cAv@eAZa@fDmEv@eAZa@Za@Zc@Za@Za@Za@nBkCrD}EdAwAnCoDlCmDl@y@z@iAnBiCv@cA~@mA|@mAr@}@V[JQNOb@o@bAqAjA}A\\\\e@j@u@rAeBTYd@m@d@k@FEhB{Bj@m@tBeCPQV]PU^m@BE`@u@d@eAFQ^eA\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.2065284,\n                                \"lng\": -123.1303384\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"5.2 km\",\n                                \"value\": 5202\n                            },\n                            \"duration\": {\n                                \"text\": \"4 mins\",\n                                \"value\": 257\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.06422000000001,\n                                \"lng\": -123.0573213\n                            },\n                            \"html_instructions\": \"Take exit <b>28</b> to merge onto <b>BC-17A</b> toward <b>Ladner</b>\",\n                            \"maneuver\": \"ramp-right\",\n                            \"polyline\": {\n                                \"points\": \"cxvjHfibnVLI@A@CL_@n@iBBE~A{EFSh@{AN]Pa@JQDGBCLOLOHILIJGHEJCHCFA\\\\EVAj@?j@?v@@h@@@?hBBp@Bh@@N?f@Gh@?j@@|B?~AAxB?L?`C?`C?`D?rB?hEAxD?bD?jC?tBAfC?xA?fC?vBAfCGt@C@?~@EhAGpAI`@CpBO~AId@EtAEVAjACpBAbA?|A?p@?bA@h@@lBFF?|BFnA@T?nA@H?j@?rB?tA@|@?x@?|C@nC?zA?bD@jB?j@?jB@hB?D?vC@~C?jC@j]DjB?fA?b@?`I@nC@vE?fB@|C?~IB\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.1099442,\n                                \"lng\": -123.0608443\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"3.9 km\",\n                                \"value\": 3903\n                            },\n                            \"duration\": {\n                                \"text\": \"3 mins\",\n                                \"value\": 207\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.036565,\n                                \"lng\": -123.0819814\n                            },\n                            \"html_instructions\": \"Take the ramp on the <b>left</b> onto <b>BC-17</b>\",\n                            \"maneuver\": \"ramp-left\",\n                            \"polyline\": {\n                                \"points\": \"kzmjHfsanVzGBjA?D?bB?d@?`A@~@AN?`@?fECdA?@?`@?b@?fA@fA?L?T?b@?n@?dAEh@Et@Gd@Ap@DTBXBz@JB?t@BPBbBHB?zFBb@@X?lA@n@@j@DX?l@EjC^d@DpA^h@NXHTHd@PDBTJr@XdB|@`Al@bAt@TPbAv@vArAb@b@v@`AlA~AvAzBt@rAj@fALVhAdCvAjD|BdGlCbHFPnBjF~@xBJ\\\\^nAh@tAr@fBxApDbAhCr@~AJT^x@tAvDtAjDz@`CdApCp@fBnBnFfBnFLXRl@d@jAZfA~@bCLZn@fBj@tAn@~A\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.06422000000001,\n                                \"lng\": -123.0573213\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"4.2 km\",\n                                \"value\": 4154\n                            },\n                            \"duration\": {\n                                \"text\": \"4 mins\",\n                                \"value\": 216\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.01122489999999,\n                                \"lng\": -123.1235419\n                            },\n                            \"html_instructions\": \"Keep <b>left</b> to stay on <b>BC-17</b>\",\n                            \"maneuver\": \"keep-left\",\n                            \"polyline\": {\n                                \"points\": \"omhjHjmfnVlCdHp@fB`AfCj@zApAfDdAnCl@bBRh@FNTl@Rh@dArCnApD\\\\|@BHHTXp@Rh@d@lAx@rBRh@Zt@h@jAZr@|@pBt@lB|AbE?@p@|A~A`Et@xBLXL\\\\Vt@ZbAN\\\\Xr@Pf@f@hAh@lAJT\\\\t@\\\\t@Tb@Tb@NZVf@`@r@LVPZ^p@R\\\\\\\\j@RZNTdA`BR\\\\^l@fAfB~C~EvAzBV`@x[xg@jKlPPVdExGpLbR|BzDVb@p@jAx@nAl@dAd@z@`AzA~@zAbB`CZd@HNZl@\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.036565,\n                                \"lng\": -123.0819814\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.2 km\",\n                                \"value\": 242\n                            },\n                            \"duration\": {\n                                \"text\": \"1 min\",\n                                \"value\": 62\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.010472,\n                                \"lng\": -123.1266349\n                            },\n                            \"html_instructions\": \"Continue straight to stay on <b>BC-17</b><div style=\\\"font-size:0.9em\\\">Toll road</div>\",\n                            \"maneuver\": \"straight\",\n                            \"polyline\": {\n                                \"points\": \"cocjHbqnnVN\\\\DHBLNp@RnA`@nC`@`ER~A\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.01122489999999,\n                                \"lng\": -123.1235419\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.7 km\",\n                                \"value\": 671\n                            },\n                            \"duration\": {\n                                \"text\": \"4 mins\",\n                                \"value\": 268\n                            },\n                            \"end_location\": {\n                                \"lat\": 49.006106,\n                                \"lng\": -123.1316355\n                            },\n                            \"html_instructions\": \"Turn <b>left</b> to stay on <b>BC-17</b><div style=\\\"font-size:0.9em\\\">Toll road</div>\",\n                            \"maneuver\": \"turn-left\",\n                            \"polyline\": {\n                                \"points\": \"mjcjHldonVf@RD?B@B@@@BB@Bp@`Ap@bA~AbCpCfElAjBXb@~@|Ah@z@b@r@BHBF?HHhA?D?@@@@B@@@@B@B?B?BABCv@wADG@ABAB?@?DBNNr@hALTLR\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.010472,\n                                \"lng\": -123.1266349\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"46.4 km\",\n                                \"value\": 46435\n                            },\n                            \"duration\": {\n                                \"text\": \"1 hour 47 mins\",\n                                \"value\": 6398\n                            },\n                            \"end_location\": {\n                                \"lat\": 48.6895195,\n                                \"lng\": -123.4116712\n                            },\n                            \"html_instructions\": \"Take the <b>Swartz Bay, BC - Tsawwassen, BC</b> ferry<div style=\\\"font-size:0.9em\\\">Toll road</div>\",\n                            \"maneuver\": \"ferry\",\n                            \"polyline\": {\n                                \"points\": \"eobjHvcpnV|bAlwAOn@f@DHHthIj~KfgFvbHr{DnkFjD`Dbh@te@hb@xN`KlKhFlNvB`p@oG|vBwAde@lExU|S`HpVkBTF^FdOrAjUItYuA`hAeN`|KjbBrg@zU`bAlrAts@~vAzv@nmBb{@vxBz_@d}@bc@bOz^yX`Z}|@vZcx@hRse@bB_CrAgBhCmD\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 49.006106,\n                                \"lng\": -123.1316355\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.2 km\",\n                                \"value\": 214\n                            },\n                            \"duration\": {\n                                \"text\": \"1 min\",\n                                \"value\": 79\n                            },\n                            \"end_location\": {\n                                \"lat\": 48.68775230000001,\n                                \"lng\": -123.4107815\n                            },\n                            \"html_instructions\": \"Continue straight onto <b>Ferry Ramp</b><div style=\\\"font-size:0.9em\\\">Toll road</div>\",\n                            \"maneuver\": \"straight\",\n                            \"polyline\": {\n                                \"points\": \"otdhH|yfpVRWFG\\\\_@HIZa@HKRS`@Eb@Eb@EFAF?RCfAKLA\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 48.6895195,\n                                \"lng\": -123.4116712\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"31.1 km\",\n                                \"value\": 31096\n                            },\n                            \"duration\": {\n                                \"text\": \"29 mins\",\n                                \"value\": 1742\n                            },\n                            \"end_location\": {\n                                \"lat\": 48.42775839999999,\n                                \"lng\": -123.3616938\n                            },\n                            \"html_instructions\": \"Continue onto <b>Patricia Bay Hwy</b>/<wbr/><b>BC-17</b><div style=\\\"font-size:0.9em\\\">Continue to follow Patricia Bay Hwy</div><div style=\\\"font-size:0.9em\\\">Toll road</div>\",\n                            \"polyline\": {\n                                \"points\": \"midhHjtfpVzB[fAIfAIl@E\\\\C~@Ap@BR@HBJB\\\\PTLHFNNTTz@zAXd@Xd@p@lAjApB|@dBn@nA@@fAlBbAbBz@bBNXn@pAHLd@~@`@v@\\\\r@DF`@~@d@bAj@tAz@nBTh@r@pBVt@d@nARj@|BjG|CtIbArChAtCr@pB\\\\|@r@jBh@rA`@fABH\\\\~@^z@l@pA\\\\f@V\\\\RTb@^b@\\\\PJb@Th@N\\\\Jn@Hh@Dp@AVAZCTEB?XG`@MXK`@Sj@_@BAn@k@`AeA@CnA}AdByBvAgBtAeBdAqAT[xAiBxAiBlA}AfCaDxAkBhB{BdE_FlDkEnBkCRS`BuBxAcBX]n@u@p@m@|AoAf@]r@g@v@i@v@g@RMl@[dAq@|CsBdDuBlCeBvBwAtA}@zBwADCpBqAlCgBpD}B`Aq@tEwCLIhBmAtByAtBsA~@m@tBqAdFcD@ARM`DuBrBoAd@_@HG\\\\QLId@U`Aa@TG`@MJEh@K`AIdA?z@DF@n@Hj@Jp@RpAb@jBr@tBv@~Al@h@ZXNvBt@hAb@^NXLFBf@RJDhC`ArAh@~@\\\\tAj@`Bl@dBr@fE|AtBx@lBt@j@TpAf@|Al@`Bl@HBdA`@lDvAjBr@xAl@`A\\\\p@P~@Px@Jz@Dj@?h@?p@ChAMl@Kl@M~@[l@Sn@Yf@SrB{@jAg@x@]HEbBs@@?hBu@|@_@`Aa@rD{AlDyAf@SbAe@z@]n@[x@c@jAo@r@g@h@]rAaAbBmAdBoAhBqAl@c@`BkAlCoBnA_A|@o@jAw@|C_CrDkCr@g@|BcBl@c@~L_J~EoDzBaBrF_EnBuAl@c@|@m@z@c@dAe@\\\\Kd@M^Ib@E^Ct@Bl@Al@?l@@j@@l@@fA@j@@R@n@@l@@V@R?@?l@@j@@fAB`ABp@@nBDl@@n@@j@@n@@h@@n@Bl@@l@@l@@j@BZ?R@j@DV@VDh@DVDVD@?j@L`AT`AXl@Tt@ZdAZ^NPFPJjDrAXJ^NPF~@^pB|@dAV`A^bA`@rHtChDpAD@pCfAlBl@f@L`@JPB\\\\Fn@H\\\\DPBXBV?TBF?N@Z?\\\\?`@?X?T?b@Cr@Ej@GZEPEZEj@M|@SzAc@rAa@lA_@RGz@Wn@SxBs@lBk@~E}AzC}@t@UrBo@rBo@b@MdCu@PGRGBAZKh@MTIVGTEPCPEXATAj@AZAT?XBh@DbALvAR~ATrARjBTt@B\\\\DZDn@NhBNXBtBTbALp@F|@Jh@Fp@Hj@F|@Hn@Bh@@j@@j@?j@Cd@C^Cl@GVC\\\\GDANCd@Kj@Kj@Mt@Yj@Wr@]\\\\Qb@Uz@k@XSj@_@`A[NIh@_@f@W|@e@n@a@`B}@lAo@JGz@c@|@c@n@[v@a@l@[j@YDC`@SVKTKt@[\\\\M^OVKh@UZKn@Sf@QRGDANEh@OJC^Ih@O^K`@KTGVETGj@Kl@Mj@Mh@Mn@Kj@Mn@MZG^Gn@MZG~@Ql@Kp@IlASf@GVCfAKvAOv@GJAp@Gj@EvAQ\\\\Ch@EPCVCVCxAMj@EXCf@GfAMj@IRCn@IZENCl@In@K^G^El@KZEPCl@Ih@Gl@I|@MDAdBUj@I\\\\Il@Kl@ORGZId@MVGPGZGPGVId@KZITGTGTGVGn@OPEVEj@KVEPC`@G`@E~@KF?tAKl@CbAGj@EVCpBOj@El@Gl@EVCVEn@Il@Eh@E@?bAKVAd@Et@Kx@It@Ml@If@Gl@KbAOTEp@MjBWrBYb@Gb@GPCZEdAQd@GXEh@IZEh@Gj@Gn@Ej@Cb@Cb@El@Gl@Ij@Ih@MzA_@dCm@ZIVGf@MXGj@On@OFA`@KXGHADA\\\\GREVETCTCTCXCRCTAV?JAJ?T?@?T?T?l@@Z@x@Bl@@\\\\?NAXARA`@Ab@EXCj@In@Kb@KTG`@GVGf@IbASl@Mj@K^INAPCZGFARCNAPCXEVEB?VEJAVCf@Gd@GbAMt@Ir@KdBQd@GVETCfAMrBWn@KbFq@bFq@`AMr@Gt@MRCx@MdDc@z@Mb@GTClAOhAMf@?nACZB`@@nAJbBRH@`BRb@DfCZh@FzARp@HnCZ^D@@fD^JB`@DtAPx@Hb@FlCZf@FlCZtAJtBHxAKbG[pAGt@EbAAR?B?l@?`ADZBTBl@Fl@JfARh@NdAVRFjCv@bAZPDxBp@F@~@Vr@Rr@Lh@Fl@Bb@?`@Ah@G@?h@K|@W^KBAlDkA`Cw@`Cy@fC{@rBq@d@Op@Qd@KRC`@G`@E`@Al@?t@D^B^F^JfAZdAb@lAj@vCxAtCtAvAp@l@X~@`@f@Rp@Pj@J\\\\Bj@BX@Z?l@Cx@MfAYdCs@fAYfA_@nE{AlAc@tKuDnDmAd@Q`@OpC_AvBu@vBq@rAa@pA_@nA]|Aa@lBe@NEb@IpCk@\\\\I^GBAnCe@bAOhBYh@Kf@InHaB@?`@KrCu@XIjCs@jCs@lA]tBk@DANErA_@REp@S`@KRGrA_@dAWREBA\\\\Kf@K^KrA_@p@QfAWVIb@Mb@O\\\\OZUPMPSPSLSVe@Vk@Ne@`AmCvAaE\\\\aA~AiEFQZeAfAwCb@kAPe@HSLSHMRYVYZY^WTMTIFCLCPENCRCr@ETAjBGZAFAJATEFARCLEPGLG`@SZSl@e@v@u@n@k@x@s@v@o@l@k@|@w@NMj@i@^W@A\\\\U^S\\\\Qb@Ql@Qz@Qh@KZIZKXKZKZMZMz@a@TK|BiAz@a@~Au@v@_@NIj@Wr@]d@SxAs@`Ac@dB{@lAk@l@Yf@WnAw@pA}@`@UVMRITIB?^Kz@Ol@KdAQzB]pBa@^QNERCr@OjCg@tDs@x@Kj@CD?b@A\\\\?v@D\\\\BH@VBd@@l@?h@APARCh@Ih@Kd@MzBq@LEDC|Ae@|Ag@PE|@S`@IXEL?z@AT?d@Bv@Hp@H\\\\B\\\\Bb@@h@FvAHj@Ml@DH@J?J?JAR?vAY^In@O\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 48.68775230000001,\n                                \"lng\": -123.4107815\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        },\n                        {\n                            \"distance\": {\n                                \"text\": \"0.3 km\",\n                                \"value\": 300\n                            },\n                            \"duration\": {\n                                \"text\": \"1 min\",\n                                \"value\": 70\n                            },\n                            \"end_location\": {\n                                \"lat\": 48.4281778,\n                                \"lng\": -123.3657156\n                            },\n                            \"html_instructions\": \"Turn <b>right</b> onto <b>Pandora Ave</b>\",\n                            \"maneuver\": \"turn-right\",\n                            \"polyline\": {\n                                \"points\": \"opqfHpa}oVCt@c@zJK`C_@pF\"\n                            },\n                            \"start_location\": {\n                                \"lat\": 48.42775839999999,\n                                \"lng\": -123.3616938\n                            },\n                            \"travel_mode\": \"DRIVING\"\n                        }\n                    ],\n                    \"traffic_speed_entry\": [],\n                    \"via_waypoint\": []\n                }\n            ],\n            \"overview_polyline\": {\n                \"points\": \"}qxkHpbnnVsC}EfB_DRa@bAbBT`@f@z@hD|FrDrG~Uza@fFhI`HdCr@h@lCtE~E|IhHdLdFrItCjCxAn@fANvGJpEGdo@n@rg@n@|uB`Cno@v@`]d@lMNl@@`AaF`C}LxC_PlEmUZaBlEDzGHdUTlFFbANnG]tD{@`CoAbBsAdJkI|b@m`@vRgQlIaIpEoH`g@wz@xVwb@~^_o@hSc]vAmBbBwA~CqAlEYtuAB~nCZvCa@pAm@bEkExTuZxfAkwAlJcMfK{LlAgBnBsE^o@zC_JvAmDd@k@l@a@z@OnJHnOEna@A`\\\\OvN{@jHMvG@|MTvVBhxAPbq@DpJC~AMvABnBRvPXbD@pDd@zBn@zAh@pFpCtFrE`G`IxDxHjJfVzErMzFxN~Ln[hKzYzYbw@lEdLdJxTnG~PvEhKzDfH|MbT~oA|qBz@dBhA~Gt@`Hl@RLH~NbUtA`CHzARJnAiBjA|AZh@|bAlwAOn@p@N|pPbbUr{DnkFjD`Dbh@te@hb@xN`KlKhFlNvB`p@oG|vBwAde@lExU|S`HpVkBt@NdOrAjUItYuA`hAeN`|KjbBrg@zU`bAlrAts@~vAzv@nmBb{@vxBz_@d}@bc@bOz^yX`Z}|@`n@w~AvDgFbEmFbAkAhBQxBSxHu@bD?hAf@jBhChJpPnHlNvGbPtPvd@bCpGhCtFrBpB|B|@bDJnAQhCmAvBwBrRgVp[s`@dGmHjFcEhU}Nxw@}g@fKyG~CmAt@QfCI~C\\\\dJbDfLtEbj@|SxLzElFlAbE@dFcAlN}FxTgJpFmCtGuEfUiPli@m`@nMgJdEcBxCOtD@~HLdXf@xF^fCh@jFfBzJzDr\\\\hMhEjA|BZzDHfCItBYfN{Dhe@sNfEWtPnBxMzAdEd@bEPfGa@lCi@rDaBdDuBbD}ArMaH|GcDfGyBzNeDpI_BbLoA~T{B`SoCbM}ChFaAtJs@zU{BjVmD~Hs@pDi@tG_BjFmAjDe@fCGnGDhGw@nHsAdLwA`i@_HbEi@|EMvO`BtOjB`I~@`Kx@nRw@`DTdFfAjN`EnDXvBUnWqIpCq@rCOtC\\\\lC~@dFdCzIbEbDt@nC@nIuBdc@eOtKiDjHkBtPyC~UwFlMkDlT}F|AgAnAyBrKqZlAyCpA{ArAs@bAQbG]`AYbDcChJcI|A}@vDaAvFwBfNuGnI_EvFgDbBw@lCg@`Eo@pCs@bFaA`HcAvCFtBFxBQlLiDfCc@nDJpCR`CPxAGl@?zDs@sAdX\"\n            },\n            \"summary\": \"Swartz Bay, BC - Tsawwassen, BC and Patricia Bay Hwy\",\n            \"warnings\": [],\n            \"waypoint_order\": []\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"45185abb-41ce-4439-93e2-c21470967312"}],"id":"35e0627c-607c-4c83-887e-ef0029856343","_postman_id":"35e0627c-607c-4c83-887e-ef0029856343","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}}},{"name":"Elevation API","item":[{"name":"Elevation","id":"7237d7d3-df92-4a32-a4f4-b9879102b452","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/elevation/json?locations=35,-100|40,-110","description":"<p>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. With the Elevation API, you can develop hiking and biking applications, positioning applications, or low resolution surveying applications.</p>\n<p>Elevation data is available for all locations on the surface of the earth, including depth locations on the ocean floor (which return negative values). In those cases where Google does not possess exact elevation measurements at the precise location you request, the service interpolates and returns an averaged value using the four nearest locations. Elevation values are expressed relative to local mean sea level (LMSL).</p>\n<p>Requests to the Elevation API utilize different parameters based on whether the request is for discrete locations or for an ordered path. For discrete locations, requests for elevation return data on the specific locations passed in the request; for paths, elevation requests are instead sampled along the given path.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","elevation","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>Positional requests are indicated through use of the locations parameter, indicating elevation requests for the specific locations passed as latitude/longitude values.</p>\n<p>The locations parameter may take the following arguments:</p>\n<ul>\n<li>A single coordinate: <code>locations=40.714728,-73.998672</code></li>\n<li>An array of coordinates separated using the pipe ('|') character: <pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>locations=40.714728,-73.998672|-34.397,150.644\n</code></pre></li>\n<li>A set of encoded coordinates using the <a href=\"https://developers.google.com/maps/documentation/utilities/polylinealgorithm\">Encoded Polyline Algorithm</a>: <pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>locations=enc:gfo}EtohhU\n</code></pre></li>\n</ul>\n<p>Latitude and longitude coordinate strings are defined using numerals within a comma-separated text string. For example, \"40.714728,-73.998672\" is a valid locations value. Latitude and longitude values must correspond to a valid location on the face of the earth. Latitudes can take any value between -90 and 90 while longitude values can take any value between -180 and 180. If you specify an invalid latitude or longitude value, your request will be rejected as a bad request.</p>\n<p>You may pass any number of multiple coordinates within an array or encoded polyline, while still constructing a valid URL. Note that when passing multiple coordinates, the accuracy of any returned data may be of lower resolution than when requesting data for a single coordinate.</p>\n","type":"text/plain"},"key":"locations","value":"35,-100|40,-110"},{"disabled":true,"description":{"content":"<p>An array of comma separated <code>latitude,longitude</code> strings.</p>\n","type":"text/plain"},"key":"path","value":"<string>|<string>"},{"disabled":true,"description":{"content":"<p>Required if path parameter is set.</p>\n","type":"text/plain"},"key":"samples","value":"<number>"}],"variable":[]}},"response":[{"id":"a41470f5-5b36-459e-a0c7-71ea86dc9a03","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/elevation/json?locations=35,-100|40,-110","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","elevation","json"],"query":[{"key":"locations","value":"35,-100|40,-110","description":"Positional requests are indicated through use of the locations parameter, indicating elevation requests for the specific locations passed as latitude/longitude values.\n\nThe locations parameter may take the following arguments:\n\n- A single coordinate: `locations=40.714728,-73.998672`\n- An array of coordinates separated using the pipe ('|') character: \n  ```\n  locations=40.714728,-73.998672|-34.397,150.644\n  ```\n- A set of encoded coordinates using the [Encoded Polyline Algorithm](https://developers.google.com/maps/documentation/utilities/polylinealgorithm): \n  ```\n  locations=enc:gfo}EtohhU\n  ```\n\nLatitude and longitude coordinate strings are defined using numerals within a comma-separated text string. For example, \"40.714728,-73.998672\" is a valid locations value. Latitude and longitude values must correspond to a valid location on the face of the earth. Latitudes can take any value between -90 and 90 while longitude values can take any value between -180 and 180. If you specify an invalid latitude or longitude value, your request will be rejected as a bad request.\n\nYou may pass any number of multiple coordinates within an array or encoded polyline, while still constructing a valid URL. Note that when passing multiple coordinates, the accuracy of any returned data may be of lower resolution than when requesting data for a single coordinate.\n"},{"key":"path","value":"<string>|<string>","description":"An array of comma separated `latitude,longitude` strings.","disabled":true},{"key":"samples","value":"<number>","description":"Required if path parameter is set.","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:39:59 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"mafe"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=180"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"elevation\": 562.6362915039062,\n            \"location\": {\n                \"lat\": 35,\n                \"lng\": -100\n            },\n            \"resolution\": 9.543951988220215\n        },\n        {\n            \"elevation\": 1629.402587890625,\n            \"location\": {\n                \"lat\": 40,\n                \"lng\": -110\n            },\n            \"resolution\": 19.08790397644043\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"7237d7d3-df92-4a32-a4f4-b9879102b452"}],"id":"9a3e81bb-739f-4a2f-9d6d-799c202b6e70","_postman_id":"9a3e81bb-739f-4a2f-9d6d-799c202b6e70","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}}},{"name":"Geocoding API","item":[{"name":"Geocode","id":"d62f9ad4-91e0-4c2d-83d7-19bda6484a67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/geocode/json?address=1600 Amphitheatre Parkway, Mountain View, CA","description":"<p>The Geocoding API is a service that provides geocoding and reverse geocoding of addresses.</p>\n<p><strong>Geocoding</strong> is the process of converting addresses (like a street address) into geographic coordinates (like latitude and longitude), which you can use to place markers on a map, or position the map.</p>\n<p><strong>Reverse geocoding</strong> is the process of converting geographic coordinates into a human-readable address.</p>\n<p>You can also use the Geocoding API to find the address for a given place ID.</p>\n<p>To see countries currently supported by the Google Maps Platform Geocoding API, please consult the <a href=\"https://developers.google.com/maps/coverage\">Google Maps coverage data</a>. The accuracy of geocoded locations may vary per country, so you should consider using the returned <code>location_type</code> field to determine if a good enough match has been found for the purposes of your application. Please note that the availability of geocoding data depends on our contracts with data providers, so it is subject to change.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","geocode","json"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"description":{"content":"<p>The street address or plus code that you want to geocode. Specify addresses in accordance with the format used by the national postal service of the country concerned. Additional address elements such as business names and unit, suite or floor numbers should be avoided. Street address elements should be delimited by spaces (shown here as url-escaped to <code>%20</code>):</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code>address=24%20Sussex%20Drive%20Ottawa%20ON\n</code></pre><p>Format plus codes as shown here (plus signs are url-escaped to <code>%2B</code> and spaces are url-escaped to <code>%20</code>):</p>\n<ul>\n<li>global code is a 4 character area code and 6 character or longer local code (<code>849VCWC8+R9</code> is <code>849VCWC8%2BR9</code>).</li>\n<li>compound code is a 6 character or longer local code with an explicit location (<code>CWC8+R9 Mountain View, CA, USA</code> is <code>CWC8%2BR9%20Mountain%20View%20CA%20USA</code>).</li>\n</ul>\n<div class=\"note\">Note: At least one of `address` or `components` is required.</div>","type":"text/plain"},"key":"address","value":"1600 Amphitheatre Parkway, Mountain View, CA"},{"disabled":true,"description":{"content":"<p>The bounding box of the viewport within which to bias geocode results more prominently. This parameter will only influence, not fully restrict, results from the geocoder.</p>\n","type":"text/plain"},"key":"bounds","value":"<string>"},{"disabled":true,"description":{"content":"<p>The bounding box of the viewport within which to bias geocode results more prominently. This parameter will only influence, not fully restrict, results from the geocoder.</p>\n","type":"text/plain"},"key":"bounds","value":"<string>"},{"disabled":true,"description":{"content":"<p>A components filter with elements separated by a pipe (|). The components filter is also accepted as an optional parameter if an address is provided. Each element in the components filter consists of a <code>component:value</code> pair, and fully restricts the results from the geocoder.</p>\n<p>The components that can be filtered include:</p>\n<ul>\n<li><code>postal_code</code> matches <code>postal_code</code> and <code>postal_code_prefix</code>.</li>\n<li><code>country</code> matches a country name or a two letter ISO 3166-1 country code. The API follows the ISO standard for defining countries, and the filtering works best when using the corresponding ISO code of the country.<aside><strong>Note</strong>: If you receive unexpected results with a country code, verify that you are using a code which includes the countries, dependent territories, and special areas of geographical interest you intend. You can find code information at Wikipedia: List of ISO 3166 country codes or the ISO Online Browsing Platform.</aside></li>\n</ul>\n<p>The following components may be used to influence results, but will not be enforced:</p>\n<ul>\n<li><code>route</code> matches the long or short name of a route.</li>\n<li><code>locality</code> matches against <code>locality</code> and <code>sublocality</code> types.</li>\n<li><code>administrative_area</code> matches all the <code>administrative_area</code> levels.</li>\n</ul>\n<p>Notes about component filtering:</p>\n<ul>\n<li>Do not repeat these component filters in requests, or the API will return <code>INVALID_REQUEST</code>: <ul>\n<li><code>country</code></li>\n<li><code>postal_code</code></li>\n<li><code>route</code></li>\n</ul>\n</li>\n<li>If the request contains repeated component filters, the API evaluates those filters as an AND, not an OR.</li>\n<li>Results are consistent with Google Maps, which occasionally yields unexpected <code>ZERO_RESULTS</code> responses. Using Place Autocomplete may provide better results in some use cases. To learn more, see <a href=\"https://developers.devsite.corp.google.com/maps/documentation/geocoding/faq#trbl_component_filtering\">this FAQ</a>.</li>\n<li>For each address component, either specify it in the address parameter or in a components filter, but not both. Specifying the same values in both may result in <code>ZERO_RESULTS</code>.</li>\n</ul>\n<div class=\"note\">Note: At least one of `address` or `components` is required.</div>","type":"text/plain"},"key":"components","value":"<string>|<string>"},{"disabled":true,"description":{"content":"<p>The street address that you want to geocode, in the format used by the national postal service of the country concerned. Additional address elements such as business names and unit, suite or floor numbers should be avoided.</p>\n","type":"text/plain"},"key":"latlng","value":"<string>"},{"disabled":true,"description":{"content":"<p>A filter of one or more location types, separated by a pipe (<code>|</code>). If the parameter contains multiple location types, the API returns all addresses that match any of the types. A note about processing: The <code>location_type</code> parameter does not restrict the search to the specified location type(s). Rather, the <code>location_type</code> acts as a post-search filter: the API fetches all results for the specified latlng, then discards those results that do not match the specified location type(s). The following values are supported:</p>\n<ul>\n<li><code>APPROXIMATE</code> returns only the addresses that are characterized as approximate.</li>\n<li><code>GEOMETRIC_CENTER</code> returns only geometric centers of a location such as a polyline (for example, a street) or polygon (region).</li>\n<li><code>RANGE_INTERPOLATED</code> returns only the addresses that reflect an approximation (usually on a road) interpolated between two precise points (such as intersections). An interpolated range generally indicates that rooftop geocodes are unavailable for a street address.</li>\n<li><code>ROOFTOP</code> returns only the addresses for which Google has location information accurate down to street address precision.</li>\n</ul>\n","type":"text/plain"},"key":"location_type","value":"<string>|<string>"},{"disabled":true,"description":{"content":"<p>A textual identifier that uniquely identifies a place, returned from a <a href=\"https://developers.google.com/maps/documentation/places/web-service/search\">Place Search</a>.\nFor more information about place IDs, see the <a href=\"https://developers.google.com/maps/documentation/places/web-service/place-id\">place ID overview</a>.</p>\n","type":"text/plain"},"key":"place_id","value":"<string>"},{"disabled":true,"description":{"content":"<p>A filter of one or more address types, separated by a pipe (|). If the parameter contains multiple address types, the API returns all addresses that match any of the types. A note about processing: The <code>result_type</code> parameter does not restrict the search to the specified address type(s). Rather, the <code>result_type</code> acts as a post-search filter: the API fetches all results for the specified <code>latlng</code>, then discards those results that do not match the specified address type(s).The following values are supported:</p>\n<ul>\n<li><code>administrative_area_level_1</code> indicates a first-order civil entity below the country level. Within the United States, these administrative levels are states. Not all nations exhibit these administrative levels. In most cases, administrative_area_level_1   * <code>short</code> names will closely match ISO 3166-2 subdivisions and other widely circulated lists; however this is not guaranteed as our geocoding results are based on a variety of signals and location data.</li>\n<li><code>administrative_area_level_2</code> indicates a second-order civil entity below the country level. Within the United States, these administrative levels are counties. Not all nations exhibit these administrative levels.</li>\n<li><code>administrative_area_level_3</code> indicates a third-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels.</li>\n<li><code>administrative_area_level_4</code> indicates a fourth-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels.</li>\n<li><code>administrative_area_level_5</code> indicates a fifth-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels.</li>\n<li><code>airport</code> indicates an airport.</li>\n<li><code>colloquial_area</code> indicates a commonly-used alternative name for the entity.</li>\n<li><code>country</code> indicates the national political entity, and is typically the highest order type returned by the Geocoder.</li>\n<li><code>intersection</code> indicates a major intersection, usually of two major roads.</li>\n<li><code>locality</code> indicates an incorporated city or town political entity.</li>\n<li><code>natural_feature</code> indicates a prominent natural feature.</li>\n<li><code>neighborhood</code> indicates a named neighborhood</li>\n<li><code>park</code> indicates a named park.</li>\n<li><code>plus_code</code> indicates an encoded location reference, derived from latitude and longitude. Plus codes can be used as a replacement for street addresses in places where they do not exist (where buildings are not numbered or streets are not named). See <a href=\"https://plus.codes/\">https://plus.codes/</a> for details.</li>\n<li><code>point_of_interest</code> indicates a named point of interest. Typically, these \"POI\"s are prominent local entities that don't easily fit in another category, such as \"Empire State Building\" or \"Eiffel Tower\".</li>\n<li><code>political</code> indicates a political entity. Usually, this type indicates a polygon of some civil administration.</li>\n<li><code>postal_code</code> indicates a postal code as used to address postal mail within the country.</li>\n<li><code>premise</code> indicates a named location, usually a building or collection of buildings with a common name</li>\n<li><code>route</code> indicates a named route (such as \"US 101\").</li>\n<li><code>street_address</code> indicates a precise street address.</li>\n<li><code>sublocality</code> indicates a first-order civil entity below a locality. For some locations may receive one of the additional types: <code>sublocality_level_1</code> to <code>sublocality_level_5</code>. Each sublocality level is a civil entity. Larger numbers indicate a smaller geographic area.</li>\n<li><code>subpremise</code> indicates a first-order entity below a named location, usually a singular building within a collection of buildings with a common name</li>\n</ul>\n","type":"text/plain"},"key":"result_type","value":"<string>|<string>"},{"disabled":true,"description":{"content":"<p>The language in which to return results.</p>\n<ul>\n<li>See the <a href=\"https://developers.google.com/maps/faq#languagesupport\">list of supported languages</a>. Google often updates the supported languages, so this list may not be exhaustive.</li>\n<li>If <code>language</code> is not supplied, the API attempts to use the preferred language as specified in the <code>Accept-Language</code> header.</li>\n<li>The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.</li>\n<li>If a name is not available in the preferred language, the API uses the closest match.</li>\n<li>The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, <em>utca</em> and <em>tér</em> are synonyms for street in Hungarian.</li>\n</ul>\n","type":"text/plain"},"key":"language","value":"en"},{"disabled":true,"description":{"content":"<p>The region code, specified as a <a href=\"https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains\">ccTLD (\"top-level domain\")</a> two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is \"uk\" (.co.uk) while its ISO 3166-1 code is \"gb\" (technically for the entity of \"The United Kingdom of Great Britain and Northern Ireland\").</p>\n","type":"text/plain"},"key":"region","value":"en"}],"variable":[]}},"response":[{"id":"e8663058-0139-47e2-b3a3-8f30b7b968ea","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/geocode/json?address=1600 Amphitheatre Parkway, Mountain View, CA","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","geocode","json"],"query":[{"key":"address","value":"1600 Amphitheatre Parkway, Mountain View, CA","description":"The street address or plus code that you want to geocode. Specify addresses in accordance with the format used by the national postal service of the country concerned. Additional address elements such as business names and unit, suite or floor numbers should be avoided. Street address elements should be delimited by spaces (shown here as url-escaped to `%20`):\n\n```\naddress=24%20Sussex%20Drive%20Ottawa%20ON\n```\n\nFormat plus codes as shown here (plus signs are url-escaped to `%2B` and spaces are url-escaped to `%20`):\n- global code is a 4 character area code and 6 character or longer local code (`849VCWC8+R9` is `849VCWC8%2BR9`).\n- compound code is a 6 character or longer local code with an explicit location (`CWC8+R9 Mountain View, CA, USA` is `CWC8%2BR9%20Mountain%20View%20CA%20USA`).\n\n<div class=\"note\">Note: At least one of `address` or `components` is required.</div>"},{"key":"bounds","value":"<string>","description":"The bounding box of the viewport within which to bias geocode results more prominently. This parameter will only influence, not fully restrict, results from the geocoder.","disabled":true},{"key":"bounds","value":"<string>","description":"The bounding box of the viewport within which to bias geocode results more prominently. This parameter will only influence, not fully restrict, results from the geocoder.","disabled":true},{"key":"components","value":"<string>|<string>","description":"A components filter with elements separated by a pipe (|). The components filter is also accepted as an optional parameter if an address is provided. Each element in the components filter consists of a `component:value` pair, and fully restricts the results from the geocoder.\n\nThe components that can be filtered include:\n\n* `postal_code` matches `postal_code` and `postal_code_prefix`.\n* `country` matches a country name or a two letter ISO 3166-1 country code. The API follows the ISO standard for defining countries, and the filtering works best when using the corresponding ISO code of the country.\n  <aside class=\"note\"><strong>Note</strong>: If you receive unexpected results with a country code, verify that you are using a code which includes the countries, dependent territories, and special areas of geographical interest you intend. You can find code information at Wikipedia: List of ISO 3166 country codes or the ISO Online Browsing Platform.</aside>\n  \nThe following components may be used to influence results, but will not be enforced:\n\n* `route` matches the long or short name of a route.\n* `locality` matches against `locality` and `sublocality` types.\n* `administrative_area` matches all the `administrative_area` levels.\n  \nNotes about component filtering:\n\n* Do not repeat these component filters in requests, or the API will return `INVALID_REQUEST`: \n  * `country`\n  * `postal_code`\n  * `route`\n* If the request contains repeated component filters, the API evaluates those filters as an AND, not an OR.\n* Results are consistent with Google Maps, which occasionally yields unexpected `ZERO_RESULTS` responses. Using Place Autocomplete may provide better results in some use cases. To learn more, see [this FAQ](https://developers.devsite.corp.google.com/maps/documentation/geocoding/faq#trbl_component_filtering).\n* For each address component, either specify it in the address parameter or in a components filter, but not both. Specifying the same values in both may result in `ZERO_RESULTS`.\n\n<div class=\"note\">Note: At least one of `address` or `components` is required.</div>","disabled":true},{"key":"latlng","value":"<string>","description":"The street address that you want to geocode, in the format used by the national postal service of the country concerned. Additional address elements such as business names and unit, suite or floor numbers should be avoided.","disabled":true},{"key":"location_type","value":"<string>|<string>","description":"A filter of one or more location types, separated by a pipe (`|`). If the parameter contains multiple location types, the API returns all addresses that match any of the types. A note about processing: The `location_type` parameter does not restrict the search to the specified location type(s). Rather, the `location_type` acts as a post-search filter: the API fetches all results for the specified latlng, then discards those results that do not match the specified location type(s). The following values are supported:\n* `APPROXIMATE` returns only the addresses that are characterized as approximate.\n* `GEOMETRIC_CENTER` returns only geometric centers of a location such as a polyline (for example, a street) or polygon (region).\n* `RANGE_INTERPOLATED` returns only the addresses that reflect an approximation (usually on a road) interpolated between two precise points (such as intersections). An interpolated range generally indicates that rooftop geocodes are unavailable for a street address.\n* `ROOFTOP` returns only the addresses for which Google has location information accurate down to street address precision.","disabled":true},{"key":"place_id","value":"<string>","description":"A textual identifier that uniquely identifies a place, returned from a [Place Search](https://developers.google.com/maps/documentation/places/web-service/search).\nFor more information about place IDs, see the [place ID overview](https://developers.google.com/maps/documentation/places/web-service/place-id).\n","disabled":true},{"key":"result_type","value":"<string>|<string>","description":"A filter of one or more address types, separated by a pipe (|). If the parameter contains multiple address types, the API returns all addresses that match any of the types. A note about processing: The `result_type` parameter does not restrict the search to the specified address type(s). Rather, the `result_type` acts as a post-search filter: the API fetches all results for the specified `latlng`, then discards those results that do not match the specified address type(s).The following values are supported:\n* `administrative_area_level_1` indicates a first-order civil entity below the country level. Within the United States, these administrative levels are states. Not all nations exhibit these administrative levels. In most cases, administrative_area_level_1   * `short` names will closely match ISO 3166-2 subdivisions and other widely circulated lists; however this is not guaranteed as our geocoding results are based on a variety of signals and location data.\n* `administrative_area_level_2` indicates a second-order civil entity below the country level. Within the United States, these administrative levels are counties. Not all nations exhibit these administrative levels.\n* `administrative_area_level_3` indicates a third-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels.\n* `administrative_area_level_4` indicates a fourth-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels.\n* `administrative_area_level_5` indicates a fifth-order civil entity below the country level. This type indicates a minor civil division. Not all nations exhibit these administrative levels.\n* `airport` indicates an airport.\n* `colloquial_area` indicates a commonly-used alternative name for the entity.\n* `country` indicates the national political entity, and is typically the highest order type returned by the Geocoder.\n* `intersection` indicates a major intersection, usually of two major roads.\n* `locality` indicates an incorporated city or town political entity.\n* `natural_feature` indicates a prominent natural feature.\n* `neighborhood` indicates a named neighborhood\n* `park` indicates a named park.\n* `plus_code` indicates an encoded location reference, derived from latitude and longitude. Plus codes can be used as a replacement for street addresses in places where they do not exist (where buildings are not numbered or streets are not named). See [https://plus.codes/](https://plus.codes/) for details.\n* `point_of_interest` indicates a named point of interest. Typically, these \"POI\"s are prominent local entities that don't easily fit in another category, such as \"Empire State Building\" or \"Eiffel Tower\".\n* `political` indicates a political entity. Usually, this type indicates a polygon of some civil administration.\n* `postal_code` indicates a postal code as used to address postal mail within the country.\n* `premise` indicates a named location, usually a building or collection of buildings with a common name\n* `route` indicates a named route (such as \"US 101\").\n* `street_address` indicates a precise street address.\n* `sublocality` indicates a first-order civil entity below a locality. For some locations may receive one of the additional types: `sublocality_level_1` to `sublocality_level_5`. Each sublocality level is a civil entity. Larger numbers indicate a smaller geographic area.\n* `subpremise` indicates a first-order entity below a named location, usually a singular building within a collection of buildings with a common name","disabled":true},{"key":"language","value":"en","description":"The language in which to return results.\n\n* See the [list of supported languages](https://developers.google.com/maps/faq#languagesupport). Google often updates the supported languages, so this list may not be exhaustive.\n* If `language` is not supplied, the API attempts to use the preferred language as specified in the `Accept-Language` header.\n* The API does its best to provide a street address that is readable for both the user and locals. To achieve that goal, it returns street addresses in the local language, transliterated to a script readable by the user if necessary, observing the preferred language. All other addresses are returned in the preferred language. Address components are all returned in the same language, which is chosen from the first component.\n* If a name is not available in the preferred language, the API uses the closest match.\n* The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, _utca_ and _tér_ are synonyms for street in Hungarian.","disabled":true},{"key":"region","value":"en","description":"The region code, specified as a [ccTLD (\"top-level domain\")](https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains) two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is \"uk\" (.co.uk) while its ISO 3166-1 code is \"gb\" (technically for the entity of \"The United Kingdom of Great Britain and Northern Ireland\").","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:41:01 GMT"},{"key":"Pragma","value":"no-cache"},{"key":"Expires","value":"Fri, 01 Jan 1990 00:00:00 GMT"},{"key":"Cache-Control","value":"no-cache, must-revalidate"},{"key":"Vary","value":"Accept-Language"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"X-Goog-Maps-Metro-Area","value":"San Jose, CA"},{"key":"Content-Encoding","value":"gzip"},{"key":"Server","value":"mafe"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=18"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"results\": [\n        {\n            \"address_components\": [\n                {\n                    \"long_name\": \"Google Building 40\",\n                    \"short_name\": \"Google Building 40\",\n                    \"types\": [\n                        \"premise\"\n                    ]\n                },\n                {\n                    \"long_name\": \"1600\",\n                    \"short_name\": \"1600\",\n                    \"types\": [\n                        \"street_number\"\n                    ]\n                },\n                {\n                    \"long_name\": \"Amphitheatre Parkway\",\n                    \"short_name\": \"Amphitheatre Pkwy\",\n                    \"types\": [\n                        \"route\"\n                    ]\n                },\n                {\n                    \"long_name\": \"Mountain View\",\n                    \"short_name\": \"Mountain View\",\n                    \"types\": [\n                        \"locality\",\n                        \"political\"\n                    ]\n                },\n                {\n                    \"long_name\": \"Santa Clara County\",\n                    \"short_name\": \"Santa Clara County\",\n                    \"types\": [\n                        \"administrative_area_level_2\",\n                        \"political\"\n                    ]\n                },\n                {\n                    \"long_name\": \"California\",\n                    \"short_name\": \"CA\",\n                    \"types\": [\n                        \"administrative_area_level_1\",\n                        \"political\"\n                    ]\n                },\n                {\n                    \"long_name\": \"United States\",\n                    \"short_name\": \"US\",\n                    \"types\": [\n                        \"country\",\n                        \"political\"\n                    ]\n                },\n                {\n                    \"long_name\": \"94043\",\n                    \"short_name\": \"94043\",\n                    \"types\": [\n                        \"postal_code\"\n                    ]\n                }\n            ],\n            \"formatted_address\": \"Google Building 40, 1600 Amphitheatre Pkwy, Mountain View, CA 94043, USA\",\n            \"geometry\": {\n                \"bounds\": {\n                    \"northeast\": {\n                        \"lat\": 37.4226621,\n                        \"lng\": -122.0829306\n                    },\n                    \"southwest\": {\n                        \"lat\": 37.4220703,\n                        \"lng\": -122.0849584\n                    }\n                },\n                \"location\": {\n                    \"lat\": 37.422388,\n                    \"lng\": -122.0841883\n                },\n                \"location_type\": \"ROOFTOP\",\n                \"viewport\": {\n                    \"northeast\": {\n                        \"lat\": 37.4237655302915,\n                        \"lng\": -122.0825955197085\n                    },\n                    \"southwest\": {\n                        \"lat\": 37.4210675697085,\n                        \"lng\": -122.0852934802915\n                    }\n                }\n            },\n            \"place_id\": \"ChIJj38IfwK6j4ARNcyPDnEGa9g\",\n            \"types\": [\n                \"premise\"\n            ]\n        }\n    ],\n    \"status\": \"OK\"\n}"}],"_postman_id":"d62f9ad4-91e0-4c2d-83d7-19bda6484a67"}],"id":"df5aceb0-d445-49cd-9db8-01c04640a48e","_postman_id":"df5aceb0-d445-49cd-9db8-01c04640a48e","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}}},{"name":"Street View API","item":[{"name":"Street View","id":"24fbeb53-d1c1-4dad-81d9-369cc5ba84d8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/streetview?location=38.8976763,-77.0365298&size=600x400","description":"<p>The Street View Static API lets you embed a static (non-interactive) Street View panorama or thumbnail into your web page, without the use of JavaScript. The viewport is defined with URL parameters sent through a standard HTTP request, and is returned as a static image.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","streetview"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"disabled":true,"description":{"content":"<p>Determines the horizontal field of view of the image. The field of view is expressed in degrees, with a maximum allowed value of 120. When dealing with a fixed-size viewport, as with a Street View image of a set size, field of view in essence represents zoom, with smaller numbers indicating a higher level of zoom. Default is 90.</p>\n","type":"text/plain"},"key":"fov","value":"<number>"},{"disabled":true,"description":{"content":"<p>Indicates the compass heading of the camera. Accepted values are from 0 to 360 (both values indicating North, with 90 indicating East, and 180 South). If no heading is specified, a value will be calculated that directs the camera towards the specified location, from the point at which the closest photograph was taken.</p>\n","type":"text/plain"},"key":"heading","value":"<number>"},{"description":{"content":"<p>The point around which to retrieve place information. The Street View Static API will snap to the panorama photographed closest to this location. When an address text string is provided, the API may use a different camera location to better display the specified location. When a lat/lng is provided, the API searches a 50 meter radius for a photograph closest to this location. Because Street View imagery is periodically refreshed, and photographs may be taken from slightly different positions each time, it's possible that your <code>location</code> may snap to a different panorama when imagery is updated.</p>\n","type":"text/plain"},"key":"location","value":"38.8976763,-77.0365298"},{"disabled":true,"description":{"content":"<p>A specific panorama ID. These are generally stable, though panoramas may change ID over time as imagery is refreshed.</p>\n","type":"text/plain"},"key":"pano","value":"<string>"},{"disabled":true,"description":{"content":"<p>Specifies the up or down angle of the camera relative to the Street View vehicle. This is often, but not always, flat horizontal. Positive values angle the camera up (with 90 degrees indicating straight up); negative values angle the camera down (with -90 indicating straight down). Default is 0.</p>\n","type":"text/plain"},"key":"pitch","value":"<number>"},{"disabled":true,"description":{"content":"<p>Sets a radius, specified in meters, in which to search for a panorama, centered on the given latitude and longitude. Valid values are non-negative integers. Default is 50 meters.</p>\n","type":"text/plain"},"key":"radius","value":"<number>"},{"disabled":true,"description":{"content":"<p>Indicates whether the API should return a non <code>200 Ok</code> HTTP status when no image is found (<code>404 NOT FOUND</code>), or in response to an invalid request (400 BAD REQUEST). Valid values are <code>true</code> and <code>false</code>. If set to <code>true</code>, an error message is returned in place of the generic gray image. This eliminates the need to make a separate call to check for image availability.</p>\n","type":"text/plain"},"key":"return_error_code","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>A digital signature used to verify that any site generating requests using your API key is authorized to do so. Requests that do not include a digital signature might fail. For more information, see <a href=\"https://developers.google.com/maps/documentation/streetview/get-api-key\">Get a Key and Signature</a>.</p>\n","type":"text/plain"},"key":"signature","value":"<string>"},{"description":{"content":"<p>(Required) Specifies the output size of the image in pixels. Size is specified as <code>{width}x{height}</code> - for example, <code>size=600x400</code> returns an image 600 pixels wide, and 400 high.</p>\n","type":"text/plain"},"key":"size","value":"600x400"},{"disabled":true,"description":{"content":"<p>Limits Street View searches to selected sources. Valid values are:</p>\n<ul>\n<li><code>default</code> uses the default sources for Street View; searches are not limited to specific sources.</li>\n<li><code>outdoor</code> limits searches to outdoor collections. Indoor collections are not included in search results. Note that outdoor panoramas may not exist for the specified location. Also note that the search only returns panoramas where it's possible to determine whether they're indoors or outdoors. For example, PhotoSpheres are not returned because it's unknown whether they are indoors or outdoors.</li>\n</ul>\n","type":"text/plain"},"key":"source","value":"<string>"}],"variable":[]}},"response":[{"id":"e7e653c3-bc2f-4b4d-8d79-bd4d51fd7890","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/streetview?location=38.8976763,-77.0365298&size=600x400","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","streetview"],"query":[{"key":"location","value":"38.8976763,-77.0365298"},{"key":"size","value":"600x400"}]}},"status":"OK","code":200,"_postman_previewlanguage":"text","header":[{"key":"Content-Type","value":"image/*"}],"cookie":[],"responseTime":null,"body":""}],"_postman_id":"24fbeb53-d1c1-4dad-81d9-369cc5ba84d8"},{"name":"Street View Metadata","id":"9d63e658-bb56-4295-9852-16e8675765ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/streetview/metadata?location=38.8976763,-77.0365298&size=600x400","description":"<p>The Street View Static API metadata requests provide data about Street View panoramas. Using the metadata, you can find out if a Street View image is available at a given location, as well as getting programmatic access to the latitude and longitude, the panorama ID, the date the photo was taken, and the copyright information for the image. Accessing this metadata allows you to customize error behavior in your application.</p>\n","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}},"urlObject":{"path":["maps","api","streetview","metadata"],"host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"query":[{"disabled":true,"description":{"content":"<p>Indicates the compass heading of the camera. Accepted values are from 0 to 360 (both values indicating North, with 90 indicating East, and 180 South). If no heading is specified, a value will be calculated that directs the camera towards the specified location, from the point at which the closest photograph was taken.</p>\n","type":"text/plain"},"key":"heading","value":"<number>"},{"description":{"content":"<p>The point around which to retrieve place information. The Street View Static API will snap to the panorama photographed closest to this location. When an address text string is provided, the API may use a different camera location to better display the specified location. When a lat/lng is provided, the API searches a 50 meter radius for a photograph closest to this location. Because Street View imagery is periodically refreshed, and photographs may be taken from slightly different positions each time, it's possible that your <code>location</code> may snap to a different panorama when imagery is updated.</p>\n","type":"text/plain"},"key":"location","value":"38.8976763,-77.0365298"},{"disabled":true,"description":{"content":"<p>A specific panorama ID. These are generally stable, though panoramas may change ID over time as imagery is refreshed.</p>\n","type":"text/plain"},"key":"pano","value":"<string>"},{"disabled":true,"description":{"content":"<p>Specifies the up or down angle of the camera relative to the Street View vehicle. This is often, but not always, flat horizontal. Positive values angle the camera up (with 90 degrees indicating straight up); negative values angle the camera down (with -90 indicating straight down). Default is 0.</p>\n","type":"text/plain"},"key":"pitch","value":"<number>"},{"disabled":true,"description":{"content":"<p>Sets a radius, specified in meters, in which to search for a panorama, centered on the given latitude and longitude. Valid values are non-negative integers. Default is 50 meters.</p>\n","type":"text/plain"},"key":"radius","value":"<number>"},{"disabled":true,"description":{"content":"<p>Indicates whether the API should return a non <code>200 Ok</code> HTTP status when no image is found (<code>404 NOT FOUND</code>), or in response to an invalid request (400 BAD REQUEST). Valid values are <code>true</code> and <code>false</code>. If set to <code>true</code>, an error message is returned in place of the generic gray image. This eliminates the need to make a separate call to check for image availability.</p>\n","type":"text/plain"},"key":"return_error_code","value":"<boolean>"},{"disabled":true,"description":{"content":"<p>A digital signature used to verify that any site generating requests using your API key is authorized to do so. Requests that do not include a digital signature might fail. For more information, see <a href=\"https://developers.google.com/maps/documentation/streetview/get-api-key\">Get a Key and Signature</a>.</p>\n","type":"text/plain"},"key":"signature","value":"<string>"},{"description":{"content":"<p>Specifies the output size of the image in pixels. Size is specified as <code>{width}x{height}</code> - for example, <code>size=600x400</code> returns an image 600 pixels wide, and 400 high.</p>\n","type":"text/plain"},"key":"size","value":"600x400"},{"disabled":true,"description":{"content":"<p>Limits Street View searches to selected sources. Valid values are:</p>\n<ul>\n<li><code>default</code> uses the default sources for Street View; searches are not limited to specific sources.</li>\n<li><code>outdoor</code> limits searches to outdoor collections. Indoor collections are not included in search results. Note that outdoor panoramas may not exist for the specified location. Also note that the search only returns panoramas where it's possible to determine whether they're indoors or outdoors. For example, PhotoSpheres are not returned because it's unknown whether they are indoors or outdoors.</li>\n</ul>\n","type":"text/plain"},"key":"source","value":"<string>"}],"variable":[]}},"response":[{"id":"f5816b55-2b7c-4ef0-a453-3c2f9bbd123e","name":"200 OK","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://apis.blobr.app/errlq9hab6lpcvsy/maps/api/streetview/metadata?location=38.8976763,-77.0365298&size=600x400","host":["https://apis.blobr.app/errlq9hab6lpcvsy"],"path":["maps","api","streetview","metadata"],"query":[{"key":"heading","value":"<number>","description":"Indicates the compass heading of the camera. Accepted values are from 0 to 360 (both values indicating North, with 90 indicating East, and 180 South). If no heading is specified, a value will be calculated that directs the camera towards the specified location, from the point at which the closest photograph was taken.\n","disabled":true},{"key":"location","value":"38.8976763,-77.0365298","description":"The point around which to retrieve place information. The Street View Static API will snap to the panorama photographed closest to this location. When an address text string is provided, the API may use a different camera location to better display the specified location. When a lat/lng is provided, the API searches a 50 meter radius for a photograph closest to this location. Because Street View imagery is periodically refreshed, and photographs may be taken from slightly different positions each time, it's possible that your `location` may snap to a different panorama when imagery is updated.\n"},{"key":"pano","value":"<string>","description":"A specific panorama ID. These are generally stable, though panoramas may change ID over time as imagery is refreshed.\n","disabled":true},{"key":"pitch","value":"<number>","description":"Specifies the up or down angle of the camera relative to the Street View vehicle. This is often, but not always, flat horizontal. Positive values angle the camera up (with 90 degrees indicating straight up); negative values angle the camera down (with -90 indicating straight down). Default is 0.\n","disabled":true},{"key":"radius","value":"<number>","description":"Sets a radius, specified in meters, in which to search for a panorama, centered on the given latitude and longitude. Valid values are non-negative integers. Default is 50 meters.\n","disabled":true},{"key":"return_error_code","value":"<boolean>","description":"Indicates whether the API should return a non `200 Ok` HTTP status when no image is found (`404 NOT FOUND`), or in response to an invalid request (400 BAD REQUEST). Valid values are `true` and `false`. If set to `true`, an error message is returned in place of the generic gray image. This eliminates the need to make a separate call to check for image availability.\n","disabled":true},{"key":"signature","value":"<string>","description":"A digital signature used to verify that any site generating requests using your API key is authorized to do so. Requests that do not include a digital signature might fail. For more information, see [Get a Key and Signature](https://developers.google.com/maps/documentation/streetview/get-api-key).\n","disabled":true},{"key":"size","value":"600x400","description":"Specifies the output size of the image in pixels. Size is specified as `{width}x{height}` - for example, `size=600x400` returns an image 600 pixels wide, and 400 high.\n"},{"key":"source","value":"<string>","description":"Limits Street View searches to selected sources. Valid values are:\n* `default` uses the default sources for Street View; searches are not limited to specific sources.\n* `outdoor` limits searches to outdoor collections. Indoor collections are not included in search results. Note that outdoor panoramas may not exist for the specified location. Also note that the search only returns panoramas where it's possible to determine whether they're indoors or outdoors. For example, PhotoSpheres are not returned because it's unknown whether they are indoors or outdoors.\n","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=UTF-8"},{"key":"Date","value":"Fri, 11 Mar 2022 19:50:50 GMT"},{"key":"Expires","value":"Sat, 12 Mar 2022 19:50:50 GMT"},{"key":"Cache-Control","value":"public, max-age=86400"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Server","value":"scaffolding on HTTPServer2"},{"key":"Content-Length","value":"206"},{"key":"X-XSS-Protection","value":"0"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"Server-Timing","value":"gfet4t7; dur=68"},{"key":"Alt-Svc","value":"h3=\":443\"; ma=2592000,h3-29=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\""}],"cookie":[],"responseTime":null,"body":"{\n    \"copyright\": \"© Google\",\n    \"date\": \"2016-08\",\n    \"location\": {\n        \"lat\": 38.89768505908768,\n        \"lng\": -77.0365288927716\n    },\n    \"pano_id\": \"vWaYdvY4bQuY6ATGEfCdUg\",\n    \"status\": \"OK\"\n}"}],"_postman_id":"9d63e658-bb56-4295-9852-16e8675765ac"}],"id":"9b7dedaf-9b40-4042-8e8c-806f87808be1","_postman_id":"9b7dedaf-9b40-4042-8e8c-806f87808be1","description":"","auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]},"isInherited":true,"source":{"_postman_id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","id":"2c3afa03-4d9b-41ce-b234-27624b8d7053","name":"UNLIMITED Google Maps Platform API","type":"collection"}}}],"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"key"},{"key":"value","value":"<apiKey>"}]}},"event":[{"listen":"prerequest","script":{"id":"2bbe357d-be72-4c6b-b916-002cd8ca5218","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"8bfa500a-f167-4cda-9a55-c7a77656e227","type":"text/javascript","exec":[""]}}],"variable":[{"key":"baseUrl","value":"https://apis.blobr.app/errlq9hab6lpcvsy","type":"string"},{"key":"apiKey","value":"<apiKey>"}]}