쿠키 기본 설정 선택

당사는 사이트와 서비스를 제공하는 데 필요한 필수 쿠키 및 유사한 도구를 사용합니다. 고객이 사이트를 어떻게 사용하는지 파악하고 개선할 수 있도록 성능 쿠키를 사용해 익명의 통계를 수집합니다. 필수 쿠키는 비활성화할 수 없지만 '사용자 지정' 또는 ‘거부’를 클릭하여 성능 쿠키를 거부할 수 있습니다.

사용자가 동의하는 경우 AWS와 승인된 제3자도 쿠키를 사용하여 유용한 사이트 기능을 제공하고, 사용자의 기본 설정을 기억하고, 관련 광고를 비롯한 관련 콘텐츠를 표시합니다. 필수가 아닌 모든 쿠키를 수락하거나 거부하려면 ‘수락’ 또는 ‘거부’를 클릭하세요. 더 자세한 내용을 선택하려면 ‘사용자 정의’를 클릭하세요.

GetPlace

포커스 모드

이 페이지에서

GetPlace - Amazon Location Service
이 페이지는 귀하의 언어로 번역되지 않았습니다. 번역 요청
Note

If results are stored, they will be billed at the higher Storage pricing tier. Use the IntendedUse parameter to specify whether the results are for single use or storage. Refer to Places pricing for cost details associated with stored results.

GetPlace retrieves detailed information about a place using its unique PlaceId. The request supports optional parameters for additional features, such as time zone data or phonemes, and language localization. The API returns information like address, coordinates, business details, contact methods, and time zone information.

Use cases

  • Refresh stored data: Regularly refresh stored data to ensure your application provides accurate, current information. Use the GetPlace API to update details about businesses and places, ensuring users have the latest information. For example, refresh opening hours, contact details, and user reviews for local restaurants or shops to enhance user trust and application functionality.

  • Retrieve place details after typeahead suggestions: Improve user experience by integrating the GetPlace API with autocomplete or suggestion features. As users type an address, business name, or point of interest, suggestions provide relevant places, and GetPlace enables access to more detailed information once a selection is made.

Understand the request

The GetPlace API request requires specific parameters, such as the PlaceId, and supports optional parameters for additional features or language localization. These parameters help tailor the results based on language, intended use, and geographic context. For more details, refer to the GetPlace API Reference.

The request accepts the following key parameters:

Authentication

The Key parameter is optional if other authentication methods are used.

  • Key: API key for authorization.

For more information, see Authenticate with Amazon Location Service.

Querying

Defines the unique identifier for retrieving place information.

  • PlaceId: The unique identifier for the place. (required)

For more information, see Querying and biasing.

Internationalization and Localization

Options to customize the language and apply a political view to the results.

  • Language: Specifies the language of the results.

  • PoliticalView: Applies a political view reflecting territorial claims.

For more information, see Localization and internationalization.

Additional Features

Requests additional data, such as time zone details.

  • AdditionalFeatures: Option to request additional information like time zone or phoneme details.

For more information, see Additional features.

Understand the response

The response from the GetPlace API includes basic data, such as the address, coordinates, and business details, as well as additional data based on the request parameters. Information like access restrictions, time zones, and phoneme details for pronunciation can also be provided. For further details, refer to the GetPlace API Reference.

The response includes the following key data:

Address and Related Details

Provides complete address details for the location.

  • Address: Full address information, including country, region, and postal code.

  • PostalCodeDetails: Additional information about postal codes and authorities.

Place Types and Categories

Describes the type and category of the place.

  • BusinessChains: Information on any associated business chains.

  • Categories: Categories to which the place belongs, such as food or retail.

  • PlaceType: Type of the place, such as point of interest or locality.

Additional Details

Provides additional data about the place, as specified in the request.

  • Contacts: Contact methods, including phone numbers, emails, and websites.

  • OpeningHours: Business hours or access times.

  • AccessPoints: Geographic coordinates (longitude and latitude) of access points.

  • Phonemes: Pronunciations for various address components.

  • TimeZone: Time zone information, including offset.

프라이버시사이트 이용 약관쿠키 기본 설정
© 2025, Amazon Web Services, Inc. 또는 계열사. All rights reserved.