API мест — это сервис, который принимает HTTP-запросы на данные о местоположении с помощью различных методов. Он возвращает форматированные данные о местоположении и изображения о заведениях, географических местоположениях или важных точках интереса.
Зачем использовать API Places (новый)
Создавайте функции, учитывающие местоположение, чтобы предоставить пользователям подробные данные о местоположении. Данные, доступные через API Places (новый), основаны на одной из самых точных, современных и всеобъемлющих моделей мест в реальном мире. Вот примеры вариантов использования для приложений:
Показывайте предложения аренды квартир в крупных мегаполисах с результатами, ориентированными конкретно на города.
Включите сведения о месте в обновление статуса самовывоза или доставки.
Отображение списка парков в районе, а также фотографий и отзывов, отправленных пользователями.
Предоставьте людям, планирующим поездки, контактную информацию, отзывы и уровни цен в заведениях по пути следования.
Что можно сделать с помощью API Places (новое)
Вы можете использовать API Places (новый) для включения в свои приложения следующих функций:
Предоставлять результаты поиска мест по различным типам пользовательских запросов, таким как ввод текста, близлежащие местоположения, а также неоднозначные или категориальные запросы пользователей.
Включите функции автозаполнения для различных типов поиска: как для конкретных текстовых запросов, так и для категориальных запросов.
Уточните тип возвращаемых сведений о месте, например часы работы, сводку, отзывы пользователей и фотографии.
Добавьте высококачественные фотографии мест, обслуживаемых вашим приложением.
Многие API платформы Google Карт поддерживают идентификаторы мест , где идентификатор места однозначно идентифицирует место в базе данных Google Places и на Google Maps. Существует много способов получить идентификатор места, в том числе из API Places (новый), а также из API геокодирования , API маршрутов и API проверки адресов .
Получив идентификатор места, вы можете использовать API Places (новый) для запроса более подробной информации о конкретном заведении или объекте интереса, например, его полный адрес, номер телефона, рейтинг пользователей и отзывы.
Как работает API Places (новый)
API Places (новый) принимает запросы как стандартный URL с определенной конечной точкой сервиса, например /places или places:searchText , и возвращает ответ JSON. API Places (новый) поддерживает авторизацию по ключу API и токену OAuth. Следующий пример делает запрос Place Details (новый) для возврата компонентов адреса для идентификатора места с использованием ключа API:
Шаги ниже охватывают типичный сценарий использования службы API Places. По мере разработки решения вы можете использовать дополнительные конечные точки, такие как Nearby Search (New) и Place Photos (New).
Для получения более подробной информации используйте идентификатор места.
Многие API платформы Google Карт возвращают идентификатор места как часть ответа. Используйте идентификаторы мест для получения сведений о месте (новое) .
4
Получить фото для места
Place Photos (New) дает вам доступ к миллионам фотографий, хранящихся в базе данных Places. Используйте Place Photos (New) для доступа к фотографиям места.
[null,null,["Последнее обновление: 2025-08-29 UTC."],[[["\u003cp\u003eThe Places API provides location data and imagery for establishments, geographic locations, and points of interest through various methods.\u003c/p\u003e\n"],["\u003cp\u003eYou can use the Places API to create location-aware features, such as place search, autocomplete, details retrieval, and photo integration.\u003c/p\u003e\n"],["\u003cp\u003eThe Places API offers two versions: Places API and Places API (New), with differences outlined in a guide for choosing the best fit for your project.\u003c/p\u003e\n"],["\u003cp\u003eYou can access places data through requests to specific service endpoints using an API key or OAuth token, receiving responses in JSON or XML format.\u003c/p\u003e\n"],["\u003cp\u003eDetailed steps for using the API include setup, text search, place details retrieval using place IDs, and accessing place photos.\u003c/p\u003e\n"]]],[],null,["# Overview\n\nSelect platform: [Android](/maps/documentation/places/android-sdk/overview \"View this page for the Android platform docs.\") [iOS](/maps/documentation/places/ios-sdk/overview \"View this page for the iOS platform docs.\") [JavaScript](/maps/documentation/javascript/place \"View this page for the JavaScript platform docs.\") [Web Service](/maps/documentation/places/web-service/overview \"View this page for the Web Service platform docs.\") \n**European Economic Area (EEA) developers** If your billing address is in the European Economic Area, effective on 8 July 2025, the [Google Maps Platform EEA Terms of Service](https://cloud.google.com/terms/maps-platform/eea) will apply to your use of the Services. Functionality varies by region. [Learn more](/maps/comms/eea/faq).\n\nIntroduction\n------------\n\nThe Places API is a service that accepts HTTP requests for location data through a variety of methods. It returns formatted location data and imagery about establishments, geographic locations, or prominent points of interest. **Note:** Google Maps Platform provides separate versions of the Places library for [Android](/maps/documentation/places/android-sdk/overview), [iOS](/maps/documentation/places/ios-sdk/overview), and [JavaScript](/maps/documentation/javascript/places). We recommend that you use the version of the Places library specific to your platform. That is, if you are developing an Android app, you should use the Android version of Places.\n\nWhy use the Places API (New)\n----------------------------\n\nCreate location-aware features to make detailed location data\navailable to your users. The data available through the\nPlaces API (New) is built on one of the most accurate, up-to-date,\nand comprehensive place models of the real world. Here are example use\ncases for applications:\n\n- Display condo rentals within major metropolitan areas with results targeted specifically to cities.\n- Include place details in a pickup or delivery status update.\n- Display a list of parks in an area along with user-submitted photos and reviews.\n- Provide people planning trips with contact information, reviews, and price levels for establishments along the way.\n\n| **Note:** Places API (New) is the current version. Places API is now Legacy and can no longer be enabled. Legacy documentation and migration guides are available on the [Legacy](/maps/documentation/places/web-service/overview-legacy) tab.\n\nWhat can you do with the Places API (New)\n-----------------------------------------\n\nYou can use the Places API (New) to include the following features\nin your applications:\n\n- Provide place search results from different types of users queries, such as text input, nearby locations, and ambiguous or categorical user queries.\n- Enable autocomplete features for different search types, either specific text queries or categorical queries.\n- Refine the type of details returned about a place, such as operating hours, a summary, user reviews, and a photo.\n- Add high-quality photos to locations served by your application.\n\nMany Google Maps Platform APIs support [place IDs](/maps/documentation/places/web-service/place-id), where\nthe place ID uniquely identifies a place in the Google Places database and\non Google Maps. There are many ways to obtain a place ID, including from\nthe Places API (New), but also from the [Geocoding API](/maps/documentation/geocoding), [Routes API](/maps/documentation/routes), and [Address Validation API](/maps/documentation/address-validation).\n\nOnce you have a place ID, you can use the Places API (New) to\nrequest more details about a particular establishment or point of\ninterest, such as its complete address, phone number, user rating, and\nreviews.\n\nHow the Places API (New) works\n------------------------------\n\nPlaces API (New) accepts requests as a standard URL with a\nspecific service endpoint, such as `/places` or\n`places:searchText` and returns a JSON response.\nPlaces API (New) supports authorization by API key and OAuth token.\nThe following example makes a Place Details (New) request to return\nthe address components for a place ID using an API key: \n\n```html\nhttps://places.googleapis.com/v1/places/GyuEmsRBfy61i59si0?fields=addressComponents&key=YOUR_API_KEY\n```\n\nHow to use the Places API (New)\n-------------------------------\n\nThe steps below cover a typical use case scenario for using the Places API service. As you build out your solution, you can use additional endpoints, such as Nearby Search (New) and Place Photos (New).\n\n|---|---------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| 1 | **Get set up** | Start with [Set up your Google Cloud project](/maps/documentation/elevation/cloud-setup) and complete the setup instructions that follow and then learn [how to use your API key](/maps/documentation/places/web-service/get-api-key). |\n| 2 | **Try a basic text search** | Issue a text search by using [Text Search (New)](/maps/documentation/places/web-service/text-search). |\n| 3 | **Use the place ID for more details** | Many Google Maps Platform APIs return a place ID as part of a response. Use place IDs to get [Place Details (New)](/maps/documentation/places/web-service/place-details). |\n| 4 | **Get a photo for a place** | Place Photos (New) gives you access to the millions of photos stored in the Places database. Use [Place Photos (New)](/maps/documentation/places/web-service/place-photos) to access photos for a place. |"]]