{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"🌍 Reverse Geocoding API","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"-reverse-geocoding-api","__idx":0},"children":["🌍 Reverse Geocoding API"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Reverse Geocoding"]}," service converts ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GPS coordinates"]}," (latitude, longitude) into a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["human-readable address"]}," or ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["place name"]},".",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},"It can identify ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["street addresses"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["places"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["administrative subdivisions"]}," such as neighborhoods, counties, states, or countries."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Reverse geocoding is essential for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["location-based services"]},", making raw GPS data more understandable to end users."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-endpoint","__idx":1},"children":["🔗 Endpoint"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["POST"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/bgis/service/geocoding/1.0/reverse"]},{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Content-Type:"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["application/json"]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-sample-request-body","__idx":2},"children":["📦 Sample Request Body"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"transportMode\": \"CAR\",\n  \"maximumResults\": 5,\n  \"coordinateSat\": {\n    \"lon\": 2.3412,\n    \"lat\": 48.85693\n  },\n  \"radius\": \"1000\",\n  \"language\": \"on\"\n}\n"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-parameters","__idx":3},"children":["🔧 Parameters"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Field"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Optional"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Description"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinateSat"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GPS coordinates of the request. Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CoordinateSat](#coordinatesat)"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum search radius around the given GPS point, in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["meters"]},". Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["long"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["geoserver"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Name of the geoserver to use. Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["string"]}]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["language"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Defines the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["language"]}," used to perform the address lookup. If the specified language is not available, the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["default language"]}," will be used. ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," The value must be an ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ISO 639-1"]}," 2-letter code. ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," Special value: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"IC\""]}," → case-insensitive search based on ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ISO-3166 Alpha-2"]}," or ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Alpha-3"]}," country codes. ",{"$$mdtype":"Tag","name":"br","attributes":{},"children":[]}," Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["string"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maximumResults"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Maximum number of items used to perform the search and returned by the server. Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["int"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["options"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Comma-separated list of one or more ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["reverse geocoding options"]},". See details below."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["swidx"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Switch index used internally by the server. Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["int"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["transportMode"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Transport mode used for the request. Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["string"]},". See ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"#available-transport-modes"},"children":["Available transport modes"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"-available-options-values","__idx":4},"children":["📌 Available ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["options"]}," values"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Option"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Description"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OPPOSITE_POSTAL_ADDRESS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Return the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["opposite postal address"]}," only if it differs from the main postal address."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["OPPOSITE_POSTAL_ADDRESS_ALWAYS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Always return the opposite postal address, even if it's the same as the main postal address."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["POLYLINE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Return the list of ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["coordinates"]}," forming the road segment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ROAD_FEATURE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Return detailed ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["network information"]}," for the road segment."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SEGMENTID"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Return the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["segment ID"]}," (similar to a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["link ID"]},")."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["SKIP_EMPTY_STREETNAME"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Skip results ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["without a street name"]}," if other elements have one."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["START_AT_RADIUS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Force the search to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["start directly"]}," at the specified ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["radius"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRAFFIC"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Include ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["real-time traffic information"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRAFFIC_HISTORICAL"]}," ",{"$$mdtype":"Tag","name":"em","attributes":{},"children":["(Beta)"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Include ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["historical traffic information"]},". Uses timestamps defined in coordinates."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRAFFIC_PREDICTIVE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Include ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["predictive traffic information"]},". Uses timestamps defined in coordinates."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["URBAN_AREA"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Indicate whether the resulting matched point is inside an ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["urban area"]},"."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"-available-transport-modes","__idx":5},"children":["🚗 Available transport modes"]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Value"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Description"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["BICYCLE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Bicycle routing."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CAR"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Passenger car (default)."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["EMERGENCY"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Emergency vehicle."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["MOTORCYCLE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Motorcycle routing."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PEDESTRIAN"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Pedestrian routing."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["PUBLIC_BUS"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Public bus routing."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TAXI"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Taxi routing."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TRUCK"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Standard truck routing."]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":3,"id":"️-coordinatesat","__idx":6},"children":["🗺️ CoordinateSat"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Defines the GPS coordinates used in the request."]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Field"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Optional"]}]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":""},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Description"]}]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lat"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Latitude in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["decimal degrees"]}," (WGS84). Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["double"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lon"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["No"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Longitude in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["decimal degrees"]}," (WGS84). Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["double"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["heading"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Heading angle in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["degrees"]},". Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["double"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["sat"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Number of ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["GPS satellites"]}," available. Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["integer"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["speed"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Speed in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["km/h"]},". Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["float"]},"."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["time"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Yes"]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["GPS ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["timestamp"]}," in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["milliseconds"]}," (EPOCH). Type: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["long"]}]}]}]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-sample-response","__idx":7},"children":["📤 Sample Response"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"extent\": {\n    \"minLon\": 2.34117,\n    \"minLat\": 48.85686,\n    \"maxLon\": 2.3413,\n    \"maxLat\": 48.85696\n  },\n  \"elements\": [\n    {\n      \"coordinate\": {\n        \"lon\": 2.34121,\n        \"lat\": 48.85694\n      },\n      \"distanceFromRequest\": 1.33,\n      \"postalAddress\": {\n        \"countryCode\": \"FRA\",\n        \"country\": \"France\",\n        \"state\": \"Île-de-France\",\n        \"county\": \"Paris\",\n        \"city\": \"Paris\",\n        \"district\": \"Paris 1er Arrondissement\",\n        \"postalCode\": \"75001\",\n        \"roadNumber\": \"\",\n        \"street\": \"Quai des Orfèvres\"\n      },\n      \"postalAddressClassType\": \"ROAD_FOURTH\",\n      \"postalAddressClassId\": 4048,\n      \"postalAddressExactStreeNumber\": false,\n      \"angle\": 149,\n      \"administrativeSpeedLimit\": 30,\n      \"relevanceScore\": 0.05327986839399546,\n      \"countryRelevanceScore\": 0,\n      \"cityRelevanceScore\": 0,\n      \"postalCodeRelevanceScore\": 0,\n      \"streetRelevanceScore\": 0,\n      \"streetNumberRelevanceScore\": 0,\n      \"geoElementTypes\": [\n        \"ROAD\",\n        \"FOURTH_ROAD\",\n        \"DISTRICT\",\n        \"CITY\",\n        \"COUNTY\",\n        \"STATE\",\n        \"COUNTRY\"\n      ],\n      \"segmentId\": 0\n    },\n    {\n      \"coordinate\": {\n        \"lon\": 2.34117,\n        \"lat\": 48.85694\n      },\n      \"distanceFromRequest\": 2.46,\n      \"postalAddress\": {\n        \"countryCode\": \"FRA\",\n        \"country\": \"France\",\n        \"state\": \"Île-de-France\",\n        \"county\": \"Paris\",\n        \"city\": \"Paris\",\n        \"district\": \"Paris 1er Arrondissement\",\n        \"postalCode\": \"75000\",\n        \"roadNumber\": \"\",\n        \"street\": \"Place du Pont Neuf\"\n      },\n      \"postalAddressClassType\": \"ROAD_FOURTH\",\n      \"postalAddressClassId\": 4048,\n      \"postalAddressExactStreeNumber\": false,\n      \"angle\": -147,\n      \"administrativeSpeedLimit\": 30,\n      \"relevanceScore\": 0.05319761464116799,\n      \"countryRelevanceScore\": 0,\n      \"cityRelevanceScore\": 0,\n      \"postalCodeRelevanceScore\": 0,\n      \"streetRelevanceScore\": 0,\n      \"streetNumberRelevanceScore\": 0,\n      \"geoElementTypes\": [\n        \"ROAD\",\n        \"FOURTH_ROAD\",\n        \"DISTRICT\",\n        \"CITY\",\n        \"COUNTY\",\n        \"STATE\",\n        \"COUNTRY\"\n      ],\n      \"segmentId\": 0\n    },\n    {\n      \"coordinate\": {\n        \"lon\": 2.34119,\n        \"lat\": 48.85696\n      },\n      \"distanceFromRequest\": 3.42,\n      \"postalAddress\": {\n        \"countryCode\": \"FRA\",\n        \"country\": \"France\",\n        \"state\": \"Île-de-France\",\n        \"county\": \"Paris\",\n        \"city\": \"Paris\",\n        \"district\": \"Paris 1er Arrondissement\",\n        \"postalCode\": \"75000\",\n        \"roadNumber\": \"\",\n        \"street\": \"Place du Pont Neuf\"\n      },\n      \"postalAddressClassType\": \"ROAD_FOURTH\",\n      \"postalAddressClassId\": 4048,\n      \"postalAddressExactStreeNumber\": false,\n      \"angle\": -148,\n      \"administrativeSpeedLimit\": 30,\n      \"relevanceScore\": 0.05309479745013365,\n      \"countryRelevanceScore\": 0,\n      \"cityRelevanceScore\": 0,\n      \"postalCodeRelevanceScore\": 0,\n      \"streetRelevanceScore\": 0,\n      \"streetNumberRelevanceScore\": 0,\n      \"geoElementTypes\": [\n        \"ROAD\",\n        \"FOURTH_ROAD\",\n        \"DISTRICT\",\n        \"CITY\",\n        \"COUNTY\",\n        \"STATE\",\n        \"COUNTRY\"\n      ],\n      \"segmentId\": 0\n    },\n    {\n      \"coordinate\": {\n        \"lon\": 2.3413,\n        \"lat\": 48.85688\n      },\n      \"distanceFromRequest\": 9.2,\n      \"postalAddress\": {\n        \"countryCode\": \"FRA\",\n        \"country\": \"France\",\n        \"state\": \"Île-de-France\",\n        \"county\": \"Paris\",\n        \"city\": \"Paris\",\n        \"district\": \"Paris 1er Arrondissement\",\n        \"postalCode\": \"75001\",\n        \"roadNumber\": \"\",\n        \"street\": \"Place du Pont Neuf\",\n        \"streetNumber\": \"15\",\n        \"oppositeStreetNumber\": \"15\"\n      },\n      \"postalAddressClassType\": \"ROAD_FOURTH\",\n      \"postalAddressClassId\": 4048,\n      \"postalAddressExactStreeNumber\": false,\n      \"angle\": 35,\n      \"administrativeSpeedLimit\": 30,\n      \"relevanceScore\": 0.05190211803413529,\n      \"countryRelevanceScore\": 0,\n      \"cityRelevanceScore\": 0,\n      \"postalCodeRelevanceScore\": 0,\n      \"streetRelevanceScore\": 0,\n      \"streetNumberRelevanceScore\": 0,\n      \"geoElementTypes\": [\n        \"ROAD\",\n        \"FOURTH_ROAD\",\n        \"DISTRICT\",\n        \"CITY\",\n        \"COUNTY\",\n        \"STATE\",\n        \"COUNTRY\"\n      ],\n      \"segmentId\": 0\n    },\n    {\n      \"coordinate\": {\n        \"lon\": 2.34128,\n        \"lat\": 48.85686\n      },\n      \"distanceFromRequest\": 9.75,\n      \"postalAddress\": {\n        \"countryCode\": \"FRA\",\n        \"country\": \"France\",\n        \"state\": \"Île-de-France\",\n        \"county\": \"Paris\",\n        \"city\": \"Paris\",\n        \"district\": \"Paris 1er Arrondissement\",\n        \"postalCode\": \"75001\",\n        \"roadNumber\": \"\",\n        \"street\": \"Quai des Orfèvres\"\n      },\n      \"postalAddressClassType\": \"ROAD_FOURTH\",\n      \"postalAddressClassId\": 4048,\n      \"postalAddressExactStreeNumber\": false,\n      \"angle\": 134,\n      \"administrativeSpeedLimit\": 30,\n      \"relevanceScore\": 0.05171704709027348,\n      \"countryRelevanceScore\": 0,\n      \"cityRelevanceScore\": 0,\n      \"postalCodeRelevanceScore\": 0,\n      \"streetRelevanceScore\": 0,\n      \"streetNumberRelevanceScore\": 0,\n      \"geoElementTypes\": [\n        \"ROAD\",\n        \"FOURTH_ROAD\",\n        \"DISTRICT\",\n        \"CITY\",\n        \"COUNTY\",\n        \"STATE\",\n        \"COUNTRY\"\n      ],\n      \"segmentId\": 0\n    }\n  ],\n  \"maximunResult\": 5\n}\n"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-notes","__idx":8},"children":["📘 Notes"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":["Coordinates must be expressed in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["WGS84 decimal degrees"]},"."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If no result is found within the provided ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]},", the response will be empty."]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":["If the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["language"]}," parameter is missing, the system will use the default server language."]}]}]},"headings":[{"value":"🌍 Reverse Geocoding API","id":"-reverse-geocoding-api","depth":1},{"value":"🔗 Endpoint","id":"-endpoint","depth":2},{"value":"📦 Sample Request Body","id":"-sample-request-body","depth":2},{"value":"🔧 Parameters","id":"-parameters","depth":2},{"value":"📌 Available options values","id":"-available-options-values","depth":3},{"value":"🚗 Available transport modes","id":"-available-transport-modes","depth":3},{"value":"🗺️ CoordinateSat","id":"️-coordinatesat","depth":3},{"value":"📤 Sample Response","id":"-sample-response","depth":2},{"value":"📘 Notes","id":"-notes","depth":2}],"frontmatter":{"seo":{"title":"🌍 Reverse Geocoding API"}},"lastModified":"2025-09-25T07:10:32.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/api-reference/geocoding/reversegeocoding","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}