---
title: "POST /v2/reverse-geocode"
method: POST
path: "/v2/reverse-geocode"
---

# POST /v2/reverse-geocode

`POST /v2/reverse-geocode`

`ReverseGeocode` converts geographic coordinates into a human-readable address or place. You can obtain address component, and other related information such as place type, category, street information. The Reverse Geocode API supports filtering to on place type so that you can refine result based on your need. Also, The Reverse Geocode API can also provide additional features such as time zone information and the inclusion of political views.

For more information, see [Reverse Geocode](https://docs.aws.amazon.com/location/latest/developerguide/reverse-geocode.html) in the _Amazon Location Service Developer Guide_.

## Query parameters

- `key` string, password

## Request body

- object
  - `QueryPosition` Double[], required — The position in World Geodetic System (WGS 84) format: [longitude, latitude] for which you are querying nearby results for. Results closer to the position will be ranked higher then results further away from the position
  - `QueryRadius` integer — The maximum distance in meters from the QueryPosition from which a result will be returned. For <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers, <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions support only up to a maximum value of 100,000.
  - `MaxResults` integer — <p> An optional limit for the number of results returned in a single call.</p> <p>Default value: 1</p>
  - `Filter` object — The included place types.
    - `IncludePlaceTypes` ReverseGeocodeFilterPlaceType[] — The included place types. For <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers, <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions support only <code>Street</code> and <code>PointAddress</code> values.
  - `AdditionalFeatures` ReverseGeocodeAdditionalFeature[] — A list of optional additional parameters, such as time zone that can be requested for each result. For <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers, <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions support only the <code>TimeZone</code> value.
  - `Language` string — A list of <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">BCP 47</a> compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry. For <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers, <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions support only the following codes: <code>en, id, km, lo, ms, my, pt, th, tl, vi, zh</code>
  - `PoliticalView` string, password — The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country. Not supported in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
  - `IntendedUse` 'SingleUse' | 'Storage' — <p> Indicates if the query results will be persisted in customer infrastructure. Defaults to <code>SingleUse</code> (not stored). </p> <note> <p>When storing <code>ReverseGeocode</code> responses, you <i>must</i> set this field to <code>Storage</code> to comply with the terms of service. These requests will be charged at a higher rate. Please review the <a href="https://aws.amazon.com/location/sla/">user agreement</a> and <a href="https://aws.amazon.com/location/pricing/">service pricing structure</a> to determine the correct setting for your use case.</p> </note>
  - `Heading` number, double — <p>The heading in degrees from true north in a navigation context. The heading is measured as the angle clockwise from the North direction.</p> <p>Example: North is <code>0</code> degrees, East is <code>90</code> degrees, South is <code>180</code> degrees, and West is <code>270</code> degrees.</p>
  - `AddressNamesMode` 'Administrative' — Specifies how address names are returned. When set to <code>Administrative</code>, the service returns the official administrative names for address components. <code>Administrative</code> currently applies only to addresses in the United States.

## Response `200`

Success

- ReverseGeocodeResponse
  - `ResultItems` ReverseGeocodeResultItem[] — List of places or results returned for a query.
    - `PlaceId` string, password, required — The <code>PlaceId</code> of the place you wish to receive the information for.
    - `PlaceType` 'Country' | 'Region' | 'SubRegion' | 'Locality' | 'District' | 'SubDistrict' | 'PostalCode' | 'Block' | 'SubBlock' | 'Intersection' | 'Street' | 'PointOfInterest' | 'PointAddress' | 'InterpolatedAddress' | 'SecondaryAddress' | 'InferredSecondaryAddress', password, required — A <code>PlaceType</code> is a category that the result place must belong to.
    - `Title` string, password, required — The localized display name of this result item based on request parameter <code>language</code>.
    - `Address` object — The place's address.
      - `Label` string, password — Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
      - `Country` object — The country component of the address.
        - `Code2` string, password — Country, represented by its alpha 2-character code.
        - `Code3` string, password — Country, represented by its alpha t-character code.
        - `Name` string, password — Name of the country.
      - `Region` object — <p>The region or state results should be present in. </p> <p>Example: <code>North Rhine-Westphalia</code>.</p>
        - `Code` string, password — <p> Abbreviated code for a the state, province or region of the country. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>BC</code>.</p>
        - `Name` string, password — <p>Name for a the state, province, or region of the country. </p> <p>Example: <code>British Columbia</code>. </p>
      - `SubRegion` object — The sub-region or county for which results should be present in.
        - `Code` string, password — Abbreviated code for the county or sub-region. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
        - `Name` string, password — Name for the county or sub-region.
      - `Locality` string, password — <p>The city or locality of the address.</p> <p>Example: <code>Vancouver</code>.</p>
      - `District` string, password — The district or division of a locality associated with this address.
      - `SubDistrict` string, password — <p>A subdivision of a district. </p> <p>Example: <code>Minden-Lübbecke</code>.</p>
      - `PostalCode` string, password — An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
      - `Block` string, password — <p> Name of the block. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>Sunny Mansion 203 block: 2 Chome</code> </p>
      - `SubBlock` string, password — <p> Name of sub-block. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>Sunny Mansion 203 sub-block: 4</code> </p>
      - `Intersection` IntersectionStreet[] — <p> Name of the streets in the intersection. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>["Friedrichstraße","Unter den Linden"]</code> </p>
      - `Street` string, password — The name of the street results should be present in.
      - `StreetComponents` StreetComponents[] — <p> Components of the street. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: Yonge from "Yonge street".</p>
        - `BaseName` string, password — <p>Base name part of the street name. </p> <p>Example: Younge from the "Younge street".</p>
        - `Type` string, password — <p>Street type part of the street name. </p> <p>Example: <code>"avenue"</code>.</p>
        - `TypePlacement` 'BeforeBaseName' | 'AfterBaseName' — Defines if the street type is before or after the base name.
        - `TypeSeparator` string — Defines a separator character such as <code>""</code> or <code>" "</code> between the base name and type.
        - `Prefix` string, password — <p>A prefix is a directional identifier that precedes, but is not included in, the base name of a road. </p> <p>Example: E for East.</p>
        - `Suffix` string, password — <p>A suffix is a directional identifier that follows, but is not included in, the base name of a road. </p> <p>Example W for West.</p>
        - `Direction` string, password — Indicates the official directional identifiers assigned to highways.
        - `Language` string — A <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">BCP 47</a> compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
      - `AddressNumber` string, password — The number that identifies an address within a street.
      - `Building` string, password — The name of the building at the address. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
      - `SecondaryAddressComponents` SecondaryAddressComponent[] — <p> Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <note> <p>Coverage for <code>Address.SecondaryAddressComponents</code> is available in the following countries:</p> <p>AUS, CAN, NZL, USA, PRI</p> </note>
        - `Number` string, password, required — Number that uniquely identifies a secondary address.
        - `Designator` string, password — <p>The designator of the secondary address component.</p> <p>Example: <code>Apt</code>.</p>
    - `AddressNumberCorrected` boolean — Boolean indicating if the address provided has been corrected. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
    - `PostalCodeDetails` PostalCodeDetails[] — Contains details about the postal code of the place/result. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
      - `PostalCode` string, password — An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code for which the result should possess.
      - `PostalAuthority` 'Usps', password — The postal authority or entity. This could be a governmental authority, a regulatory authority, or a designated postal operator.
      - `PostalCodeType` 'UspsZip' | 'UspsZipPlus4', password — The postal code type.
      - `UspsZip` object — The ZIP Classification Code, or in other words what type of postal code is it.
        - `ZipClassificationCode` 'Military' | 'PostOfficeBoxes' | 'Unique', password — The ZIP Classification Code, or in other words what type of postal code is it.
      - `UspsZipPlus4` object — The USPS ZIP+4 Record Type Code.
        - `RecordTypeCode` 'Firm' | 'General' | 'HighRise' | 'PostOfficeBox' | 'Rural' | 'Street', password — The USPS ZIP+4 Record Type Code.
    - `Position` Double[] — The position in World Geodetic System (WGS 84) format: [longitude, latitude].
    - `Distance` integer — The distance in meters from the QueryPosition.
    - `MapView` Double[] — <p>The bounding box enclosing the geometric shape (area or line) that an individual result covers.</p> <p>The bounding box formed is defined as a set 4 coordinates: <code>[{westward lng}, {southern lat}, {eastward lng}, {northern lat}]</code> </p>
    - `Categories` Category[] — Categories of results that results must belong to.
      - `Id` string, password, required — The category ID.
      - `Name` string, password, required — The category name.
      - `LocalizedName` string, password — Localized name of the category type.
      - `Primary` boolean — Boolean which indicates if this category is the primary offered by the place.
    - `FoodTypes` FoodType[] — List of food types offered by this result. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
      - `LocalizedName` string, password, required — Localized name of the food type.
      - `Id` string, password — The Food Type Id.
      - `Primary` boolean — Boolean which indicates if this food type is the primary offered by the place. For example, if a location serves fast food, but also dessert, he primary would likely be fast food.
    - `AccessPoints` AccessPoint[] — Position of the access point in World Geodetic System (WGS 84) format: [longitude, latitude]. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
      - `Position` Double[] — The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      - `Type` 'Delivery' | 'Emergency' | 'Entrance' | 'Loading' | 'Other' | 'Parking' | 'Taxi' — The type of access point, indicating its intended use. Only applies to results of type place.
      - `Primary` boolean — Set to <code>true</code> for the primary access position when the place has more than one access point.
      - `Label` string, password — A short textual description of the access point, such as <code>"North Entrance"</code>.
    - `TimeZone` object — The time zone in which the place is located.
      - `Name` string, password, required — The time zone name.
      - `Offset` string, password — Time zone offset of the timezone from UTC.
      - `OffsetSeconds` integer — The offset of the time zone from UTC, in seconds.
    - `PoliticalView` string, password — The alpha-2 or alpha-3 character code for the political view of a country. The political view applies to the results of the request to represent unresolved territorial claims through the point of view of the specified country. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
    - `Intersections` Intersection[] — All Intersections that are near the provided address. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
      - `PlaceId` string, password, required — The <code>PlaceId</code> of the place result.
      - `Title` string, password, required — The localized display name of this result item based on request parameter <code>language</code>.
      - `Address` Address — The place address.
        - `Label` string, password — Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
        - `Country` object — The country component of the address.
          - `Code2` string, password — Country, represented by its alpha 2-character code.
          - `Code3` string, password — Country, represented by its alpha t-character code.
          - `Name` string, password — Name of the country.
        - `Region` object — <p>The region or state results should be present in. </p> <p>Example: <code>North Rhine-Westphalia</code>.</p>
          - `Code` string, password — <p> Abbreviated code for a the state, province or region of the country. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>BC</code>.</p>
          - `Name` string, password — <p>Name for a the state, province, or region of the country. </p> <p>Example: <code>British Columbia</code>. </p>
        - `SubRegion` object — The sub-region or county for which results should be present in.
          - `Code` string, password — Abbreviated code for the county or sub-region. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
          - `Name` string, password — Name for the county or sub-region.
        - `Locality` string, password — <p>The city or locality of the address.</p> <p>Example: <code>Vancouver</code>.</p>
        - `District` string, password — The district or division of a locality associated with this address.
        - `SubDistrict` string, password — <p>A subdivision of a district. </p> <p>Example: <code>Minden-Lübbecke</code>.</p>
        - `PostalCode` string, password — An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
        - `Block` string, password — <p> Name of the block. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>Sunny Mansion 203 block: 2 Chome</code> </p>
        - `SubBlock` string, password — <p> Name of sub-block. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>Sunny Mansion 203 sub-block: 4</code> </p>
        - `Intersection` IntersectionStreet[] — <p> Name of the streets in the intersection. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>["Friedrichstraße","Unter den Linden"]</code> </p>
        - `Street` string, password — The name of the street results should be present in.
        - `StreetComponents` StreetComponents[] — <p> Components of the street. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: Yonge from "Yonge street".</p>
          - `BaseName` string, password — <p>Base name part of the street name. </p> <p>Example: Younge from the "Younge street".</p>
          - `Type` string, password — <p>Street type part of the street name. </p> <p>Example: <code>"avenue"</code>.</p>
          - `TypePlacement` 'BeforeBaseName' | 'AfterBaseName' — Defines if the street type is before or after the base name.
          - `TypeSeparator` string — Defines a separator character such as <code>""</code> or <code>" "</code> between the base name and type.
          - `Prefix` string, password — <p>A prefix is a directional identifier that precedes, but is not included in, the base name of a road. </p> <p>Example: E for East.</p>
          - `Suffix` string, password — <p>A suffix is a directional identifier that follows, but is not included in, the base name of a road. </p> <p>Example W for West.</p>
          - `Direction` string, password — Indicates the official directional identifiers assigned to highways.
          - `Language` string — A <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">BCP 47</a> compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
        - `AddressNumber` string, password — The number that identifies an address within a street.
        - `Building` string, password — The name of the building at the address. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
        - `SecondaryAddressComponents` SecondaryAddressComponent[] — <p> Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <note> <p>Coverage for <code>Address.SecondaryAddressComponents</code> is available in the following countries:</p> <p>AUS, CAN, NZL, USA, PRI</p> </note>
          - `Number` string, password, required — Number that uniquely identifies a secondary address.
          - `Designator` string, password — <p>The designator of the secondary address component.</p> <p>Example: <code>Apt</code>.</p>
      - `Position` Double[] — The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      - `Distance` integer — The distance in meters from the QueryPosition.
      - `RouteDistance` integer — The distance from the routing position of the nearby address to the street result.
      - `MapView` Double[] — <p>The bounding box enclosing the geometric shape (area or line) that an individual result covers.</p> <p>The bounding box formed is defined as a set of four coordinates: <code>[{westward lng}, {southern lat}, {eastward lng}, {northern lat}]</code> </p>
      - `AccessPoints` AccessPoint[] — Position of the access point in World Geodetic System (WGS 84) format: [longitude, latitude].
        - `Position` Double[] — The position in World Geodetic System (WGS 84) format: [longitude, latitude].
        - `Type` 'Delivery' | 'Emergency' | 'Entrance' | 'Loading' | 'Other' | 'Parking' | 'Taxi' — The type of access point, indicating its intended use. Only applies to results of type place.
        - `Primary` boolean — Set to <code>true</code> for the primary access position when the place has more than one access point.
        - `Label` string, password — A short textual description of the access point, such as <code>"North Entrance"</code>.
    - `MainAddress` object — The main address corresponding to a place of type Secondary Address.
      - `PlaceId` string, password, required — The <code>PlaceId</code> of the place result.
      - `PlaceType` 'Country' | 'Region' | 'SubRegion' | 'Locality' | 'District' | 'SubDistrict' | 'PostalCode' | 'Block' | 'SubBlock' | 'Intersection' | 'Street' | 'PointOfInterest' | 'PointAddress' | 'InterpolatedAddress' | 'SecondaryAddress' | 'InferredSecondaryAddress', password, required — A <code>PlaceType</code> is a category that the result place must belong to.
      - `Title` string, password, required — The localized display name of this result item based on request parameter <code>language</code>.
      - `Address` Address — The place address.
        - `Label` string, password — Assembled address value built out of the address components, according to the regional postal rules. This is the correctly formatted address.
        - `Country` object — The country component of the address.
          - `Code2` string, password — Country, represented by its alpha 2-character code.
          - `Code3` string, password — Country, represented by its alpha t-character code.
          - `Name` string, password — Name of the country.
        - `Region` object — <p>The region or state results should be present in. </p> <p>Example: <code>North Rhine-Westphalia</code>.</p>
          - `Code` string, password — <p> Abbreviated code for a the state, province or region of the country. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>BC</code>.</p>
          - `Name` string, password — <p>Name for a the state, province, or region of the country. </p> <p>Example: <code>British Columbia</code>. </p>
        - `SubRegion` object — The sub-region or county for which results should be present in.
          - `Code` string, password — Abbreviated code for the county or sub-region. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
          - `Name` string, password — Name for the county or sub-region.
        - `Locality` string, password — <p>The city or locality of the address.</p> <p>Example: <code>Vancouver</code>.</p>
        - `District` string, password — The district or division of a locality associated with this address.
        - `SubDistrict` string, password — <p>A subdivision of a district. </p> <p>Example: <code>Minden-Lübbecke</code>.</p>
        - `PostalCode` string, password — An alphanumeric string included in a postal address to facilitate mail sorting, such as post code, postcode, or ZIP code, for which the result should possess.
        - `Block` string, password — <p> Name of the block. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>Sunny Mansion 203 block: 2 Chome</code> </p>
        - `SubBlock` string, password — <p> Name of sub-block. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>Sunny Mansion 203 sub-block: 4</code> </p>
        - `Intersection` IntersectionStreet[] — <p> Name of the streets in the intersection. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: <code>["Friedrichstraße","Unter den Linden"]</code> </p>
        - `Street` string, password — The name of the street results should be present in.
        - `StreetComponents` StreetComponents[] — <p> Components of the street. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <p>Example: Yonge from "Yonge street".</p>
          - `BaseName` string, password — <p>Base name part of the street name. </p> <p>Example: Younge from the "Younge street".</p>
          - `Type` string, password — <p>Street type part of the street name. </p> <p>Example: <code>"avenue"</code>.</p>
          - `TypePlacement` 'BeforeBaseName' | 'AfterBaseName' — Defines if the street type is before or after the base name.
          - `TypeSeparator` string — Defines a separator character such as <code>""</code> or <code>" "</code> between the base name and type.
          - `Prefix` string, password — <p>A prefix is a directional identifier that precedes, but is not included in, the base name of a road. </p> <p>Example: E for East.</p>
          - `Suffix` string, password — <p>A suffix is a directional identifier that follows, but is not included in, the base name of a road. </p> <p>Example W for West.</p>
          - `Direction` string, password — Indicates the official directional identifiers assigned to highways.
          - `Language` string — A <a href="https://www.iana.org/assignments/language-subtag-registry/language-subtag-registry">BCP 47</a> compliant language codes for the results to be rendered in. If there is no data for the result in the requested language, data will be returned in the default language for the entry.
        - `AddressNumber` string, password — The number that identifies an address within a street.
        - `Building` string, password — The name of the building at the address. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers.
        - `SecondaryAddressComponents` SecondaryAddressComponent[] — <p> Components that correspond to secondary identifiers on an Address. Secondary address components include information such as Suite or Unit Number, Building, or Floor. Not available in <code>ap-southeast-1</code> and <code>ap-southeast-5</code> regions for <a href="https://docs.aws.amazon.com/location/latest/developerguide/GrabMaps.html">GrabMaps</a> customers. </p> <note> <p>Coverage for <code>Address.SecondaryAddressComponents</code> is available in the following countries:</p> <p>AUS, CAN, NZL, USA, PRI</p> </note>
          - `Number` string, password, required — Number that uniquely identifies a secondary address.
          - `Designator` string, password — <p>The designator of the secondary address component.</p> <p>Example: <code>Apt</code>.</p>
      - `Position` Double[] — The position in World Geodetic System (WGS 84) format: [longitude, latitude].
      - `AccessPoints` AccessPoint[] — Position of the access point in World Geodetic System (WGS 84) format: [longitude, latitude].
        - `Position` Double[] — The position in World Geodetic System (WGS 84) format: [longitude, latitude].
        - `Type` 'Delivery' | 'Emergency' | 'Entrance' | 'Loading' | 'Other' | 'Parking' | 'Taxi' — The type of access point, indicating its intended use. Only applies to results of type place.
        - `Primary` boolean — Set to <code>true</code> for the primary access position when the place has more than one access point.
        - `Label` string, password — A short textual description of the access point, such as <code>"North Entrance"</code>.
    - `EstimatedPointAddress` boolean — If <code>true</code>, indicates that the coordinates of the position and access points of the point address are estimated.

## Other responses

- `480` — InternalServerException
- `481` — AccessDeniedException
- `482` — ValidationException
- `483` — ThrottlingException

---

[API](https://skmtc.net/aws/apis/geo-places.md) · [All operations](https://skmtc.net/aws/apis/geo-places/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/geo-places/versions/2c2d7ff49bea/schema)
