В этом разделе перечислены SKU, определенные для основных продуктов платформы Google Maps. Основные продукты оплачиваются по мере использования, и вы платите только за те SKU, которые используете.
Для каждого указанного SKU вы увидите:
- Название SKU, указанное в отчете о выставлении счетов.
- Подробности, описывающие тип использования, при котором активируется SKU (оплачиваемые события).
- Цена за каждое использование для уровней, основанных на объеме.
- Любые дополнительные примечания о ценах для конкретных SKU.
Найдите здесь отдельные SKU продуктов или воспользуйтесь нашим калькулятором цен и использования, чтобы оценить использование по сравнению с общей стоимостью каждого API.
Таблица продуктов/артикул GMP
Коды продуктов Карт
API в Картах включают: Maps SDK для Android ; Maps SDK для iOS ; Карты JavaScript API ; Статический API карт ; Статический API просмотра улиц ; и API для встраивания Карт .
Артикул: Статические карты для мобильных устройств
Включает объект карты Google в упрощенном режиме без загрузки идентификатора карты в мобильное приложение Maps SDK для Android .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАГРУЗКУ КАРТЫ) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
За каждое создание объекта карты Google в облегченном режиме в мобильном приложении Maps SDK для Android начисляется одна загрузка карты. Карты создаются с помощью экземпляров классов MapFragment
, SupportMapFragment
или MapView
. Загрузка карты подсчитывается каждый раз, когда вызывается соответствующий метод onCreate()
.
Артикул: Нативные динамические карты для мобильных устройств
Объект карты Google, не загруженный идентификатором карты, в мобильном приложении Maps SDK для Android или Maps SDK для iOS .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАГРУЗКУ КАРТЫ) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
За каждое создание объекта карты Google в мобильном приложении Maps SDK для Android или Maps SDK для iOS начисляется одна загрузка карты:
- Один из классов
MapFragment
,SupportMapFragment
илиMapView
в Android. Загрузка карты подсчитывается каждый раз, когда вызывается соответствующий методonCreate()
. - Объект
GMSMapView
в iOS.
Взаимодействие пользователя с картой, такое как панорамирование, масштабирование или переключение слоев карты, не приводит к дополнительной загрузке карты. Благодаря модели ценообразования с оплатой по мере использования создание панорамы Street View больше не взимается как загрузка карты Mobile Native. Плата взимается как динамический просмотр улиц .
Артикул: Встроить и Артикул: Встроить расширенный
Все запросы Maps Embed API доступны бесплатно с неограниченным использованием.
Артикул: Статические карты
Запрос к Maps Static API .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАГРУЗКУ КАРТЫ) | ||
---|---|---|
| | |
0,002 доллара США за каждого (2,00 доллара США за 1000) | 0,0016 доллара США за каждого (1,60 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Динамические карты
Приложение, которое отображает либо карту, загруженную с идентификатором карты или без него с помощью Maps JavaScript API , либо карту, загруженную с идентификатором карты и использующую либо Maps SDK для Android , либо Maps SDK для iOS .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАГРУЗКУ КАРТЫ) | ||
---|---|---|
| | |
0,007 доллара США за каждого (7,00 долларов США за 1000) | 0,0056 доллара США за каждого (5,60 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Взаимодействие пользователя с картой, такое как панорамирование, масштабирование или переключение слоев карты, не приводит к дополнительной загрузке карты.
Артикул: Статический просмотр улиц
Панорамы Street View и загрузка карт теперь оплачиваются отдельно. За статическую панораму Street View взимается плата за каждый запрос к Street View Static API для встраивания статической (неинтерактивной) панорамы Street View. За использование конечной точки метаданных изображений Street View плата не взимается.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ПАНОРАМУ) | ||
---|---|---|
| | |
0,007 доллара США за каждого (7,00 долларов США за 1000) | 0,0056 доллара США за каждого (5,60 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Динамический просмотр улиц
Панорамы Street View и загрузка карт теперь оплачиваются отдельно. За динамическую панораму Street View взимается плата за каждое создание объекта панорамы в приложении Maps JavaScript API , Maps SDK для Android , Maps SDK для iOS .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ПАНОРАМУ) | ||
---|---|---|
| | |
0,014 доллара США за каждого (14,00 долларов США за 1000) | 0,0112 доллара США за каждого (11,20 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Происходит создание экземпляра объекта панорамы:
- В JavaScript с помощью класса
google.maps.StreetViewPanorama()
или методаMap.getStreetView()
. Ни встроенная функция Street View, основанная на элементе управления Street View Pegman, ни использование классаStreetViewService()
не взимается. - На Android с одним из классов
StreetViewPanoramaFragment
,SupportStreetViewPanoramaFragment
илиStreetViewPanoramaView
. Панорама учитывается каждый раз при вызове соответствующего методаonCreate()
. - В iOS с помощью объекта
GMSPanoramaView
.
Артикул: Вид с воздуха
Запрос к API аэрофотоснимка , который возвращает URL-адрес аэрофотоснимка.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за успешный запрос lookupVideo ) | ||
---|---|---|
| | |
0,016 доллара США за каждого (16,00 долларов США за 1000) | 0,0128 доллара США за каждого (12,80 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Оплачиваются только вызовы lookupVideo
, которые возвращают URL-адреса. Один успешный ответ lookupVideo
может возвращать несколько URL-адресов, каждый из которых имеет разное разрешение или ориентацию, но представляет собой только одно оплачиваемое событие. Обратите внимание, что цены не зависят от фактических просмотров этих URL-адресов конечными пользователями.
Артикул маршрутов
API в маршрутах включают: Directions API ; API матрицы расстояний ; и API дорог .
Артикул: Направления
Запрос к службе Directions Maps JavaScript API (за исключением запросов, активирующих номер SKU расширенного выставления счетов Directions ) или Directions API .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАПРОС) | ||
---|---|---|
| | |
0,005 доллара США за каждого (5,00 долларов США за 1000) | 0,004 доллара США за каждого (4,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Продвинутые направления
Запрос к службе маршрутов Maps JavaScript API или API маршрутов , который использует информацию о трафике, более 10 путевых точек, оптимизацию путевых точек и/или модификаторы местоположения.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАПРОС) | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,008 доллара США за каждого (8,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
За номер SKU Directions Advanced взимается плата за службу Directions API Maps JavaScript API или запрос Directions API , в котором используется одно или несколько из следующих элементов:
- Информация о дорожном движении. Информация о трафике используется, когда применяются все следующие условия (это условия, необходимые для получения поля
duration_in_traffic
в ответе Directions):- Параметр
mode
движения —driving
или не указан (driving
— режим движения по умолчанию). - Запрос включает действительный параметр
departure_time
. В полеdeparture_time
может быть установлено текущее время или какое-то время в будущем. Это не может быть в прошлом. - Запрос не включает путевые точки остановки. Если запрос включает путевые точки, добавьте к каждой путевой точке префикс
via:
чтобы повлиять на маршрут, но избежать остановок. Например,&waypoints=via:San Francisco|via:Mountain View|...
- Параметр
- Более 10 путевых точек (от 11 до 25).
- Оптимизация путевых точек. Параметр
optimize
имеет значениеtrue
для путевых точек. Например,&waypoints=optimize:true|San Francisco|Mountain View|...
- Модификаторы местоположения. Когда вы используете следующие модификаторы местоположения , чтобы указать, как водителям следует приближаться к определенному местоположению:
-
side_of_road
-
heading
-
Артикул: Матрица расстояний
Запрос к Distance Matrix API или к службе Distance Matrix API Maps JavaScript (исключая запросы, запускающие SKU расширенного выставления счетов Distance Matrix ).
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЭЛЕМЕНТ) | ||
---|---|---|
| | |
0,005 доллара США за каждого (5,00 долларов США за 1000) | 0,004 доллара США за каждого (4,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Каждый запрос, отправленный в API матрицы расстояний, генерирует элементы, где количество origins
, умноженное на количество destinations
равно количеству элементов.
Артикул: Матрица расстояний, расширенная
Запрос к Distance Matrix API или к службе Distance Matrix Maps JavaScript API , который использует информацию о трафике и/или модификаторы местоположения.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЭЛЕМЕНТ) | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,008 доллара США за каждого (8,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Каждый запрос, отправленный в API матрицы расстояний, генерирует элементы, где количество origins
, умноженное на количество destinations
равно количеству элементов.
За номер SKU Distance Matrix Advanced взимается плата за Distance Matrix API или за службу Distance Matrix Maps JavaScript API, которая использует одно или несколько из следующих действий:
- Информация о дорожном движении. Информация о трафике используется, когда применяются все следующие условия (это условия, необходимые для получения поля
duration_in_traffic
в ответе матрицы расстояний):- Параметр
mode
движения —driving
или не указан (driving
— режим движения по умолчанию). - Запрос включает действительный параметр
departure_time
. В полеdeparture_time
может быть установлено текущее время или какое-то время в будущем. Это не может быть в прошлом.
- Параметр
- Модификаторы местоположения. Когда вы используете следующие модификаторы местоположения , чтобы указать, как водителям следует приближаться к определенному местоположению:
-
side_of_road
-
heading
-
Артикул: Дороги – Пройденный маршрут
Запрос к сервису Snap to Roads API Roads.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАПРОС) | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,008 доллара США за каждого (8,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Дороги – Ближайшая дорога
Запрос к сервису Nearest Roads API Roads.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗАПРОС) | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,008 доллара США за каждого (8,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Дороги – ограничения скорости
Запрос к сервису ограничения скорости Roads API. ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЭЛЕМЕНТ) | ||
---|---|---|
| | |
0,02 доллара США за каждого (20,00 долларов США за 1000) | 0,016 доллара США за каждого (16,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Запросы на ограничение скорости оплачиваются за каждый элемент ограничения скорости, возвращенный в ответе API. Эта сумма всегда будет равна или меньше количества баллов, переданных в исходном запросе.
Артикул: Маршруты: Вычисление маршрутов — Базовый
Запрос на вычисление маршрутов .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА Цена за ЗАПРОС | ||
---|---|---|
| | |
0,005 доллара США за каждого (5,00 долларов США за 1000) | 0,004 доллара США за каждого (4,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Маршруты: Вычисление маршрутов – Расширенный уровень
Запрос на вычисление маршрутов , использующий расширенные функции.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА Цена за ЗАПРОС | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,008 доллара США за каждого (8,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
С SKU Advanced взимается плата за запрос Compute Routes , который использует одну или несколько из следующих функций:
- От 11 до 25 промежуточных путевых точек
- Оптимальная маршрутизация с учетом трафика или с учетом трафика. Эти параметры маршрутизации соответствуют установке свойства
routingPreference
в запросе наTRAFFIC_AWARE
илиTRAFFIC_AWARE_OPTIMAL
. - Модификаторы местоположения. Когда вы используете следующие параметры, чтобы указать, как водителям следует подъезжать к определенному месту:
Артикул: Маршруты: Вычисление маршрутов — предпочтительные
Запрос на вычисление маршрутов , использующий предпочтительные функции.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА Цена за ЗАПРОС | ||
---|---|---|
| | |
0,015 доллара США за каждого (15,00 долларов США за 1000) | 0,012 доллара США за каждого (12,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
За предпочтительный номер SKU взимается плата за запрос Compute Routes , который использует одну или несколько из следующих функций:
- Маршрут двухколесного транспорта
- Расчет дорожных сборов
- Информация о дорожном движении на полилиниях
Артикул: Маршруты: Вычисление матрицы маршрутов — базовый уровень
Запрос на вычисление матрицы маршрутов .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА Цена за ЭЛЕМЕНТ | ||
---|---|---|
| | |
0,005 доллара США за каждого (5,00 долларов США за 1000) | 0,004 доллара США за каждого (4,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Маршруты: Вычисление матрицы маршрутов — Расширенный уровень
Запрос на вычисление матрицы маршрутов , использующий расширенные функции.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА Цена за ЭЛЕМЕНТ | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,008 доллара США за каждого (8,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
С SKU Advanced взимается плата за запрос на вычисление матрицы маршрутов , который использует одну или несколько из следующих функций:
- Оптимальная маршрутизация с учетом трафика или с учетом трафика. Эти параметры маршрутизации соответствуют установке свойства
routingPreference
в запросе наTRAFFIC_AWARE
илиTRAFFIC_AWARE_OPTIMAL
. - Модификаторы местоположения. Когда вы используете следующие параметры, чтобы указать, как водителям следует подъезжать к определенному месту:
Артикул: Маршруты: Вычисление матрицы маршрутов — предпочтительный
Запрос на вычисление матрицы маршрутов , использующий предпочтительные функции.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА Цена за ЭЛЕМЕНТ | ||
---|---|---|
| | |
0,015 доллара США за каждого (15,00 долларов США за 1000) | 0,012 доллара США за каждого (12,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
За предпочтительный номер SKU взимается плата за запрос на вычисление матрицы маршрутов , который использует одну или несколько из следующих функций:
Артикул: Оптимизация маршрута: Маршрут для одного транспортного средства
Запрос к API оптимизации маршрута , указывающий ровно одно транспортное средство.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ОТПРАВКУ) | ||
---|---|---|
| | |
0,01 доллара США за каждого (10,00 долларов США за 1000) | 0,004 доллара США за каждого (4,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Оптимизация маршрута: Маршрутизация флота
Запрос к API оптимизации маршрута , в котором указано более одного транспортного средства.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ОТПРАВКУ) | ||
---|---|---|
| | |
0,03 доллара США за каждого (30,00 долларов США за 1000) | 0,014 доллара США за каждого (14,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Размещает (новые) артикулы продуктов
О масках полей
Используйте маски полей, также называемые списками полей , в своих запросах, чтобы указать список полей, возвращаемых в ответе. Затем вам будет выставлен счет по самому высокому номеру SKU, соответствующему вашему запросу. Это означает, что если вы выберете поля как в (Базовом), так и в (Расширенном) SKU, вам будет выставлен счет на основе (Расширенного) SKU.
Использование маски поля — это хорошая практика проектирования, позволяющая избежать запроса ненужных данных, что помогает избежать ненужного времени обработки и затрат на выставление счетов.
О сеансах автозаполнения (новых)
Сеанс автозаполнения (новый) включает в себя один или несколько запросов автозаполнения (новый), а также запрос сведений о месте (новый) или запрос проверки адреса. Один и тот же токен сеанса передается в запрос автозаполнения (новый) и в последующий запрос сведений о месте (новый) или запрос проверки адреса.
Сеанс начинается с первого запроса автозаполнения (нового). Запрос сведений о месте (новый) или запрос проверки адреса выполняется, когда пользователь выбирает одно из предложений автозаполнения (новый). Если сеанс прерывается, то есть не выполняется запрос сведений о месте (новый) или запрос на проверку адреса, за запросы автозаполнения (новый) взимается плата, как если бы токен сеанса не был предоставлен.
После того, как пользователь выбрал место (то есть был сделан запрос сведений о месте (новое) или запрос проверки адреса), вы должны начать новый сеанс, используя новый токен сеанса.
Токен сеанса подходит для одного сеанса и не может использоваться более чем для одного сеанса. Если вы повторно используете токен сеанса, сеанс считается недействительным, а за запросы взимается плата, как если бы токен сеанса не был предоставлен.
Артикул: Автозаполнение запросов
Артикул автозаполнения запросов взимается за каждый запрос к API автозаполнения (нового), который не включает токен сеанса.
Также взимается плата, если вы используете токены сеанса и:
- Завершите сеансы одним запросом к Place Details (New), который запрашивает любые поля, определенные SKU: Place Details (только местоположение) .
- Каждый запрос автозаполнения (новый) (до 12 запросов) оплачивается с использованием SKU: Запросы автозаполнения .
- Каждый последующий запрос автозаполнения (новый) оплачивается с использованием SKU: Использование сеанса автозаполнения .
- Откажитесь от сеанса или завершите его, выполнив вызов SKU: Place Details (только идентификаторы) . Все запросы автозаполнения (новые) затем оплачиваются с использованием SKU: Запросы автозаполнения .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,00283 доллара США за каждого (2,83 доллара США за 1000) | 0,00227 долларов США за каждого (2,27 доллара США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Использование сеанса автозаполнения
Артикул использования сеанса автозаполнения взимается за каждый запрос к API автозаполнения (нового), который включает токен сеанса.
Плата за этот номер SKU взимается в следующих случаях:
Сеанс автозаполнения прерван вызовом SKU: Place Details (только местоположение) :
- Каждый запрос автозаполнения (новый) (до 12 запросов) оплачивается с использованием SKU: Запросы автозаполнения .
- Каждый последующий запрос автозаполнения (новый) оплачивается с использованием SKU: Использование сеанса автозаполнения .
Сеанс автозаполнения завершился вызовом SKU: Place Details (Basic, Advanced или Preferred) .
Вызов Place Details, который запрашивает любое поле из SKU: Place Details (Basic, Advanced или Preferred), оплачивается по SKU: Place Details (Preferred) .
Сеанс автозаполнения завершился вызовом SKU: Предпочтительная проверка адреса .
Дополнительные сведения см. в разделе «Автозаполнение (новое)» и цены на сеансы .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,00 доллара США за каждого (0,00 доллара США за 1000) | 0,00 доллара США за каждого (0,00 доллара США за 1000) | 0,00 доллара США за каждого (0,00 доллара США за 1000) |
Артикул: Сведения о месте (только идентификаторы)
Используя маску полей или список полей в запросе сведений о месте (новое), вы можете ограничить ответ только указанными полями. Этот SKU активируется, когда вы запрашиваете только следующие поля:
Android : Place.Field.DISPLAY_NAME
, Place.Field.ID
, Place.Field.PHOTO_METADATAS
, Place.Field.RESOURCE_NAME
Библиотека мест, JavaScript API карт : id
, photos
iOS : GMSPlacePropertyPlaceID
, GMSPlacePropertyName
, GMSPlacePropertyPhotos
Веб-сервис : attributions
, id
, name
* , photos
* Поле name
содержит имя ресурса места в форме: places/ PLACE_ID
. Используйте displayName
для доступа к текстовому названию места.
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,0 доллара США за каждого (0,00 доллара США за 1000) | 0,0 доллара США за каждого (0,00 доллара США за 1000) | 0,0 доллара США за каждого (0,00 доллара США за 1000) |
Артикул: Подробности о месте (только местоположение)
Используя маску полей или список полей в запросе сведений о месте (новое), вы можете ограничить ответ только указанными полями. Этот SKU активируется, когда вы запрашиваете только следующие поля:
Android : Place.Field.ADDRESS_COMPONENTS
, ADR_FORMAT_ADDRESS
, Place.Field.FORMATTED_ADDRESS
, Place.Field.LOCATION
, Place.Field.PLUS_CODE
, Place.Field.SHORT_FORMATTED_ADDRESS
, Place.Field.TYPES
, Place.Field.VIEWPORT
Библиотека адресов, JavaScript API Карт : addressComponents
, adrFormatAddress
, formattedAddress
, location
, plusCode
, types
, viewport
iOS : GMSPlacePropertyAddressComponents
, GMSPlacePropertyFormattedAddress
, GMSPlacePropertyCoordinate
, GMSPlacePropertyPlusCode
, GMSPlacePropertyTypes
, GMSPlacePropertyViewport
Веб-сервис : addressComponents
, adrFormatAddress
, formattedAddress
, location
, plusCode
, shortFormattedAddress
, types
, viewport
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,005 доллара США за каждого (5,00 долларов США за 1000) | 0,004 доллара США за каждого (4,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Детали места (базовый)
Используя маску полей или список полей в запросе «Сведения о месте (новое)», вы можете ограничить ответ только указанными полями. Этот SKU активируется, когда вы запрашиваете только следующие поля:
Android : Place.Field.ACCESSIBILITY_OPTIONS
, Place.Field.BUSINESS_STATUS
, Place.Field.GOOGLE_MAPS_URI
, Place.Field.ICON_BACKGROUND_COLOR
, Place.Field.ICON_MASK_URL
, Place.Field.PRIMARY_TYPE_DISPLAY_NAME
, Place.Field.SUB_DESTINATIONS
S , Place.Field.UTC_OFFSET
Библиотека адресов, JavaScript API Карт : accessibilityOptions
, businessStatus
, displayName
, googleMapsUri
, iconBackgroundColor
, primaryTypeDisplayName
, svgIconMaskURI
, types
, utcOffsetMinutes
iOS : GMSPlacePropertyBusinessStatus
, GMSPlacePropertyIconBackgroundColor
, GMSPlacePropertyIconImageURL
, GMSPlacePropertyUTCOffsetMinutes
, GMSPlacePropertyWheelchairAccessibleEntrance
Веб-сервис : accessibilityOptions
, businessStatus
, displayName
, googleMapsUri
, iconBackgroundColor
, iconMaskBaseUri
, primaryType
, primaryTypeDisplayName
, subDestinations
, utcOffsetMinutes
Если сеанс автозаполнения завершается вызовом Place Details, который запрашивает любое поле из SKU: Place Details (Basic, Advanced или Preferred) , то вызов оплачивается по SKU: Place Details (Preferred) . Дополнительные сведения см. в разделе SKU: использование сеанса автозаполнения .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,0170 долларов США за каждого (17,00 долларов США за 1000) | 0,0136 доллара США за каждого (13,60 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Сведения о месте (расширенный)
Используя маску полей или список полей в запросе «Сведения о месте (новое)», вы можете ограничить ответ только указанными полями. Этот SKU активируется, когда вы запрашиваете только следующие поля:
Android : Place.Field.CURRENT_OPENING_HOURS
, Place.Field.CURRENT_SECONDARY_OPENING_HOURS
Place.Field.INTERNATIONAL_PHONE_NUMBER
, Place.Field.NATIONAL_PHONE_NUMBER
Place.Field.OPENING_HOURS
, Place.Field.PRICE_LEVEL
, Place.Field.RATING
, Place.Field.SECONDARY_OPENING_HOURS
, Place.Field.USER_RATING_COUNT
Place.Field.WEBSITE_URI
Библиотека адресов, Maps JavaScript API : internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, userRatingCount
, websiteUri
iOS : GMSPlacePropertyCurrentOpeningHours
, GMSPlacePropertySecondaryOpeningHours
, GMSPlacePropertyPhoneNumber
, GMSPlacePropertyPriceLevel
, GMSPlacePropertyRating
, GMSPlacePropertyOpeningHours
, GMSPlacePropertyUserRatingsTotal
, GMSPlacePropertyWebsite
Веб-сервис : currentOpeningHours
, currentSecondaryOpeningHours
, internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, regularSecondaryOpeningHours
, userRatingCount
, websiteUri
Если сеанс автозаполнения завершается вызовом Place Details, который запрашивает любое поле из SKU: Place Details (Basic, Advanced или Preferred) , то вызов оплачивается по SKU: Place Details (Preferred) . Дополнительные сведения см. в разделе SKU: использование сеанса автозаполнения .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,020 доллара США за каждого (20,00 долларов США за 1000) | 0,016 доллара США за каждого (16,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Подробности о месте (предпочтительно)
Используя маску полей или список полей в запросе сведений о месте (новое), вы можете ограничить ответ только указанными полями. Этот SKU активируется, когда вы запрашиваете только следующие поля:
Android : Place.Field.ALLOWS_DOGS
, Place.Field.CURBSIDE_PICKUP
, Place.Field.DELIVERY
, Place.Field.DINE_IN
, Place.Field.EDITORIAL_SUMMARY
, Place.Field.EV_CHARGE_OPTIONS
, Place.Field.FUEL_OPTIONS
, Place.Field.GOOD_FOR_CHILDREN
, Place.Field.GOOD_FOR_GROUPS
, Place.Field.GOOD_FOR_WATCHING_SPORTS
, Place.Field.LIVE_MUSIC
, Place.Field.MENU_FOR_CHILDREN
, Place.Field.OUTDOOR_SEATING
, Place.Field.PARKING_OPTIONS
, Place.Field.PAYMENT_OPTIONS
, Place.Field.RESERVABLE
, Place.Field.RESTROOM
, Place.Field.REVIEWS
, Place.Field.SERVES_BEER
, Place.Field.SERVES_BREAKFAST
, Place.Field.SERVES_BRUNCH
, Place.Field.SERVES_COCKTAILS
, Place.Field.SERVES_COFFEE
, Place.Field.SERVES_DESSERT
, Place.Field.SERVES_DINNER
, Place.Field.SERVES_LUNCH
, Place.Field.SERVES_VEGETARIAN_FOOD
, Place.Field.SERVES_WINE
, Place.Field.TAKEOUT
Библиотека мест, Maps JavaScript API : allowsDogs
, editorialSummary
, evChargeOptions
, fuelOptions
, hasCurbsidePickup
, hasDelivery
, hasDineIn
, hasLiveMusic
, hasMenuForChildren
, hasOutdoorSeating
, hasRestroom
, hasTakeout
, hasWifi
, isGoodForChildren
, isGoodForGroups
, isGoodForWatchingSports
, isReservable
, parkingOptions
, paymentOptions
, priceLevel
, reviews
, servesBeer
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
iOS : GMSPlacePropertyCurbsidePickup
, GMSPlacePropertyDelivery
, GMSPlacePropertyDineIn
, GMSPlacePropertyEditorialSummary
, GMSPlacePropertyReservable
, GMSPlacePropertyReviews
, GMSPlacePropertyServesBeer
, GMSPlacePropertyServesBreakfast
, GMSPlacePropertyServesBrunch
PropertyServesBrunch, GMSPlacePropertyServesDinner
, GMSPlacePropertyServesLunch
, GMSPlacePropertyServesVegetarianFood
, GMSPlacePropertyServesWine
, GMSPlacePropertyTakeout
Веб-сервис : allowsDogs
, curbsidePickup
, delivery
, dineIn
, editorialSummary
, evChargeOptions
, fuelOptions
, goodForChildren
, goodForGroups
, goodForWatchingSports
, liveMusic
, menuForChildren
, parkingOptions
, paymentOptions
, outdoorSeating
, reservable
, restroom
, reviews
, routingSummaries
, * servesBeer
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
, takeout
* Только текстовый поиск и поиск поблизости.
Если сеанс автозаполнения завершается вызовом Place Details, который запрашивает любое поле из SKU: Place Details (Basic, Advanced или Preferred) , то вызов оплачивается по SKU: Place Details (Preferred) . Дополнительные сведения см. в разделе SKU: использование сеанса автозаполнения .
ЕЖЕМЕСЯЧНЫЙ ДИАПАЗОН ОБЪЕМА (Цена за ЗВОНОК) | ||
---|---|---|
| | |
0,025 доллара США за каждого (25,00 долларов США за 1000) | 0,020 доллара США за каждого (20,00 долларов США за 1000) | Свяжитесь с отделом продаж для уточнения оптовых цен. |
Артикул: Поиск поблизости (базовый)
Используя полевую маску или список полевых поля в вашем запросе на ближайший поиск (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.ADDRESS_COMPONENTS
, Place.Field.BUSINESS_STATUS
, Place.Field.ADDRESS
, Place.Field.ICON_BACKGROUND_COLOR
, Place.Field.ICON_URL
, Place.Field.LAT_LNG
, Place.Field.PHOTO_METADATAS
, Place.Field.PLUS_CODE
, Place.Field.ID
, Place.Field.NAME
, Place.Field.TYPES
, Place.Field.UTC_OFFSET
, Place.Field.VIEWPORT
, Place.Field.WHEELCHAIR_ACCESSIBLE_ENTRANCE
Библиотека мест, карты JavaScript API : accessibilityOptions
, addressComponents
, adrFormatAddress
, businessStatus
, displayName
, formattedAddress
, googleMapsUri
, iconBackgroundColor
, id
, location
, photos
, plusCode
, svgIconMaskURI
, types
, utcOffsetMinutes
, Viewport, Prowercode, Svgiconmaskuri, Types, viewport
IOS GMSPlacePropertyTypes
GMSPlacePropertyAddressComponents
, GMSPlacePropertyBusinessStatus
, GMSPlacePropertyCoordinate
, GMSPlacePropertyFormattedAddress
, GMSPlacePropertyName
GMSPlacePropertyWheelchairAccessibleEntrance
Gmsplacepropertyiconcackgrackgrack, GMSPlacePropertyIconBackgroundColor
, GMSPlacePropertyIconImageURL
ID, gmsplacepropertypluscode, GMSPlacePropertyPhotos
GMSPlacePropertyUTCOffsetMinutes
GMSPlacePropertyPlusCode
GMSPlacePropertyPlaceID
, GMSPlacePropertyViewport
Веб -сервис : places.accessibilityOptions
, places.addressComponents
, places.adrFormatAddress
, places.attributions
, places.businessStatus
, places.displayName
, places.formattedAddress
places.id
places.googleMapsUri
, places.iconBackgroundColor
, places.iconMaskBaseUri
, места, places.location
, places.name
* , places.photos
, places.plusCode
, places.primaryType
, places.primaryTypeDisplayName
, places.shortFormattedAddress
, places.subDestinations
, places.types
, places.utcOffsetMinutes
, places.viewport
.
* Поле places.name
places/ PLACE_ID
Используйте places.displayName
.
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,032 доллара США за каждый (32,00 доллара США на 1000) | 0,0256 доллара США за каждый (25,60 доллара США на 1000) | Свяжитесь с продажами по цене объема |
SKU: близлежащий поиск (Advanced)
Используя полевую маску или список полевых поля в вашем запросе на ближайший поиск (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.CURRENT_OPENING_HOURS
, Place.Field.CURRENT_SECONDARY_OPENING_HOURS
Place.Field.INTERNATIONAL_PHONE_NUMBER
, Place.Field.NATIONAL_PHONE_NUMBER
, place.price_level, place.field.rating, Place.Field.PRICE_LEVEL
, Place.Field.RATING
, plate.secondary_openg_hours, Place.rating, place.secondary_openg_hours Place.Field.OPENING_HOURS
Place.Field.SECONDARY_OPENING_HOURS
, Place.Field.USER_RATING_COUNT
Place.Field.WEBSITE_URI
Библиотека мест, карты JavaScript API : internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, userRatingCount
, websiteUri
iOS GMSPlacePropertyWebsite
GMSPlacePropertyCurrentOpeningHours
, GMSPlacePropertySecondaryOpeningHours
, GMSPlacePropertyPhoneNumber
, GMSPlacePropertyPriceLevel
GMSPlacePropertyUserRatingsTotal
GMSPlacePropertyRating
, GMSPlacePropertyOpeningHours
Веб -сервис : places.currentOpeningHours
places.rating
places.priceLevel
places.currentSecondaryOpeningHours
places.websiteUri
places.internationalPhoneNumber
, places.regularOpeningHours
places.nationalPhoneNumber
places.regularSecondaryOpeningHours
places.userRatingCount
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,035 доллара США за каждый (35,00 доллара США на 1000) | 0,028 доллара США за каждый (28,00 долларов США на 1000) | Свяжитесь с продажами по цене объема |
SKU: близлежащий поиск (предпочтительный)
Используя полевую маску или список полевых поля в вашем запросе на ближайший поиск (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.ALLOWS_DOGS
, Place.Field.CURBSIDE_PICKUP
, Place.Field.DELIVERY
, Place.Field.DINE_IN
Place.Field.GOOD_FOR_CHILDREN
Place.Field.EDITORIAL_SUMMARY
, Place.Field.EV_CHARGE_OPTIONS
, Place.Field.FUEL_OPTIONS
Place.Field.GOOD_FOR_GROUPS
, Place.Field.GOOD_FOR_WATCHING_SPORTS
, Place.Field.LIVE_MUSIC
, Place.Field.MENU_FOR_CHILDREN
, Place.Field.OUTDOOR_SEATING
, Place.Field.PARKING_OPTIONS
, Place.Field.PAYMENT_OPTIONS
, Place.Field.RESERVABLE
, Place.Field.RESTROOM
, Place.Field.REVIEWS
, Place.Field.SERVES_BEER
, Place.Field.SERVES_BREAKFAST
, Place.Field.SERVES_BRUNCH
, Place.Field.SERVES_COCKTAILS
, Place.Field.SERVES_COFFEE
, Place.Field.SERVES_DESSERT
, Place.Field.SERVES_DINNER
, Place.Field.SERVES_LUNCH
, Place.Field.SERVES_VEGETARIAN_FOOD
, Place.Field.SERVES_WINE
, Place.Field.TAKEOUT
Библиотека мест, карты JavaScript API : allowsDogs
, editorialSummary
, evChargeOptions
, fuelOptions
, hasCurbsidePickup
, hasDelivery
isGoodForGroups
hasDineIn
servesBeer
hasLiveMusic
isReservable
isGoodForChildren
paymentOptions
reviews
isGoodForWatchingSports
priceLevel
hasRestroom
hasMenuForChildren
hasOutdoorSeating
parkingOptions
hasWifi
, hasTakeout
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
iOS : GMSPlacePropertyCurbsidePickup
, GMSPlacePropertyDelivery
, GMSPlacePropertyDineIn
, GMSPlacePropertyEditorialSummary
, GMSPlacePropertyReservable
, GMSPlacePropertyReviews
, GMSPlacePropertyServesBeer
GMSPlacePropertyServesVegetarianFood
GMSPlacePropertyServesDinner
GMSPlacePropertyServesBrunch
GMSPlacePropertyServesBreakfast
GMSPlacePropertyServesLunch
GMSPlacePropertyServesWine
, GMSPlacePropertyTakeout
Веб -сервис : places.allowsDogs
, places.curbsidePickup
, places.delivery
, places.dineIn
, places.editorialSummary
, places.evChargeOptions
, places.fuelOptions
, places.goodForChildren
, places.goodForGroups
, places.goodForWatchingSports
, places.liveMusic
, places.menuForChildren
places.parkingOptions
places.servesCocktails
places.paymentOptions
places.servesBrunch
places.outdoorSeating
, places.reservable
, places.restroom
places.servesCoffee
places.reviews
, places.routingSummaries
, * places.servesBreakfast
, places.servesBeer
. places.servesDessert
, places.servesDinner
, places.servesLunch
, places.servesVegetarianFood
, places.servesWine
, places.takeout
* Поиск текста и только поблизости поиск
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,040 доллара США за каждый (40,00 доллара США на 1000) | 0,032 доллара США за каждый (32,00 доллара США на 1000) | Свяжитесь с продажами по цене объема |
SKU: Text Search (только удостоверение личности)
Используя полевую маску или список полевых полетов в вашем запросе текстового поиска (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.DISPLAY_NAME
, Place.Field.ID
, Place.Field.RESOURCE_NAME
iOS : GMSPlacePropertyPlaceID
, GMSPlacePropertyName
Библиотека мест, карты JavaScript API : id
Веб -сервис : places.attributions
, places.id
, places.name
* , nextPageToken
* Поле places.name
places/ PLACE_ID
Используйте places.displayName
.
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,0 доллара США за каждый (0,00 доллара США на 1000) | 0,0 доллара США за каждый (0,00 доллара США на 1000) | 0,0 доллара США за каждый (0,00 доллара США на 1000) |
SKU: текстовый поиск (базовый)
Используя полевую маску или список полевых полетов в вашем запросе текстового поиска (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.ACCESSIBILITY_OPTIONS
, Place.Field.ADDRESS_COMPONENTS
, Place.Field.ADR_FORMAT_ADDRESS
, Place.Field.BUSINESS_STATUS
, place.field.formatted_address, Place.Field.FORMATTED_ADDRESS
, Place.Field.GOOGLE_MAPS_URI
, Place.Field.ICON_BACKGROUND_COLOR
, Place.Field.ICON_MASK_URL
Place.Field.LOCATION
, Place.Field.PHOTO_METADATAS
, Place.Field.PLUS_CODE
, Place.Field.PRIMARY_TYPE_DISPLAY_NAME
, Place.Field.SHORT_FORMATTED_ADDRESS
, Place.Field.SUB_DESTINATIONS
, Place.Field.TYPES
, Place.Field.UTC_OFFSET
, Place.Field.VIEWPORT
iOS : GMSPlacePropertyAddressComponents
, GMSPlacePropertyBusinessStatus
, GMSPlacePropertyFormattedAddress
, GMSPlacePropertyIconBackgroundColor
, GMSPlacePropertyIconImageURL
, GMSPlacePropertyCoordinate
, GMSPlacePropertyPhotos
, GMSPlacePropertyPlusCode
, GMSPlacePropertyTypes
, GMSPlacePropertyUTCOffsetMinutes
, GMSPlacePropertyViewport
, GMSPlacePropertyWheelchairAccessibleEntrance
Библиотека размещает, карты JavaScript API : accessibilityOptions
, addressComponents
, adrFormatAddress
, businessStatus
, displayName
viewport
formattedAddress
, googleMapsUri
, iconBackgroundColor
, location
, photos
, plusCode
, svgIconMaskURI
, types
, utcOffsetMinutes
Веб places.adrFormatAddress
places.businessStatus
places.accessibilityOptions
places.addressComponents
places.displayName
places.formattedAddress
places.googleMapsUri
places.iconBackgroundColor
places.iconMaskBaseUri
places.location
places.photos
places.plusCode
, places.primaryType
, places.primaryTypeDisplayName
, places.shortFormattedAddress
, places.subDestinations
, places.types
, places.utcOffsetMinutes
, places.viewport
.
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,032 доллара США за каждый (32,00 доллара США на 1000) | 0,0256 доллара США за каждый (25,60 доллара США на 1000) | Свяжитесь с продажами по цене объема |
SKU: Text Search (Advanced)
Используя полевую маску или список полевых полетов в вашем запросе текстового поиска (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.CURRENT_OPENING_HOURS
, Place.Field.CURRENT_SECONDARY_OPENING_HOURS
Place.Field.INTERNATIONAL_PHONE_NUMBER
, Place.Field.NATIONAL_PHONE_NUMBER
, place.price_level, place.field.rating, Place.Field.PRICE_LEVEL
, Place.Field.RATING
, plate.secondary_openg_hours, Place.rating, place.secondary_openg_hours Place.Field.OPENING_HOURS
Place.Field.SECONDARY_OPENING_HOURS
, Place.Field.USER_RATING_COUNT
Place.Field.WEBSITE_URI
iOS GMSPlacePropertyWebsite
GMSPlacePropertyCurrentOpeningHours
, GMSPlacePropertySecondaryOpeningHours
, GMSPlacePropertyPhoneNumber
, GMSPlacePropertyPriceLevel
GMSPlacePropertyUserRatingsTotal
GMSPlacePropertyRating
, GMSPlacePropertyOpeningHours
Веб -сервис : places.currentOpeningHours
places.rating
places.priceLevel
places.currentSecondaryOpeningHours
places.websiteUri
places.internationalPhoneNumber
, places.regularOpeningHours
places.nationalPhoneNumber
places.regularSecondaryOpeningHours
places.userRatingCount
Библиотека мест, карты JavaScript API : internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
Openinghours, userRatingCount
, websiteUri
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,035 доллара США за каждый (35,00 доллара США на 1000) | 0,028 доллара США за каждый (28,00 долларов США на 1000) | Свяжитесь с продажами по цене объема |
SKU: текстовый поиск (предпочтительнее)
Используя полевую маску или список полевых полетов в вашем запросе текстового поиска (новый), вы можете ограничить ответ только на указанные поля. Этот SKU запускается только при запросе следующих полей:
Android : Place.Field.ALLOWS_DOGS
, Place.Field.CURBSIDE_PICKUP
, Place.Field.DELIVERY
, Place.Field.DINE_IN
Place.Field.GOOD_FOR_CHILDREN
Place.Field.EDITORIAL_SUMMARY
, Place.Field.EV_CHARGE_OPTIONS
, Place.Field.FUEL_OPTIONS
Place.Field.GOOD_FOR_GROUPS
, Place.Field.GOOD_FOR_WATCHING_SPORTS
, Place.Field.LIVE_MUSIC
, Place.Field.MENU_FOR_CHILDREN
, Place.Field.OUTDOOR_SEATING
, Place.Field.PARKING_OPTIONS
, Place.Field.PAYMENT_OPTIONS
, Place.Field.RESERVABLE
, Place.Field.RESTROOM
, Place.Field.REVIEWS
, Place.Field.SERVES_BEER
, Place.Field.SERVES_BREAKFAST
, Place.Field.SERVES_BRUNCH
, Place.Field.SERVES_COCKTAILS
, Place.Field.SERVES_COFFEE
, Place.Field.SERVES_DESSERT
, Place.Field.SERVES_DINNER
, Place.Field.SERVES_LUNCH
, Place.Field.SERVES_VEGETARIAN_FOOD
, Place.Field.SERVES_WINE
, Place.Field.TAKEOUT
iOS : GMSPlacePropertyCurbsidePickup
, GMSPlacePropertyDelivery
, GMSPlacePropertyDineIn
, GMSPlacePropertyEditorialSummary
, GMSPlacePropertyReservable
, GMSPlacePropertyReviews
, GMSPlacePropertyServesBeer
GMSPlacePropertyServesVegetarianFood
GMSPlacePropertyServesDinner
GMSPlacePropertyServesBrunch
GMSPlacePropertyServesBreakfast
GMSPlacePropertyServesLunch
GMSPlacePropertyServesWine
, GMSPlacePropertyTakeout
Библиотека мест, карты JavaScript API : allowsDogs
, editorialSummary
, evChargeOptions
, fuelOptions
, hasCurbsidePickup
, hasDelivery
isGoodForGroups
hasDineIn
servesBeer
hasLiveMusic
isReservable
isGoodForChildren
paymentOptions
reviews
isGoodForWatchingSports
priceLevel
hasRestroom
hasMenuForChildren
hasOutdoorSeating
parkingOptions
hasWifi
, hasTakeout
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
Веб -сервис : places.allowsDogs
, places.curbsidePickup
, places.delivery
, places.dineIn
, places.editorialSummary
, places.evChargeOptions
, places.fuelOptions
, places.goodForChildren
, places.goodForGroups
, places.goodForWatchingSports
, places.liveMusic
, places.menuForChildren
places.parkingOptions
places.servesCocktails
places.paymentOptions
places.servesBrunch
places.outdoorSeating
, places.reservable
, places.restroom
places.servesCoffee
places.reviews
, places.routingSummaries
, * places.servesBreakfast
, places.servesBeer
. places.servesDessert
, places.servesDinner
, places.servesLunch
, places.servesVegetarianFood
, places.servesWine
, places.takeout
* Поиск текста и только поблизости поиск
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,040 доллара США за каждый (40,00 доллара США на 1000) | 0,032 доллара США за каждый (32,00 доллара США на 1000) | Свяжитесь с продажами по цене объема |
SKU: Поместите фото
Place Photo Sku взимается за каждый запрос на API.
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,007 доллара США за каждый (7,00 доллара США за 1000) | 0,0056 долл. США за каждый (5,60 доллара США на 1000) | Свяжитесь с продажами по цене объема |
Поместите продукт Skus
API в местах включают места API , места SDK для Android ; Места SDK для iOS ; Библиотека мест, карты JavaScript API ; Геокодирование API ; Geolocation API ; API часового пояса ; и поднятие API .
О сеансах автозаполнения
Сеанс автозаполнения включает в себя некоторые запросы на автозаполнение (для получения предложений в месте в качестве типов пользователей), и, в большинстве случаев, запрос подробности в одном месте (для получения подробной информации о месте, выбранном пользователем). Тот же токен сеанса передается в автозаполнение и последующий запрос на детали. Сеанс начинается с первого запроса на автозаполнение (который обычно происходит, когда пользователь начинает печатать). Вызов сведения о местах выполняется, когда пользователь выбрал одно из предложений автозаполнения. Если пользователь не выбирает предложение, вызов информации не сделан.
После того, как пользователь выбрал место (т.е. сделан вызов с подробной информацией о местах), вы должны запустить новый сеанс, используя новый токен сеанса.
Сеансы автозаполнения могут быть сгенерированы из следующих API:
- Места API размещает службу автозаполнения или карты JavaScript API, а также услуга автозаполнения . Вам необходимо разработать свое приложение для предоставления токенов сеанса (вам может потребоваться изменить свой существующий код).
- Карты JavaScript API API виджет . Счета с сеансом автоматически включена в эти виджеты без какого-либо изменения кода.
Токен сеанса хорош для одного сеанса пользователя и не должен использоваться для более чем одного сеанса пользователя. Если вы повторно используете токен сессии, сеанс считается недействительным, а запросы взимаются так, как если бы токен сеанса не был предоставлен.
Запросы на автозаполнение и запросы с подробностями мест с использованием сеансов выставлены на разные SKU.
О местах данных
Три места данных SKU: основные данные , контактные данные и данные атмосферы .Один или несколько данных SKU запускаются для:
- Android: каждый запрос на
fetchPlace()
илиfindCurrentPlace()
- iOS: каждый звонок в
fetchPlaceFromPlaceID:
илиfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
- Веб -сервис: в каждом местах запрашивается в зависимости от поля, указанных в запросе
Данные SKU всегда взимаются в дополнение к базовому SKU за запрос, запускающий их. Например, запрос сведений о местах, включающий базовые поля данных, будет взиматься как в рамках базовых данных SKU , так и в сведениях о месте SKU.
Для веб -сервиса эти помещения API вызовы поддержки Указание поля данных для возврата:
Для веб -службы эти вызовы APIS не поддерживают определение возвращенных полей. Эти вызовы всегда возвращают все данные, заряжая три места данных SKU в дополнение к плате за каждый запрос API:
SKU: Основные данные
Используя параметр поля в деталях вашего места или найдите запрос места, вы можете ограничить ответ только на указанные поля. Поля в базовой категории включены в базовую стоимость запроса мест и не приводят к какой -либо дополнительной плате. Основные данные SKU запускаются, когда запрашивается какая -либо из этих полей:
- Android:
Place.Field.ACCESSIBILITY_OPTIONS
,Place.Field.ADDRESS_COMPONENTS
,Place.Field.BUSINESS_STATUS
,Place.Field.DISPLAY_NAME
,Place.Field.FORMATTED_ADDRESS
,Place.Field.ICON_BACKGROUND_COLOR
,Place.Field.ICON_MASK_URL
,Place.Field.ID
,Place.Field.LOCATION
,Place.Field.PHOTO_METADATAS
,Place.Field.PLUS_CODE
,Place.Field.TYPES
,Place.Field.VIEWPORT
, илиPlace.Field.UTC_OFFSET
. - iOS:
GMSPlaceFieldFormattedAddress
,GMSPlaceFieldBusinessStatus
,GMSPlaceFieldID
,GMSPlaceFieldCoordinate
,GMSPlaceFieldName
,GMSPlaceFieldPhotos
, Gmsplacefieldpluscode,GMSPlaceFieldPlusCode
, Gmsplacefieldpluscode,GMSPlaceFieldTypes
, илиGMSPlaceFieldViewport
- Веб -сервис:
address_component
,adr_address
,business_status
,formatted_address
,geometry
,icon
,name
,permanently_closed
,photo
,place_id
,plus_code
,type
,url
,utc_offset
,vicinity
илиwheelchair_accessible_entrance
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
Места просьба запрос + 0,00 доллара США | Места просьба запрос + 0,00 доллара США | Места просьба запрос + 0,00 доллара США |
SKU: контактные данные
Используя параметр Fields в вашем месте, или найдите запрос места для веб -служб или множество Place.Field
Field S для Android или iOS, вы можете ограничить ответ только на указанные поля. Поля в категории контактов приводят к дополнительной плате. SKU контактных данных запускается, когда запрашивается какая -либо из этих полей:
- Android:
Place.Field.CURRENT_OPENING_HOURS
,Place.Field.INTERNATIONAL_PHONE_NUMBER
,Place.Field.OPENING_HOURS
,Place.Field.SECONDARY_OPENING_HOURS
, илиPlace.Field.WEBSITE_URI
- iOS:
GMSPlaceFieldOpeningHours
,GMSPlaceFieldPhoneNumber
, илиGMSPlaceFieldWebsite
- Веб -сервис:
formatted_phone_number
,international_phone_number
,opening_hours
,current_opening_hours
,secondary_opening_hours
илиwebsite
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
Места просьба запрос + 0,003 доллара США за каждый (+ 3,00 доллара США за 1000) | Места просьба запрос + 0,0024 доллара США за каждый (+ 2,40 доллара США на 1000) | Свяжитесь с продажами по цене объема |
SKU: Данные атмосферы
Используя параметр поля в деталях вашего места или найдите запрос места, вы можете ограничить ответ только на указанные поля. Поля в категории атмосферы приводят к дополнительной плате. Данные атмосферы SKU запускаются, когда запрашивается какая -либо из этих полей:
- Android:
Place.Field.CURBSIDE_PICKUP
,Place.Field.DELIVERY
,Place.Field.EDITORIAL_SUMMARY
,Place.Field.DINE_IN
,Place.Field.PRICE_LEVEL
,Place.Field.RATING
,Place.Field.RESERVABLE
,Place.Field.SERVES_BEER
,Place.Field.SERVES_BREAKFAST
,Place.Field.SERVES_BRUNCH
,Place.Field.SERVES_DINNER
,Place.Field.SERVES_LUNCH
,Place.Field.SERVES_VEGETARIAN_FOOD
, place.field.serves_wine, place.field.takeout, илиPlace.Field.SERVES_WINE
,Place.Field.TAKEOUT
, или Place.user_rating_count_wine, place.field.takeout, илиPlace.Field.USER_RATING_COUNT
- iOS:
GMSPlaceFieldPriceLevel
,GMSPlaceFieldRating
,GMSPlaceFieldUserRatingsTotal
,GMSPlaceFieldTakeout
,GMSPlaceFieldDelivery
,GMSPlaceFieldDineIn
,GMSPlaceFieldCurbsidePickup
,GMSPlaceFieldReservable
,GMSPlaceFieldServesBreakfast
,GMSPlaceFieldServesLunch
,GMSPlaceFieldServesDinner
,GMSPlaceFieldServesBeer
,GMSPlaceFieldServesWine
,GMSPlaceFieldServesBrunch
orGMSPlaceFieldServesVegetarianFood
. - JavaScript : см. Fields (поместите детали)
- Веб -сервис :
curbside_pickup
,delivery
,dine_in
,editorial_summary
,price_level
,rating
,reservable
,reviews
,serves_beer
,serves_breakfast
,serves_brunch
,serves_dinner
,serves_lunch
,serves_vegetarian_food
,serves_wine
,takeout
, илиuser_ratings_total
.
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
Места просьба запрос + 0,005 доллара США за каждый (+ 5,00 долларов США на 1000) | Места просьба запрос + 0,004 доллара США за каждый (+ 4,00 доллара США за 1000) | Свяжитесь с продажами по цене объема |
SKU: AutoComplete - по запросу
Автозаполнение - для запроса SKU взимается за любые из этих вызовов или запросов, которые не включают токен сеанса:
- Android:
findAutocompletePredictions()
- iOS:
findAutocompletePredictionsFromQuery:
- JavaScript: Maps JavaScript API Place AutoComplete Service
- Веб -сервис: места API Place AutoComplete Service
Вызовы, сделанные из неверного сеанса автозаполнения (например, сеанс, который повторно использует токен сеанса), также взимаются автозаполнение - для запроса SKU.
Запросы на автозаполнение из API API Maps Place Place Place Vidget может взиматься автозаполнение - для SKU запроса на случай, если вызовы вызовы выполняются из неверного сеанса автозаполнения. Это может произойти, когда пользователь печатает несколько разных адресов или копирует/встает различные адреса в виджет и не всегда выбирает предсказание автозаполнения.
Ежемесячный объемный диапазон (Цена за запрос) | ||
---|---|---|
| | |
0,00283 доллара США за каждый (2,83 доллара США на 1000) | 0,00227 доллара США за каждый (2,27 доллара США на 1000) | Свяжитесь с продажами по цене объема |
SKU: автозаполнение без деталей места - на сеанс
Автозаполнение без деталей места - за сеанс SKU взимается за сеанс автозаполнения , который не включает запрос сведений о местах (в течение нескольких минут после начала сеанса).
Ежемесячный объемный диапазон (Цена за сеанс) | ||
---|---|---|
| | |
0,017 долларов США за каждый (17,00 доллара США на 1000) | 0,0136 долларов США за каждый (13,60 доллара США на 1000) | Свяжитесь с продажами по цене объема |
Пример
Если ваше приложение выдает эти два вызова за один сеанс:
Андроид
- findautocOpleTePredictions () (.SetQuery ("par"), .setSessionToken (xyz))
- findautocOpleTePredictions () (.SetQuery («Paris»), .SetSessionToken (xyz))
iOS
Веб-сервис
- Поместите запрос на автозаполнение (input = ”par», session_token: xyz)
- Поместите запрос на автозаполнение (input = ”Paris», Session_token: xyz)
На вашем счете вы увидите этот список SKU (при просмотре вашего счета от SKU ):
- Автозаполнение без деталей места - за сеанс (цена, начинающаяся с 0,017 долларов США за сеанс)
SKU: AutoComplete (включены в детали места) - за сеанс
Автозаполнение (включено в информацию о месте) - за сеанс SKU взимается за сеанс автозаполнения , который включает в себя любую из:
- Android: вызов
fetchPlace()
- iOS: звонок к
fetchPlaceFromPlaceID:
- Веб -сервис: запрос сведений о местах
Запрос на автозаполнение доступен бесплатно, а последующий вызов сведения о местах взимается на основе регулярных деталей места .
Запрос сведений о местах генерирует данные SKU ( базовый , контактный и/или атмосфера ) - в зависимости от полей, указанных в запросе.
Если вы не указываете поля в запросе сведений о месте, все данные данных запускаются (базовые, контактные и атмосферу).
Разместите детали идентификатора запросов обновления (запросы, которые указывают только поле place_id
) во время сеанса автозаполнения, объявляются как SKU: AutoComplete без деталей места - на сеанс .
Ежемесячный объемный диапазон (Цена за сеанс) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
Пример
Если ваше приложение выдает следующие три вызова за один сеанс:
Андроид
- findautocOpleTePredictions () (.SetQuery ("par"), .setSessionToken (xyz))
- findautocOpleTePredictions () (.SetQuery («Paris»), .SetSessionToken (xyz))
- Fetchplace () (с помощью
FetchPlaceRequest
, включая идентификатор места и поле адреса)
iOS
- PlaceSclient?.
- Placesclient?
- fetchplacefrovalceid: (включая идентификатор места и поле
GMSPlaceFieldFormattedAddress
)
Веб-сервис
- Поместите запрос на автозаполнение (input = ”par», session_token: xyz)
- Поместите запрос на автозаполнение (input = ”Paris», session_token: xyz)
- Детали места (Place_id, session_token: xyz, поля: formatted_address)
На вашем счете вы увидите эти перечисленные SKU (при просмотре вашего счета от SKU ):
- Автозаполнение (включено с подробностями места) - за сеанс (выставлен в размере 0,00 доллара США)
- Разместите детали (цена, начиная с 0,017 долларов США за сеанс)
- Основные данные (выставлены на 0,00 доллара США)
SKU: QUERY AUTOCOMPLITE - по запросу
Автозаполнение запроса - за запрос SKU взимается за каждый запрос:
- JavaScript: Maps JavaScript API Place Service AutoCoplete (
getQueryPredictions()
) и использование карт API API API -карт (запросы на автозаполнение запросов генерируются как типы пользователей). - Веб -сервис: места API Query AutoComplete Service
Ежемесячный объемный диапазон (Цена за запрос) | ||
---|---|---|
| | |
0,00283 доллара США за каждый (2,83 доллара США на 1000) | 0,00227 доллара США за каждый (2,27 доллара США на 1000) | Свяжитесь с продажами по цене объема |
Цены на сеанс автозаполнения не поддерживаются с использованием автозаполнения запроса. В последующих местах детали звонки взимаются в зависимости от обычных мест .
SKU: Разместите детали
Разместите подробности звонки взимаются следующим образом:
Ежемесячный объемный диапазон (Цена за звонок) | ||
---|---|---|
| | |
0,017 долларов США за каждый (17,00 доллара США на 1000) | 0,0136 долларов США за каждый (13,60 доллара США на 1000) | Свяжитесь с продажами по цене объема |
Детали места сформируются из этих API:
- Android: помещает SDK для Android (
fetchPlace()
) - iOS: места SDK для iOS (
fetchPlaceFromPlaceID:
:) - JavaScript: Карты JavaScript API Служба сведений о местах (
getDetails
) - JavaScript: карты API API -API -вида Javascript Place (
getPlace
) - JavaScript: Maps JavaScript API Place VidgeBox Widget :
getPlaces()
после того, как пользователь выбирает результат места (значок: PIN), * NOT * A Query (значок: увеличение), как показано здесь: - Веб -сервис: помещается с подробностями API Service Service
С помощью веб -API и сервисов, детали для места SKU взимается, независимо от того, предоставлен ли токен сеанса или нет.
Вызов или запрос сведений о месте также генерирует SKU DATA ( базовые , контактные и/или атмосферу ), в зависимости от полей, которые указаны в вызове или запросе. Если в вызове или запросе не указаны поля, все данные о том, что все данные запускаются, и вам взимается плата за получение информации о вызовах или запросе, а также стоимость всех данных.
Примеры
- Сделайте один из этих звонков или запросов:
- Mobile: Call
fetchPlace()
на Android илиfetchPlaceFromPlaceID:
на iOS и укажите только полеADDRESS
- Web API or service: make a Place Details request and specify just the address field:
getPlaceDetails(fields: formatted_address)
- Place Details (price starting at 0.017 USD per session)
- Basic Data (billed at 0.00 USD)
- Mobile: Call
- Make one of these calls or requests:
- Mobile: call
fetchPlace()
on Android orfetchPlaceFromPlaceID:
on iOS, and specify just thePHONE_NUMBER
field - Web API or service: make a Place Details request and specify the phone number field:
getPlaceDetails(fields: formatted_phone_number)
- Place Details (price starting at 0.017 USD per session)
- Contact Data (price starting at 0.003 USD per request)
- Mobile: call
- Make one of these calls or requests:
- Mobile: call
fetchPlace()
on Android orfetchPlaceFromPlaceID:
on iOS, and specify all the fields - Web API or service: make a Place Details request and specify all the fields (this type of request is the default if you do not specify any fields):
getPlaceDetails()
.
- Place Details (price starting at 0.017 USD per session)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
- Mobile: call
SKU: Place Details – ID Refresh
Use the Place Details request to refresh stale place IDs . These types of requests are available at no charge.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
Пример
Make a Place Details request specifying just the place id field: getPlaceDetails(fields: place_id)
. On your bill, you will see this SKU listed (when viewing your bill by SKU ):
- Place Details – ID Refresh (billed at 0.00 USD)
SKU: Find Place
Find Place is charged for a Find Place request.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.017 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
Find Place requests also generate Data SKUs ( Basic , Contact , and/or Atmosphere ), depending on the fields that are specified in the request. Like Place Details requests, you can use the fields parameter in your Find Place request to limit the response to only those fields specified. You are billed for the Find Place request as well as the data requested. By default, if NO fields are requested, only the place id is returned, so no additional data charges are incurred.
Примеры
- You make a Find Place request and specify just the address field:
FindPlace(fields: formatted_address)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Place (price starting at 0.017 USD per call)
- Basic Data (billed at 0.00 USD)
- You make a Find Place request and specify the phone number field:
FindPlace(fields: formatted_phone_number)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Place (price starting at 0.017 USD per call)
- Contact Data (price starting at 0.003 USD per request)
- You make a Find Place request and specify fields from all three data-type buckets:
FindPlace(fields: formatted_address, opening_hours, price_level)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Place (price starting at 0.017 USD per call)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Find Place – ID only
Find Place – ID only is charged for Find Place requests that only specify the Place ID to be returned. By default, if no fields are specified in the Find Place request, only the place id is returned.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
Пример
You make a Find Place request and only specify the place_id
field: FindPlace(fields: place_id)
. On your bill, you will see this SKU listed (when viewing your bill by SKU ):
- Find Place – ID only (billed at 0.00 USD)
SKU: Find Current Place
Find Current Place is charged for calls to findCurrentPlace()
(Android) or findPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS).
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.030 USD per each (30.00 USD per 1000) | 0.024 USD per each (24.00 USD per 1000) | Contact Sales for volume pricing |
Calls to findCurrentPlace()
(Android) or findPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) also generate Data SKUs ( Basic , Contact , and/or Atmosphere ), depending on the fields that are specified in the call. Specify data fields to limit the response to only those fields. You are billed for the Find Current Place call as well as the data requested.
Примеры
- You call
findCurrentPlace()
(Android) orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) and specify just theADDRESS
field. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Current Place (price starting at 0.030 USD per request)
- Basic Data (billed at 0.00 USD)
- You call
findCurrentPlace()
(Android) orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) and specify thePHONE_NUMBER
field. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Current Place (price starting at 0.030 USD per request)
- Contact Data (price starting at 0.003 USD per request)
- You call
findCurrentPlace()
(Android) orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) and specify fields from all three data-type buckets. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Current Place (price starting at 0.030 USD per request)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Place – Nearby Search
Place – Nearby Search is charged for requests to the Maps JavaScript API's Place Nearby Search service ( nearbySearch()
), or to the Places API Nearby Search service
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.032 USD per each (32.00 USD per 1000) | 0.0256 USD per each (25.60 USD per 1000) | Contact Sales for volume pricing |
Nearby Search requests return a list of places, but do not support specifying which fields are returned. Nearby Search requests return a subset of the supported data fields . You are charged for the Nearby Search request starting at 0.032 USD per each, as well as all of the data-type SKUs ( Basic Data , Contact Data , and Atmosphere Data ).
Пример
You make a Nearby Search request, such as NearbySearch (San Francisco, 100 meters)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):
- Place - Nearby Search (price starting at 0.032 USD per call)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Place – Text Search
Place – Text Search is charged for requests to the Maps JavaScript API's Place Text Search service ( textSearch()
), or to the Places API Text Search service .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.032 USD per each (32.00 USD per 1000) | 0.0256 USD per each (25.60 USD per 1000) | Contact Sales for volume pricing |
Text Search requests return a list of places, but do not support specifying which fields are returned. Text Search requests return a subset of the supported data fields . You are charged for the Text Search request starting at 0.032 USD per each, as well as all of the data-type SKUs ( Basic Data , Contact Data , and Atmosphere Data ).
The Place – Text Search SKU is also generated by the Maps JavaScript API's Place SearchBox widget : getPlaces()
method after the user selects a place query (icon: magnifier), not a result (icon: pin), as illustrated here:
Пример
You make a Text Search request, such as TextSearch(123 Main Street)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):
- Place - Text Search (price starting at 0.032 USD per call)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Place Photo
A Place Photo SKU is charged for:
- Android: calls to
fetchPhoto()
- iOS: calls to
loadPlacePhoto:
- JavaScript: to Places Library, Maps JavaScript API's Place Photos service when requesting data from the URLs returned by
PlacePhoto.getUrl()
to load image pixel data - Web service: requests to the Places API Place Photos service
For the JavaScript service, invoking the PlacePhoto.getUrl()
method does not cause billing until the URL is actually used to obtain pixel data.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.007 USD per each (7.00 USD per 1000) | 0.0056 USD per each (5.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Geocoding
A Geocoding SKU is charged for requests to the Maps JavaScript API's Geocoding service or to the Geocoding API . In JavaScript , the method Geocoder.geocode()
initiates the request to the Geocoding Service.
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Geolocation
A Geolocation SKU is charged for requests to the Geolocation API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Map Tiles API: 2D Map Tiles
A request to Map Tiles API retrieving Roadmap , Satellite , or Terrain Tiles. Note that Session Token and Viewport information requests aren't billed.
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
0 - 1,000,000 | 1,000,001 - 5,000,000 | 5,000,001+ | |||
0.0006 USD per each (0.60 USD per 1000) | 0.00048 USD per each (0.48 USD per 1000) | Contact Sales for volume pricing |
SKU: Map Tiles API: Street View Tiles
A request to Map Tiles API retrieving Street View Tiles, Street View Thumbnails, or Street View PanoIDs. Note that Session Token and Street View Metadata requests aren't billed.
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
0 - 1,000,000 | 1,000,001 - 5,000,000 | 5,000,001+ | |||
0.002 USD per each (2.00 USD per 1000) | 0.0016 USD per each (1.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Map Tiles API: Photorealistic 3D Tiles
A request to Map Tiles API retrieving 3D Root Tiles.
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.006 USD per each (6.00 USD per 1000) | 0.0051 USD per each (5.10 USD per 1000) | Contact Sales for volume pricing |
SKU: Time Zone
A Time Zone SKU is charged for requests to the Time Zone API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Elevation
An Elevation SKU is charged for requests to the Maps JavaScript API ’s Elevation service or to the Elevation API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Address Validation
A request to the validateAddress method (REST) and ValidateAddress method (gRPC) of the Address Validation API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.017 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Address Validation Preferred
Address Validation Preferred works with the Autocomplete (New) endpoint of the Places API when you use it with sessions that terminate with a call to the Address Validation API. Specifically, sessions that use Autocomplete (New) and terminate in either a request to validateAddress (REST) or ValidateAddress (gRPC) fall under this pricing model.
For details about both pricing and using Autocomplete (New) sessions with Places API, see the following guides in the Places API documentation:
When using Address Validation Preferred at the end of an Autocomplete (New) session, you are billed as follows:
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.025 USD per each (25.00 USD per 1000) | 0.020 USD per each (20.00 USD per 1000) | Contact Sales for volume pricing |
Environment product SKUs
APIs in Environment include: Air Quality API , Pollen API , and Solar API .
SKU: Air Quality
This SKU applies for the following endpoints and methods:
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Pollen
This SKU applies for the following endpoints/methods:
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Solar Building Insights
A request to buildingInsights .
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.01 USD per each (10.00 USD per 1000) | 0.005 USD per each (5.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Solar Data Layers
A request to dataLayers .
Accessing multiple imagery URLs from the same request does not generate additional charged queries. MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.075 USD per each (75.00 USD per 1000) | 0.0375 USD per each (37.50 USD per 1000) | Contact Sales for volume pricing |
Navigation SKU
Navigation SDKs include: Navigation SDK for Android and Navigation SDK for iOS .
SKU: Navigation Request
Each destination requested using the Navigation SDK is billed as a Navigation Request SKU unit. The price per SKU unit is determined by your total monthly call volume for the SKU:
MONTHLY VOLUME RANGE (Price per destination) | ||
---|---|---|
1–1,000 | 1,001–4,200,000 | 4,200,000+ |
No charge | 0.05 USD | 0.0395 USD |
Route request methods
Route generation requests to the Navigation SDK can be made by calling the following methods:
Андроид
- setDestination (Waypoint destination)
- setDestination (Waypoint destination, RoutingOptions options)
- setDestination (Waypoint destination, RoutingOptions routingOptions, DisplayOptions displayOptions)
- setDestinations (List<Waypoint> destinations)
- setDestinations (List<Waypoint> destinations, RoutingOptions options)
- setDestinations (List<Waypoint> destinations, CustomRoutesOptions customRoutesOptions)
- setDestinations (List<Waypoint> destinations, RoutingOptions routingOptions, DisplayOptions displayOptions)
- setDestinations (List<Waypoint> destinations, CustomRoutesOptions customRoutesOptions, DisplayOptions displayOptions)
- simulateLocationsAlongNewRoute(List<Waypoint> waypoints)
- simulateLocationsAlongNewRoute(List<Waypoint> waypoints, RoutingOptions routingOptions)
- simulateLocationsAlongNewRoute(List<Waypoint> waypoints, RoutingOptions routingOptions, SimulationOptions simulationOptions)
- [Deprecated] setDestinations (List<Waypoint> destinations, String routeToken)
iOS
Keep in mind that a single method call can contain up to 25 destinations, and the cost for each call is calculated by multiplying the number of destinations by the price per SKU unit .
,This section lists the SKUs defined for the core Google Maps Platform products. The core products are pay as you go and you only pay for the SKUs you use.
For each SKU listed you'll see:
- The SKU name as it appears on your billing report.
- Details describing the type of use that triggers the SKU (billable events).
- The price per each use for the volume-based tiers.
- Any additional SKU-specific pricing notes.
Look up individual product SKUs here, or use our Pricing and Usage calculator to estimate your usage versus total cost per API.
GMP Product / SKU table
Maps product SKUs
APIs in Maps include: Maps SDK for Android ; Maps SDK for iOS ; Maps JavaScript API ; Maps Static API ; Street View Static API ; and Maps Embed API .
SKU: Mobile Native Static Maps
Includes a Google map object in lite mode, not loaded with a map ID, in an Maps SDK for Android mobile application.
MONTHLY VOLUME RANGE (Price per MAP LOAD) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
A single map load is accrued for each instantiation of a Google map object in lite mode, in a Maps SDK for Android mobile application. Maps are created with instances of MapFragment
, SupportMapFragment
, or MapView
classes. A map load is counted each time the related onCreate()
method is called.
SKU: Mobile Native Dynamic Maps
A Google map object, not loaded with a map ID, in a Maps SDK for Android or Maps SDK for iOS mobile application.
MONTHLY VOLUME RANGE (Price per MAP LOAD) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
A single map load is accrued for each instantiation of a Google map object in a Maps SDK for Android or Maps SDK for iOS mobile application:
- One of
MapFragment
,SupportMapFragment
, orMapView
classes on Android. A map load is counted each time the relatedonCreate()
method is called. - A
GMSMapView
object on iOS.
User interactions with the map, such as panning, zooming, or switching map layers, do not generate additional map loads. With the pay-as-you-go pricing model, the creation of a Street View panorama is no longer charged as a Mobile Native map load. It is charged as a Dynamic Street View .
SKU: Embed and SKU: Embed Advanced
All Maps Embed API requests are available at no charge with unlimited usage.
SKU: Static Maps
A request to the Maps Static API .
MONTHLY VOLUME RANGE (Price per MAP LOAD) | ||
---|---|---|
| | |
0.002 USD per each (2.00 USD per 1000) | 0.0016 USD per each (1.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Dynamic Maps
An application that displays either a map loaded with or without a map ID using Maps JavaScript API , or a map loaded with a map ID and using either the Maps SDK for Android or Maps SDK for iOS .
MONTHLY VOLUME RANGE (Price per MAP LOAD) | ||
---|---|---|
| | |
0.007 USD per each (7.00 USD per 1000) | 0.0056 USD per each (5.60 USD per 1000) | Contact Sales for volume pricing |
User interactions with the map, such as panning, zooming, or switching map layers, do not generate additional map loads.
SKU: Static Street View
Street View panoramas and map loads are now charged separately. A static Street View panorama is charged for each request to the Street View Static API to embed a static (non-interactive) Street View panorama. Usage of the Street View Image Metadata endpoint is not charged.
MONTHLY VOLUME RANGE (Price per PANORAMA) | ||
---|---|---|
| | |
0.007 USD per each (7.00 USD per 1000) | 0.0056 USD per each (5.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Dynamic Street View
Street View panoramas and map loads are now charged separately. A dynamic Street View panorama is charged for each instantiation of a panorama object in a Maps JavaScript API , Maps SDK for Android , Maps SDK for iOS application.
MONTHLY VOLUME RANGE (Price per PANORAMA) | ||
---|---|---|
| | |
0.014 USD per each (14.00 USD per 1000) | 0.0112 USD per each (11.20 USD per 1000) | Contact Sales for volume pricing |
An instantiation of a panorama object occurs:
- In JavaScript , with the
google.maps.StreetViewPanorama()
class orMap.getStreetView()
method. Neither the built-in Street View experience based on the Street View Pegman control nor usage of theStreetViewService()
class is charged. - On Android , with one of
StreetViewPanoramaFragment
,SupportStreetViewPanoramaFragment
, orStreetViewPanoramaView
classes. A panorama is counted each time the relatedonCreate()
method is called. - On iOS , with the
GMSPanoramaView
object.
SKU: Aerial View
A request to the Aerial View API that returns an aerial video URL.
MONTHLY VOLUME RANGE (Price per successful lookupVideo request) | ||
---|---|---|
| | |
0.016 USD per each (16.00 USD per 1000) | 0.0128 USD per each (12.80 USD per 1000) | Contact Sales for volume pricing |
Only calls to lookupVideo
that return URLs are billed. A single, successful lookupVideo
response may return multiple URLs, each for a different resolution or orientation, but only constitutes a single billable event. Note that pricing does not depend on actual views of those URLs by end users.
Routes product SKUs
APIs in Routes include: Directions API ; Distance Matrix API ; and Roads API .
SKU: Directions
A request to the Maps JavaScript API's Directions Service (excludes requests triggering the Directions Advanced billing SKU) or the Directions API .
MONTHLY VOLUME RANGE (Price per QUERY) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Directions Advanced
A request to the Maps JavaScript API's Directions Service or the Directions API that uses traffic information, more than 10 waypoints, waypoints optimization, and/or location modifiers.
MONTHLY VOLUME RANGE (Price per QUERY) | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
A Directions Advanced SKU is charged for a Maps JavaScript API's Directions Service or a Directions API request that uses one or more of the following:
- Traffic information. Traffic information is used when all the following apply (these are the conditions required to receive the
duration_in_traffic
field in the Directions response):- The travel
mode
parameter isdriving
, or is not specified (driving
is the default travel mode). - The request includes a valid
departure_time
parameter . Thedeparture_time
can be set to the current time or some time in the future. It cannot be in the past. - The request does not include stopover waypoints . If the request includes waypoints, prefix each waypoint with
via:
to influence the route but avoid stopovers. Например,&waypoints=via:San Francisco|via:Mountain View|...
- The travel
- More than 10 waypoints (between 11 and 25).
- Waypoints optimization. The
optimize
parameter is set totrue
for waypoints. Например,&waypoints=optimize:true|San Francisco|Mountain View|...
- Location modifiers. When you use the following location modifiers to indicate how drivers should approach a particular location:
-
side_of_road
-
heading
-
SKU: Distance Matrix
A request to the Distance Matrix API or the Maps JavaScript API's Distance Matrix Service (excludes requests triggering the Distance Matrix Advanced billing SKU billing SKU).
MONTHLY VOLUME RANGE (Price per ELEMENT) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
Each query sent to the Distance Matrix API generates elements, where the number of origins
times the number of destinations
equals the number of elements.
SKU: Distance Matrix Advanced
A request to the Distance Matrix API or the Maps JavaScript API's Distance Matrix Service that uses traffic information and/or location modifiers.
MONTHLY VOLUME RANGE (Price per ELEMENT) | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
Each query sent to the Distance Matrix API generates elements, where the number of origins
times the number of destinations
equals the number of elements.
A Distance Matrix Advanced SKU is charged for a Distance Matrix API or a Maps JavaScript API's Distance Matrix Service that uses one or more of the following:
- Traffic information. Traffic information is used when all the following apply (these are the conditions required to receive the
duration_in_traffic
field in the Distance Matrix response):- The travel
mode
parameter isdriving
, or is not specified (driving
is the default travel mode). - The request includes a valid
departure_time
parameter . Thedeparture_time
can be set to the current time or some time in the future. It cannot be in the past.
- The travel
- Location modifiers. When you use the following location modifiers to indicate how drivers should approach a particular location:
-
side_of_road
-
heading
-
SKU: Roads – Route Traveled
A request to the Roads API's Snap to Roads service .
MONTHLY VOLUME RANGE (Price per QUERY) | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Roads – Nearest Road
A request to the Roads API's Nearest Roads service .
MONTHLY VOLUME RANGE (Price per QUERY) | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Roads – Speed Limits
A request to the Roads API's Speed Limits service . MONTHLY VOLUME RANGE (Price per ELEMENT) | ||
---|---|---|
| | |
0.02 USD per each (20.00 USD per 1000) | 0.016 USD per each (16.00 USD per 1000) | Contact Sales for volume pricing |
Speed Limit requests are billed per speed limit element returned in the API response. This amount will always be equal to or less than the number of points passed in the original request.
SKU: Routes: Compute Routes - Basic
A request to Compute Routes .
MONTHLY VOLUME RANGE Price per QUERY | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Routes: Compute Routes - Advanced
A request to Compute Routes that uses advanced features.
MONTHLY VOLUME RANGE Price per QUERY | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
The Advanced SKU is charged for a Compute Routes request that uses one or more of the following features:
- Between 11 and 25 intermediate waypoints
- Traffic aware or traffic aware optimal routing. These routing options correspond to setting the
routingPreference
property in the request toTRAFFIC_AWARE
orTRAFFIC_AWARE_OPTIMAL
. - Location modifiers. When you use the following options to indicate how drivers should approach a particular location:
SKU: Routes: Compute Routes - Preferred
A request to Compute Routes that uses preferred features.
MONTHLY VOLUME RANGE Price per QUERY | ||
---|---|---|
| | |
0.015 USD per each (15.00 USD per 1000) | 0.012 USD per each (12.00 USD per 1000) | Contact Sales for volume pricing |
The Preferred SKU is charged for a Compute Routes request that uses one or more of the following features:
SKU: Routes: Compute Route Matrix - Basic
A request to Compute Route Matrix .
MONTHLY VOLUME RANGE Price per ELEMENT | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Routes: Compute Route Matrix - Advanced
A request to Compute Route Matrix that uses advanced features.
MONTHLY VOLUME RANGE Price per ELEMENT | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
The Advanced SKU is charged for a Compute Route Matrix request that uses one or more of the following features:
- Traffic aware or traffic aware optimal routing. These routing options correspond to setting the
routingPreference
property in the request toTRAFFIC_AWARE
orTRAFFIC_AWARE_OPTIMAL
. - Location modifiers. When you use the following options to indicate how drivers should approach a particular location:
SKU: Routes: Compute Route Matrix - Preferred
A request to Compute Route Matrix that uses preferred features.
MONTHLY VOLUME RANGE Price per ELEMENT | ||
---|---|---|
| | |
0.015 USD per each (15.00 USD per 1000) | 0.012 USD per each (12.00 USD per 1000) | Contact Sales for volume pricing |
The Preferred SKU is charged for a Compute Route Matrix request that uses one or more of the following features:
SKU: Route Optimization: Single Vehicle Routing
A request to the Route Optimization API that specifies exactly one vehicle.
MONTHLY VOLUME RANGE (Price per SHIPMENT) | ||
---|---|---|
| | |
0.01 USD per each (10.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Route Optimization: Fleet Routing
A request to the Route Optimization API that specifies more than one vehicle.
MONTHLY VOLUME RANGE (Price per SHIPMENT) | ||
---|---|---|
| | |
0.03 USD per each (30.00 USD per 1000) | 0.014 USD per each (14.00 USD per 1000) | Contact Sales for volume pricing |
Places (New) product SKUs
About field masks
Use field masks, also called field lists , in your requests to specify the list of fields to return in the response. You are then billed at the highest SKU applicable to your request. That means if you select fields in both the (Basic) SKU and the (Advanced) SKU, you are billed based on the (Advanced) SKU.
Using a field mask is a good design practice to ensure that you don't request unnecessary data, which helps to avoid unnecessary processing time and billing charges.
About Autocomplete (New) sessions
An Autocomplete (New) session includes one or more Autocomplete (New) requests, and a Place Details (New) request or Address Validation request. The same session token is passed to the Autocomplete (New) request and to the subsequent Place Details (New) request or Address Validation request.
A session starts with the first Autocomplete (New) request. A Place Details (New) request or Address Validation request is then made when the user has selected one of the Autocomplete (New) suggestions. If a session is abandoned, meaning no Place Details (New) request or Address Validation request is made, Autocomplete (New) requests are charged as if no session token was provided.
After a user has selected a place (meaning a Place Details (New) request or Address Validation request is made), you must start a new session using a new session token.
A session token is good for one session and cannot be used for more than one session. If you reuse a session token, the session is considered invalid and the requests are charged as if no session token was provided.
SKU: Autocomplete Requests
An Autocomplete Requests SKU is charged for each request to the Autocomplete (New) API that does not include a session token.
It is also charged if you use session tokens and either:
- Terminate the sessions by a single request to Place Details (New) that requests any fields defined by the SKU: Place Details (Location Only) .
- Each Autocomplete (New) request, up to 12 requests, is billed using the SKU: Autocomplete Requests .
- Each subsequent Autocomplete (New) request is billed using the SKU: Autocomplete Session Usage .
- Abandon the session or end the session by making a call to the SKU: Place Details (IDs Only) . All Autocomplete (New) requests are then billed using the SKU: Autocomplete Requests .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.00283 USD per each (2.83 USD per 1000) | 0.00227 USD per each (2.27 USD per 1000) | Contact Sales for volume pricing |
SKU: Autocomplete Session Usage
An Autocomplete Session Usage SKU is charged for each request to the Autocomplete (New) API that includes a session token.
This SKU is charged in these scenarios:
Autocomplete session terminated by a call to SKU: Place Details (Location Only) :
- Each Autocomplete (New) request, up to 12 requests, is billed using the SKU: Autocomplete Requests .
- Each subsequent Autocomplete (New) request is billed using the SKU: Autocomplete Session Usage .
Autocomplete session terminated with a call to SKU: Place Details (Basic, Advanced, or Preferred) .
A Place Details call that requests any field from the SKU: Place Details (Basic, Advanced, or Preferred) is billed at the SKU: Place Details (Preferred) .
Autocomplete session terminated with a call to SKU: Address Validation Preferred .
For more information, see Autocomplete (New) and session pricing .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.00 USD per each (0.00 USD per 1000) | 0.00 USD per each (0.00 USD per 1000) | 0.00 USD per each (0.00 USD per 1000) |
SKU: Place Details (IDs Only)
Using a field mask or field list in your Place Details (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.DISPLAY_NAME
, Place.Field.ID
, Place.Field.PHOTO_METADATAS
, Place.Field.RESOURCE_NAME
Places Library, Maps JavaScript API : id
, photos
iOS : GMSPlacePropertyPlaceID
, GMSPlacePropertyName
, GMSPlacePropertyPhotos
Web service : attributions
, id
, name
* , photos
* The name
field contains the place resource name in the form: places/ PLACE_ID
. Use displayName
to access the text name of the place.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.0 USD per each (0.00 USD per 1000) | 0.0 USD per each (0.00 USD per 1000) | 0.0 USD per each (0.00 USD per 1000) |
SKU: Place Details (Location Only)
Using a field mask or field list in your Place Details (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ADDRESS_COMPONENTS
, ADR_FORMAT_ADDRESS
, Place.Field.FORMATTED_ADDRESS
, Place.Field.LOCATION
, Place.Field.PLUS_CODE
, Place.Field.SHORT_FORMATTED_ADDRESS
, Place.Field.TYPES
, Place.Field.VIEWPORT
Places Library, Maps JavaScript API : addressComponents
, adrFormatAddress
, formattedAddress
, location
, plusCode
, types
, viewport
iOS : GMSPlacePropertyAddressComponents
, GMSPlacePropertyFormattedAddress
, GMSPlacePropertyCoordinate
, GMSPlacePropertyPlusCode
, GMSPlacePropertyTypes
, GMSPlacePropertyViewport
Web service : addressComponents
, adrFormatAddress
, formattedAddress
, location
, plusCode
, shortFormattedAddress
, types
, viewport
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Place Details (Basic)
Using a field mask or field list in your Place Details (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ACCESSIBILITY_OPTIONS
, Place.Field.BUSINESS_STATUS
, Place.Field.GOOGLE_MAPS_URI
, Place.Field.ICON_BACKGROUND_COLOR
, Place.Field.ICON_MASK_URL
, Place.Field.PRIMARY_TYPE_DISPLAY_NAME
, Place.Field.SUB_DESTINATIONS
, Place.Field.UTC_OFFSET
Places Library, Maps JavaScript API : accessibilityOptions
, businessStatus
, displayName
, googleMapsUri
, iconBackgroundColor
, primaryTypeDisplayName
, svgIconMaskURI
, types
, utcOffsetMinutes
iOS : GMSPlacePropertyBusinessStatus
, GMSPlacePropertyIconBackgroundColor
, GMSPlacePropertyIconImageURL
, GMSPlacePropertyUTCOffsetMinutes
, GMSPlacePropertyWheelchairAccessibleEntrance
Web service : accessibilityOptions
, businessStatus
, displayName
, googleMapsUri
, iconBackgroundColor
, iconMaskBaseUri
, primaryType
, primaryTypeDisplayName
, subDestinations
, utcOffsetMinutes
If an Autocomplete session is terminated by a Place Details call that requests any field from the SKU: Place Details (Basic, Advanced, or Preferred) , then the call is billed at SKU: Place Details (Preferred) . For more information, see SKU: Autocomplete Session Usage .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.0170 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Place Details (Advanced)
Using a field mask or field list in your Place Details (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.CURRENT_OPENING_HOURS
, Place.Field.CURRENT_SECONDARY_OPENING_HOURS
Place.Field.INTERNATIONAL_PHONE_NUMBER
, Place.Field.NATIONAL_PHONE_NUMBER
Place.Field.OPENING_HOURS
, Place.Field.PRICE_LEVEL
, Place.Field.RATING
, Place.Field.SECONDARY_OPENING_HOURS
, Place.Field.USER_RATING_COUNT
Place.Field.WEBSITE_URI
Places Library, Maps JavaScript API : internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, userRatingCount
, websiteUri
iOS : GMSPlacePropertyCurrentOpeningHours
, GMSPlacePropertySecondaryOpeningHours
, GMSPlacePropertyPhoneNumber
, GMSPlacePropertyPriceLevel
, GMSPlacePropertyRating
, GMSPlacePropertyOpeningHours
, GMSPlacePropertyUserRatingsTotal
, GMSPlacePropertyWebsite
Web service : currentOpeningHours
, currentSecondaryOpeningHours
, internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, regularSecondaryOpeningHours
, userRatingCount
, websiteUri
If an Autocomplete session is terminated by a Place Details call that requests any field from the SKU: Place Details (Basic, Advanced, or Preferred) , then the call is billed at SKU: Place Details (Preferred) . For more information, see SKU: Autocomplete Session Usage .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.020 USD per each (20.00 USD per 1000) | 0.016 USD per each (16.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Place Details (Preferred)
Using a field mask or field list in your Place Details (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ALLOWS_DOGS
, Place.Field.CURBSIDE_PICKUP
, Place.Field.DELIVERY
, Place.Field.DINE_IN
, Place.Field.EDITORIAL_SUMMARY
, Place.Field.EV_CHARGE_OPTIONS
, Place.Field.FUEL_OPTIONS
, Place.Field.GOOD_FOR_CHILDREN
, Place.Field.GOOD_FOR_GROUPS
, Place.Field.GOOD_FOR_WATCHING_SPORTS
, Place.Field.LIVE_MUSIC
, Place.Field.MENU_FOR_CHILDREN
, Place.Field.OUTDOOR_SEATING
, Place.Field.PARKING_OPTIONS
, Place.Field.PAYMENT_OPTIONS
, Place.Field.RESERVABLE
, Place.Field.RESTROOM
, Place.Field.REVIEWS
, Place.Field.SERVES_BEER
, Place.Field.SERVES_BREAKFAST
, Place.Field.SERVES_BRUNCH
, Place.Field.SERVES_COCKTAILS
, Place.Field.SERVES_COFFEE
, Place.Field.SERVES_DESSERT
, Place.Field.SERVES_DINNER
, Place.Field.SERVES_LUNCH
, Place.Field.SERVES_VEGETARIAN_FOOD
, Place.Field.SERVES_WINE
, Place.Field.TAKEOUT
Places Library, Maps JavaScript API : allowsDogs
, editorialSummary
, evChargeOptions
, fuelOptions
, hasCurbsidePickup
, hasDelivery
, hasDineIn
, hasLiveMusic
, hasMenuForChildren
, hasOutdoorSeating
, hasRestroom
, hasTakeout
, hasWifi
, isGoodForChildren
, isGoodForGroups
, isGoodForWatchingSports
, isReservable
, parkingOptions
, paymentOptions
, priceLevel
, reviews
, servesBeer
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
iOS : GMSPlacePropertyCurbsidePickup
, GMSPlacePropertyDelivery
, GMSPlacePropertyDineIn
, GMSPlacePropertyEditorialSummary
, GMSPlacePropertyReservable
, GMSPlacePropertyReviews
, GMSPlacePropertyServesBeer
, GMSPlacePropertyServesBreakfast
, GMSPlacePropertyServesBrunch
, GMSPlacePropertyServesDinner
, GMSPlacePropertyServesLunch
, GMSPlacePropertyServesVegetarianFood
, GMSPlacePropertyServesWine
, GMSPlacePropertyTakeout
Web service : allowsDogs
, curbsidePickup
, delivery
, dineIn
, editorialSummary
, evChargeOptions
, fuelOptions
, goodForChildren
, goodForGroups
, goodForWatchingSports
, liveMusic
, menuForChildren
, parkingOptions
, paymentOptions
, outdoorSeating
, reservable
, restroom
, reviews
, routingSummaries
, * servesBeer
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
, takeout
* Text Search and Nearby Search only
If an Autocomplete session is terminated by a Place Details call that requests any field from the SKU: Place Details (Basic, Advanced, or Preferred) , then the call is billed at SKU: Place Details (Preferred) . For more information, see SKU: Autocomplete Session Usage .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.025 USD per each (25.00 USD per 1000) | 0.020 USD per each (20.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Nearby Search (Basic)
Using a field mask or field list in your Nearby Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ADDRESS_COMPONENTS
, Place.Field.BUSINESS_STATUS
, Place.Field.ADDRESS
, Place.Field.ICON_BACKGROUND_COLOR
, Place.Field.ICON_URL
, Place.Field.LAT_LNG
, Place.Field.PHOTO_METADATAS
, Place.Field.PLUS_CODE
, Place.Field.ID
, Place.Field.NAME
, Place.Field.TYPES
, Place.Field.UTC_OFFSET
, Place.Field.VIEWPORT
, Place.Field.WHEELCHAIR_ACCESSIBLE_ENTRANCE
Places Library, Maps JavaScript API : accessibilityOptions
, addressComponents
, adrFormatAddress
, businessStatus
, displayName
, formattedAddress
, googleMapsUri
, iconBackgroundColor
, id
, location
, photos
, plusCode
, svgIconMaskURI
, types
, utcOffsetMinutes
, viewport
iOS : GMSPlacePropertyAddressComponents
, GMSPlacePropertyBusinessStatus
, GMSPlacePropertyCoordinate
, GMSPlacePropertyFormattedAddress
, GMSPlacePropertyName
, GMSPlacePropertyIconBackgroundColor
, GMSPlacePropertyIconImageURL
, GMSPlacePropertyPhotos
, GMSPlacePropertyPlaceID
, GMSPlacePropertyPlusCode
, GMSPlacePropertyTypes
, GMSPlacePropertyUTCOffsetMinutes
, GMSPlacePropertyViewport
, GMSPlacePropertyWheelchairAccessibleEntrance
Web service : places.accessibilityOptions
, places.addressComponents
, places.adrFormatAddress
, places.attributions
, places.businessStatus
, places.displayName
, places.formattedAddress
, places.googleMapsUri
, places.iconBackgroundColor
, places.iconMaskBaseUri
, places.id
, places.location
, places.name
* , places.photos
, places.plusCode
, places.primaryType
, places.primaryTypeDisplayName
, places.shortFormattedAddress
, places.subDestinations
, places.types
, places.utcOffsetMinutes
, places.viewport
* The places.name
field contains the place resource name in the form: places/ PLACE_ID
. Use places.displayName
to access the text name of the place.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.032 USD per each (32.00 USD per 1000) | 0.0256 USD per each (25.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Nearby Search (Advanced)
Using a field mask or field list in your Nearby Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.CURRENT_OPENING_HOURS
, Place.Field.CURRENT_SECONDARY_OPENING_HOURS
Place.Field.INTERNATIONAL_PHONE_NUMBER
, Place.Field.NATIONAL_PHONE_NUMBER
Place.Field.OPENING_HOURS
, Place.Field.PRICE_LEVEL
, Place.Field.RATING
, Place.Field.SECONDARY_OPENING_HOURS
, Place.Field.USER_RATING_COUNT
Place.Field.WEBSITE_URI
Places Library, Maps JavaScript API : internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, userRatingCount
, websiteUri
iOS : GMSPlacePropertyCurrentOpeningHours
, GMSPlacePropertySecondaryOpeningHours
, GMSPlacePropertyPhoneNumber
, GMSPlacePropertyPriceLevel
, GMSPlacePropertyRating
, GMSPlacePropertyOpeningHours
, GMSPlacePropertyUserRatingsTotal
, GMSPlacePropertyWebsite
Web service : places.currentOpeningHours
, places.currentSecondaryOpeningHours
, places.internationalPhoneNumber
, places.nationalPhoneNumber
, places.priceLevel
, places.rating
, places.regularOpeningHours
, places.regularSecondaryOpeningHours
, places.userRatingCount
, places.websiteUri
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.035 USD per each (35.00 USD per 1000) | 0.028 USD per each (28.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Nearby Search (Preferred)
Using a field mask or field list in your Nearby Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ALLOWS_DOGS
, Place.Field.CURBSIDE_PICKUP
, Place.Field.DELIVERY
, Place.Field.DINE_IN
, Place.Field.EDITORIAL_SUMMARY
, Place.Field.EV_CHARGE_OPTIONS
, Place.Field.FUEL_OPTIONS
, Place.Field.GOOD_FOR_CHILDREN
, Place.Field.GOOD_FOR_GROUPS
, Place.Field.GOOD_FOR_WATCHING_SPORTS
, Place.Field.LIVE_MUSIC
, Place.Field.MENU_FOR_CHILDREN
, Place.Field.OUTDOOR_SEATING
, Place.Field.PARKING_OPTIONS
, Place.Field.PAYMENT_OPTIONS
, Place.Field.RESERVABLE
, Place.Field.RESTROOM
, Place.Field.REVIEWS
, Place.Field.SERVES_BEER
, Place.Field.SERVES_BREAKFAST
, Place.Field.SERVES_BRUNCH
, Place.Field.SERVES_COCKTAILS
, Place.Field.SERVES_COFFEE
, Place.Field.SERVES_DESSERT
, Place.Field.SERVES_DINNER
, Place.Field.SERVES_LUNCH
, Place.Field.SERVES_VEGETARIAN_FOOD
, Place.Field.SERVES_WINE
, Place.Field.TAKEOUT
Places Library, Maps JavaScript API : allowsDogs
, editorialSummary
, evChargeOptions
, fuelOptions
, hasCurbsidePickup
, hasDelivery
, hasDineIn
, hasLiveMusic
, hasMenuForChildren
, hasOutdoorSeating
, hasRestroom
, hasTakeout
, hasWifi
, isGoodForChildren
, isGoodForGroups
, isGoodForWatchingSports
, isReservable
, parkingOptions
, paymentOptions
, priceLevel
, reviews
, servesBeer
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
iOS : GMSPlacePropertyCurbsidePickup
, GMSPlacePropertyDelivery
, GMSPlacePropertyDineIn
, GMSPlacePropertyEditorialSummary
, GMSPlacePropertyReservable
, GMSPlacePropertyReviews
, GMSPlacePropertyServesBeer
, GMSPlacePropertyServesBreakfast
, GMSPlacePropertyServesBrunch
, GMSPlacePropertyServesDinner
, GMSPlacePropertyServesLunch
, GMSPlacePropertyServesVegetarianFood
, GMSPlacePropertyServesWine
, GMSPlacePropertyTakeout
Web service : places.allowsDogs
, places.curbsidePickup
, places.delivery
, places.dineIn
, places.editorialSummary
, places.evChargeOptions
, places.fuelOptions
, places.goodForChildren
, places.goodForGroups
, places.goodForWatchingSports
, places.liveMusic
, places.menuForChildren
, places.parkingOptions
, places.paymentOptions
, places.outdoorSeating
, places.reservable
, places.restroom
, places.reviews
, places.routingSummaries
, * places.servesBeer
, places.servesBreakfast
, places.servesBrunch
, places.servesCocktails
, places.servesCoffee
, places.servesDessert
, places.servesDinner
, places.servesLunch
, places.servesVegetarianFood
, places.servesWine
, places.takeout
* Text Search and Nearby Search only
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.040 USD per each (40.00 USD per 1000) | 0.032 USD per each (32.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Text Search (ID Only)
Using a field mask or field list in your Text Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.DISPLAY_NAME
, Place.Field.ID
, Place.Field.RESOURCE_NAME
iOS : GMSPlacePropertyPlaceID
, GMSPlacePropertyName
Places Library, Maps JavaScript API : id
Web service : places.attributions
, places.id
, places.name
* , nextPageToken
* The places.name
field contains the place resource name in the form: places/ PLACE_ID
. Use places.displayName
to access the text name of the place.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.0 USD per each (0.00 USD per 1000) | 0.0 USD per each (0.00 USD per 1000) | 0.0 USD per each (0.00 USD per 1000) |
SKU: Text Search (Basic)
Using a field mask or field list in your Text Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ACCESSIBILITY_OPTIONS
, Place.Field.ADDRESS_COMPONENTS
, Place.Field.ADR_FORMAT_ADDRESS
, Place.Field.BUSINESS_STATUS
, Place.Field.FORMATTED_ADDRESS
, Place.Field.GOOGLE_MAPS_URI
, Place.Field.ICON_BACKGROUND_COLOR
, Place.Field.ICON_MASK_URL
, Place.Field.LOCATION
, Place.Field.PHOTO_METADATAS
, Place.Field.PLUS_CODE
, Place.Field.PRIMARY_TYPE_DISPLAY_NAME
, Place.Field.SHORT_FORMATTED_ADDRESS
, Place.Field.SUB_DESTINATIONS
, Place.Field.TYPES
, Place.Field.UTC_OFFSET
, Place.Field.VIEWPORT
iOS : GMSPlacePropertyAddressComponents
, GMSPlacePropertyBusinessStatus
, GMSPlacePropertyFormattedAddress
, GMSPlacePropertyIconBackgroundColor
, GMSPlacePropertyIconImageURL
, GMSPlacePropertyCoordinate
, GMSPlacePropertyPhotos
, GMSPlacePropertyPlusCode
, GMSPlacePropertyTypes
, GMSPlacePropertyUTCOffsetMinutes
, GMSPlacePropertyViewport
, GMSPlacePropertyWheelchairAccessibleEntrance
Places Library, Maps JavaScript API : accessibilityOptions
, addressComponents
, adrFormatAddress
, businessStatus
, displayName
, formattedAddress
, googleMapsUri
, iconBackgroundColor
, location
, photos
, plusCode
, svgIconMaskURI
, types
, utcOffsetMinutes
, viewport
Web service : places.accessibilityOptions
, places.addressComponents
, places.adrFormatAddress
, places.businessStatus
, places.displayName
, places.formattedAddress
, places.googleMapsUri
, places.iconBackgroundColor
, places.iconMaskBaseUri
, places.location
, places.photos
, places.plusCode
, places.primaryType
, places.primaryTypeDisplayName
, places.shortFormattedAddress
, places.subDestinations
, places.types
, places.utcOffsetMinutes
, places.viewport
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.032 USD per each (32.00 USD per 1000) | 0.0256 USD per each (25.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Text Search (Advanced)
Using a field mask or field list in your Text Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.CURRENT_OPENING_HOURS
, Place.Field.CURRENT_SECONDARY_OPENING_HOURS
Place.Field.INTERNATIONAL_PHONE_NUMBER
, Place.Field.NATIONAL_PHONE_NUMBER
Place.Field.OPENING_HOURS
, Place.Field.PRICE_LEVEL
, Place.Field.RATING
, Place.Field.SECONDARY_OPENING_HOURS
, Place.Field.USER_RATING_COUNT
Place.Field.WEBSITE_URI
iOS : GMSPlacePropertyCurrentOpeningHours
, GMSPlacePropertySecondaryOpeningHours
, GMSPlacePropertyPhoneNumber
, GMSPlacePropertyPriceLevel
, GMSPlacePropertyRating
, GMSPlacePropertyOpeningHours
, GMSPlacePropertyUserRatingsTotal
, GMSPlacePropertyWebsite
Web service : places.currentOpeningHours
, places.currentSecondaryOpeningHours
, places.internationalPhoneNumber
, places.nationalPhoneNumber
, places.priceLevel
, places.rating
, places.regularOpeningHours
, places.regularSecondaryOpeningHours
, places.userRatingCount
, places.websiteUri
Places Library, Maps JavaScript API : internationalPhoneNumber
, nationalPhoneNumber
, priceLevel
, rating
, regularOpeningHours
, userRatingCount
, websiteUri
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.035 USD per each (35.00 USD per 1000) | 0.028 USD per each (28.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Text Search (Preferred)
Using a field mask or field list in your Text Search (New) request, you can limit the response to only those fields specified. This SKU is triggered when you only request the following fields:
Android : Place.Field.ALLOWS_DOGS
, Place.Field.CURBSIDE_PICKUP
, Place.Field.DELIVERY
, Place.Field.DINE_IN
, Place.Field.EDITORIAL_SUMMARY
, Place.Field.EV_CHARGE_OPTIONS
, Place.Field.FUEL_OPTIONS
, Place.Field.GOOD_FOR_CHILDREN
, Place.Field.GOOD_FOR_GROUPS
, Place.Field.GOOD_FOR_WATCHING_SPORTS
, Place.Field.LIVE_MUSIC
, Place.Field.MENU_FOR_CHILDREN
, Place.Field.OUTDOOR_SEATING
, Place.Field.PARKING_OPTIONS
, Place.Field.PAYMENT_OPTIONS
, Place.Field.RESERVABLE
, Place.Field.RESTROOM
, Place.Field.REVIEWS
, Place.Field.SERVES_BEER
, Place.Field.SERVES_BREAKFAST
, Place.Field.SERVES_BRUNCH
, Place.Field.SERVES_COCKTAILS
, Place.Field.SERVES_COFFEE
, Place.Field.SERVES_DESSERT
, Place.Field.SERVES_DINNER
, Place.Field.SERVES_LUNCH
, Place.Field.SERVES_VEGETARIAN_FOOD
, Place.Field.SERVES_WINE
, Place.Field.TAKEOUT
iOS : GMSPlacePropertyCurbsidePickup
, GMSPlacePropertyDelivery
, GMSPlacePropertyDineIn
, GMSPlacePropertyEditorialSummary
, GMSPlacePropertyReservable
, GMSPlacePropertyReviews
, GMSPlacePropertyServesBeer
, GMSPlacePropertyServesBreakfast
, GMSPlacePropertyServesBrunch
, GMSPlacePropertyServesDinner
, GMSPlacePropertyServesLunch
, GMSPlacePropertyServesVegetarianFood
, GMSPlacePropertyServesWine
, GMSPlacePropertyTakeout
Places Library, Maps JavaScript API : allowsDogs
, editorialSummary
, evChargeOptions
, fuelOptions
, hasCurbsidePickup
, hasDelivery
, hasDineIn
, hasLiveMusic
, hasMenuForChildren
, hasOutdoorSeating
, hasRestroom
, hasTakeout
, hasWifi
, isGoodForChildren
, isGoodForGroups
, isGoodForWatchingSports
, isReservable
, parkingOptions
, paymentOptions
, priceLevel
, reviews
, servesBeer
, servesBreakfast
, servesBrunch
, servesCocktails
, servesCoffee
, servesDessert
, servesDinner
, servesLunch
, servesVegetarianFood
, servesWine
Web service : places.allowsDogs
, places.curbsidePickup
, places.delivery
, places.dineIn
, places.editorialSummary
, places.evChargeOptions
, places.fuelOptions
, places.goodForChildren
, places.goodForGroups
, places.goodForWatchingSports
, places.liveMusic
, places.menuForChildren
, places.parkingOptions
, places.paymentOptions
, places.outdoorSeating
, places.reservable
, places.restroom
, places.reviews
, places.routingSummaries
, * places.servesBeer
, places.servesBreakfast
, places.servesBrunch
, places.servesCocktails
, places.servesCoffee
, places.servesDessert
, places.servesDinner
, places.servesLunch
, places.servesVegetarianFood
, places.servesWine
, places.takeout
* Text Search and Nearby Search only
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.040 USD per each (40.00 USD per 1000) | 0.032 USD per each (32.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Place Photo
A Place Photo SKU is charged for each request to the API.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.007 USD per each (7.00 USD per 1000) | 0.0056 USD per each (5.60 USD per 1000) | Contact Sales for volume pricing |
Places product SKUs
APIs in Places include Places API , Places SDK for Android ; Places SDK for iOS ; Places Library, Maps JavaScript API ; Geocoding API ; Geolocation API ; Time Zone API ; and Elevation API .
About Autocomplete sessions
An Autocomplete session includes some Autocomplete requests (to retrieve suggestions on a place as the user types), and at most one Places Details request (to retrieve details about the place selected by the user). The same session token is passed to the Autocomplete and the subsequent Place Detail request. A session starts with the first Autocomplete request (which typically happens when the user starts typing). A Places Details call is made when the user has selected one of the Autocomplete suggestions. If a user does not select a suggestion, no Places Details call is made.
After a user has selected a place (ie, a Places Details call is made), you must start a new session using a new session token.
Autocomplete sessions can be generated from the following APIs:
- The Places API Place Autocomplete service or the Maps JavaScript API's Places Autocomplete service . You need to design your application to provide session tokens (you may need to change your existing code).
- The Maps JavaScript API's Autocomplete widget . Session-based billing is automatically enabled on those widgets, without any code change required.
A session token is good for one user session and should not be used for more than one user session. If you reuse a session token, the session is considered invalid and the requests are charged as if no session token was provided.
The Autocomplete requests and the Places Details requests using sessions are billed on different SKUs.
About Places Data SKUs
The three Places Data SKUs are: Basic Data , Contact Data , and Atmosphere Data .One or more Data SKUs are triggered for:
- Android: each request to
fetchPlace()
orfindCurrentPlace()
- iOS: each call to
fetchPlaceFromPlaceID:
orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
- Web service: each Places request depending on the fields specified in the request
Data SKUs are always charged in addition to the base SKU for the request triggering them. For example, a Place Details request including Basic Data fields will be charged both under the Basic Data SKU and the Place Details SKU.
For the web service, these Places APIs calls support specifying the data fields to return:
For the web service, these Places APIs calls DO NOT support specifying the returned fields. These calls always return all the Places data, charging the three Places Data SKUs in addition to the charge for each API request:
SKU: Basic Data
Using the fields parameter in your Place Details or Find Place request, you can limit the response to only those fields specified. Fields in the Basic category are included in the base cost of the Places request and do not result in any additional charge. The Basic Data SKU is triggered when any of these fields are requested:
- Android:
Place.Field.ACCESSIBILITY_OPTIONS
,Place.Field.ADDRESS_COMPONENTS
,Place.Field.BUSINESS_STATUS
,Place.Field.DISPLAY_NAME
,Place.Field.FORMATTED_ADDRESS
,Place.Field.ICON_BACKGROUND_COLOR
,Place.Field.ICON_MASK_URL
,Place.Field.ID
,Place.Field.LOCATION
,Place.Field.PHOTO_METADATAS
,Place.Field.PLUS_CODE
,Place.Field.TYPES
,Place.Field.VIEWPORT
, orPlace.Field.UTC_OFFSET
. - iOS:
GMSPlaceFieldFormattedAddress
,GMSPlaceFieldBusinessStatus
,GMSPlaceFieldID
,GMSPlaceFieldCoordinate
,GMSPlaceFieldName
,GMSPlaceFieldPhotos
,GMSPlaceFieldPlusCode
,GMSPlaceFieldTypes
, orGMSPlaceFieldViewport
- Web service:
address_component
,adr_address
,business_status
,formatted_address
,geometry
,icon
,name
,permanently_closed
,photo
,place_id
,plus_code
,type
,url
,utc_offset
,vicinity
, orwheelchair_accessible_entrance
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
Places request cost + 0.00 USD | Places request cost + 0.00 USD | Places request cost + 0.00 USD |
SKU: Contact Data
Using the fields parameter in your Place Details or Find Place request for web services, or an array of Place.Field
s for Android or iOS, you can limit the response to only those fields specified. Fields in the Contact category result in an additional charge. The Contact Data SKU is triggered when any of these fields are requested:
- Android:
Place.Field.CURRENT_OPENING_HOURS
,Place.Field.INTERNATIONAL_PHONE_NUMBER
,Place.Field.OPENING_HOURS
,Place.Field.SECONDARY_OPENING_HOURS
, orPlace.Field.WEBSITE_URI
- iOS:
GMSPlaceFieldOpeningHours
,GMSPlaceFieldPhoneNumber
, orGMSPlaceFieldWebsite
- Web service:
formatted_phone_number
,international_phone_number
,opening_hours
,current_opening_hours
,secondary_opening_hours
, orwebsite
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
Places request cost + 0.003 USD per each (+ 3.00 USD per 1000) | Places request cost + 0.0024 USD per each (+ 2.40 USD per 1000) | Contact Sales for volume pricing |
SKU: Atmosphere Data
Using the fields parameter in your Place Details or Find Place request, you can limit the response to only those fields specified. Fields in the Atmosphere category result in an additional charge. The Atmosphere Data SKU is triggered when any of these fields are requested:
- Android:
Place.Field.CURBSIDE_PICKUP
,Place.Field.DELIVERY
,Place.Field.EDITORIAL_SUMMARY
,Place.Field.DINE_IN
,Place.Field.PRICE_LEVEL
,Place.Field.RATING
,Place.Field.RESERVABLE
,Place.Field.SERVES_BEER
,Place.Field.SERVES_BREAKFAST
,Place.Field.SERVES_BRUNCH
,Place.Field.SERVES_DINNER
,Place.Field.SERVES_LUNCH
,Place.Field.SERVES_VEGETARIAN_FOOD
,Place.Field.SERVES_WINE
,Place.Field.TAKEOUT
, orPlace.Field.USER_RATING_COUNT
- iOS:
GMSPlaceFieldPriceLevel
,GMSPlaceFieldRating
,GMSPlaceFieldUserRatingsTotal
,GMSPlaceFieldTakeout
,GMSPlaceFieldDelivery
,GMSPlaceFieldDineIn
,GMSPlaceFieldCurbsidePickup
,GMSPlaceFieldReservable
,GMSPlaceFieldServesBreakfast
,GMSPlaceFieldServesLunch
,GMSPlaceFieldServesDinner
,GMSPlaceFieldServesBeer
,GMSPlaceFieldServesWine
,GMSPlaceFieldServesBrunch
orGMSPlaceFieldServesVegetarianFood
. - JavaScript : See Fields (Place details)
- Web service :
curbside_pickup
,delivery
,dine_in
,editorial_summary
,price_level
,rating
,reservable
,reviews
,serves_beer
,serves_breakfast
,serves_brunch
,serves_dinner
,serves_lunch
,serves_vegetarian_food
,serves_wine
,takeout
, oruser_ratings_total
.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
Places request cost + 0.005 USD per each (+ 5.00 USD per 1000) | Places request cost + 0.004 USD per each (+ 4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Autocomplete – Per Request
The Autocomplete – Per Request SKU is charged for any of these calls or requests that do not include a session token:
- Android:
findAutocompletePredictions()
- iOS:
findAutocompletePredictionsFromQuery:
- JavaScript: the Maps JavaScript API's Place Autocomplete service
- Web service: the Places API Place Autocomplete service
Calls made from an invalid Autocomplete session (for example, a session that reuses a session token) are also charged an Autocomplete – Per Request SKU.
Autocomplete requests from the Maps JavaScript API's Place Autocomplete Widget may be charged an Autocomplete – Per Request SKU in case calls are made from an invalid Autocomplete session. This may happen when a user is typing multiple different addresses or copy/pasting different addresses into the widget and not always selects an autocomplete prediction.
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.00283 USD per each (2.83 USD per 1000) | 0.00227 USD per each (2.27 USD per 1000) | Contact Sales for volume pricing |
SKU: Autocomplete without Place Details – Per Session
The Autocomplete without Place Details – Per Session SKU is charged for an Autocomplete session that does not include a Place Details request (within a few minutes of the beginning of the session).
MONTHLY VOLUME RANGE (Price per SESSION) | ||
---|---|---|
| | |
0.017 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
Пример
If your application issues these two calls in a single session:
Андроид
- findAutocompletePredictions() (.setQuery(”par”), .setSessionToken(XYZ))
- findAutocompletePredictions() (.setQuery(”paris”), .setSessionToken(XYZ))
iOS
- placesClient?.findAutocompletePredictions(fromQuery: "par" ...
- placesClient?.findAutocompletePredictions(fromQuery: "paris" ...
Веб-сервис
- Place Autocomplete Request (input=”par”, session_token: XYZ)
- Place Autocomplete Request (input=”paris”, session_token: XYZ)
On your bill, you will see this SKU listed (when viewing your bill by SKU ):
- Autocomplete without Place Details – Per Session (price starting at 0.017 USD per session)
SKU: Autocomplete (included with Place Details) – Per Session
The Autocomplete (included with Place Details) – Per Session SKU is charged for an Autocomplete session that includes any of:
- Android: a call to
fetchPlace()
- iOS: a call to
fetchPlaceFromPlaceID:
- Web service: a Place Details request
The autocomplete request is available at no charge, and the subsequent Place Details call gets charged based on regular Place Details pricing .
A Place Details request generates Data SKUs ( Basic , Contact , and/or Atmosphere ) – depending on the fields that are specified in the request.
If you do not specify fields in the Place Details request, all Data SKUs are triggered (Basic, Contact, and Atmosphere).
Place Details ID refresh requests (requests that specify only the place_id
field) during an autocomplete session are billed as SKU: Autocomplete without Place Details – Per Session .
MONTHLY VOLUME RANGE (Price per SESSION) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
Пример
If your application issues the following three calls in a single session:
Андроид
- findAutocompletePredictions() (.setQuery(”par”), .setSessionToken(XYZ))
- findAutocompletePredictions() (.setQuery(”paris”), .setSessionToken(XYZ))
- fetchPlace() (with a
FetchPlaceRequest
including the Place ID, and the ADDRESS field)
iOS
- placesClient?.findAutocompletePredictions(fromQuery: "par" ...
- placesClient?.findAutocompletePredictions(fromQuery: "paris" ...
- fetchPlaceFromPlaceID: (including the Place ID, and the
GMSPlaceFieldFormattedAddress
field)
Веб-сервис
- Places Autocomplete Request (input=”par”, session_token: XYZ)
- Places Autocomplete Request (input=”paris”, session_token: XYZ)
- Places Details (place_id, session_token: XYZ, fields:formatted_address)
On your bill, you will see these SKUs listed (when viewing your bill by SKU ):
- Autocomplete (included with Place Details) – Per Session (billed at 0.00 USD)
- Place Details (price starting at 0.017 USD per session)
- Basic Data (billed at 0.00 USD)
SKU: Query Autocomplete – Per Request
A Query Autocomplete – Per Request SKU is charged for each request to:
- JavaScript: the Maps JavaScript API's Places Autocomplete Service (
getQueryPredictions()
) and the use of the Maps JavaScript API's SearchBox widget (Query Autocomplete requests are generated as the user types). - Web service: the Places API Query Autocomplete service
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.00283 USD per each (2.83 USD per 1000) | 0.00227 USD per each (2.27 USD per 1000) | Contact Sales for volume pricing |
Pricing by Autocomplete session is not supported using Query Autocomplete. Subsequent Places Details calls get charged based on regular Places Details pricing .
SKU: Place Details
Place Details calls are charged as follows:
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.017 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
The Place Details SKU is generated from these APIs:
- Android: Places SDK for Android (
fetchPlace()
) - iOS: Places SDK for iOS (
fetchPlaceFromPlaceID:
) - JavaScript: Maps JavaScript API's Place Details service (
getDetails
) - JavaScript: Maps JavaScript API's Place Autocomplete widget (
getPlace
) - JavaScript: Maps JavaScript API's Place SearchBox widget :
getPlaces()
method after the user selects a place result (icon: pin), *not* a query (icon: magnifier), as illustrated here: - Web service: Places API Place Details service
With the web API and services, the Place Details SKU is charged whether a session token is provided or not.
A Place Details call or request also generates Data SKUs ( Basic , Contact , and/or Atmosphere ), depending on the fields that are specified in the call or request. If NO fields are specified in the Place Details call or request, ALL Data SKUs are triggered, and you are charged for the Places Details call or request plus the cost of all the data.
Примеры
- Make one of these calls or requests:
- Mobile: call
fetchPlace()
on Android orfetchPlaceFromPlaceID:
on iOS, and specify just theADDRESS
field - Web API or service: make a Place Details request and specify just the address field:
getPlaceDetails(fields: formatted_address)
- Place Details (price starting at 0.017 USD per session)
- Basic Data (billed at 0.00 USD)
- Mobile: call
- Make one of these calls or requests:
- Mobile: call
fetchPlace()
on Android orfetchPlaceFromPlaceID:
on iOS, and specify just thePHONE_NUMBER
field - Web API or service: make a Place Details request and specify the phone number field:
getPlaceDetails(fields: formatted_phone_number)
- Place Details (price starting at 0.017 USD per session)
- Contact Data (price starting at 0.003 USD per request)
- Mobile: call
- Make one of these calls or requests:
- Mobile: call
fetchPlace()
on Android orfetchPlaceFromPlaceID:
on iOS, and specify all the fields - Web API or service: make a Place Details request and specify all the fields (this type of request is the default if you do not specify any fields):
getPlaceDetails()
.
- Place Details (price starting at 0.017 USD per session)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
- Mobile: call
SKU: Place Details – ID Refresh
Use the Place Details request to refresh stale place IDs . These types of requests are available at no charge.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
Пример
Make a Place Details request specifying just the place id field: getPlaceDetails(fields: place_id)
. On your bill, you will see this SKU listed (when viewing your bill by SKU ):
- Place Details – ID Refresh (billed at 0.00 USD)
SKU: Find Place
Find Place is charged for a Find Place request.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.017 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
Find Place requests also generate Data SKUs ( Basic , Contact , and/or Atmosphere ), depending on the fields that are specified in the request. Like Place Details requests, you can use the fields parameter in your Find Place request to limit the response to only those fields specified. You are billed for the Find Place request as well as the data requested. By default, if NO fields are requested, only the place id is returned, so no additional data charges are incurred.
Примеры
- You make a Find Place request and specify just the address field:
FindPlace(fields: formatted_address)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Place (price starting at 0.017 USD per call)
- Basic Data (billed at 0.00 USD)
- You make a Find Place request and specify the phone number field:
FindPlace(fields: formatted_phone_number)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Place (price starting at 0.017 USD per call)
- Contact Data (price starting at 0.003 USD per request)
- You make a Find Place request and specify fields from all three data-type buckets:
FindPlace(fields: formatted_address, opening_hours, price_level)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Place (price starting at 0.017 USD per call)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Find Place – ID only
Find Place – ID only is charged for Find Place requests that only specify the Place ID to be returned. By default, if no fields are specified in the Find Place request, only the place id is returned.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0,00 долларов США | 0,00 долларов США | 0,00 долларов США |
Пример
You make a Find Place request and only specify the place_id
field: FindPlace(fields: place_id)
. On your bill, you will see this SKU listed (when viewing your bill by SKU ):
- Find Place – ID only (billed at 0.00 USD)
SKU: Find Current Place
Find Current Place is charged for calls to findCurrentPlace()
(Android) or findPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS).
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.030 USD per each (30.00 USD per 1000) | 0.024 USD per each (24.00 USD per 1000) | Contact Sales for volume pricing |
Calls to findCurrentPlace()
(Android) or findPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) also generate Data SKUs ( Basic , Contact , and/or Atmosphere ), depending on the fields that are specified in the call. Specify data fields to limit the response to only those fields. You are billed for the Find Current Place call as well as the data requested.
Примеры
- You call
findCurrentPlace()
(Android) orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) and specify just theADDRESS
field. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Current Place (price starting at 0.030 USD per request)
- Basic Data (billed at 0.00 USD)
- You call
findCurrentPlace()
(Android) orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) and specify thePHONE_NUMBER
field. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Current Place (price starting at 0.030 USD per request)
- Contact Data (price starting at 0.003 USD per request)
- You call
findCurrentPlace()
(Android) orfindPlaceLikelihoodsFromCurrentLocationWithPlaceFields:
(iOS) and specify fields from all three data-type buckets. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):- Find Current Place (price starting at 0.030 USD per request)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Place – Nearby Search
Place – Nearby Search is charged for requests to the Maps JavaScript API's Place Nearby Search service ( nearbySearch()
), or to the Places API Nearby Search service
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.032 USD per each (32.00 USD per 1000) | 0.0256 USD per each (25.60 USD per 1000) | Contact Sales for volume pricing |
Nearby Search requests return a list of places, but do not support specifying which fields are returned. Nearby Search requests return a subset of the supported data fields . You are charged for the Nearby Search request starting at 0.032 USD per each, as well as all of the data-type SKUs ( Basic Data , Contact Data , and Atmosphere Data ).
Пример
You make a Nearby Search request, such as NearbySearch (San Francisco, 100 meters)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):
- Place - Nearby Search (price starting at 0.032 USD per call)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Place – Text Search
Place – Text Search is charged for requests to the Maps JavaScript API's Place Text Search service ( textSearch()
), or to the Places API Text Search service .
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.032 USD per each (32.00 USD per 1000) | 0.0256 USD per each (25.60 USD per 1000) | Contact Sales for volume pricing |
Text Search requests return a list of places, but do not support specifying which fields are returned. Text Search requests return a subset of the supported data fields . You are charged for the Text Search request starting at 0.032 USD per each, as well as all of the data-type SKUs ( Basic Data , Contact Data , and Atmosphere Data ).
The Place – Text Search SKU is also generated by the Maps JavaScript API's Place SearchBox widget : getPlaces()
method after the user selects a place query (icon: magnifier), not a result (icon: pin), as illustrated here:
Пример
You make a Text Search request, such as TextSearch(123 Main Street)
. On your bill, you will see these SKUs listed (when viewing your bill by SKU ):
- Place - Text Search (price starting at 0.032 USD per call)
- Basic Data (billed at 0.00 USD)
- Contact Data (price starting at 0.003 USD per request)
- Atmosphere Data (price starting at 0.005 USD per request)
SKU: Place Photo
A Place Photo SKU is charged for:
- Android: calls to
fetchPhoto()
- iOS: calls to
loadPlacePhoto:
- JavaScript: to Places Library, Maps JavaScript API's Place Photos service when requesting data from the URLs returned by
PlacePhoto.getUrl()
to load image pixel data - Web service: requests to the Places API Place Photos service
For the JavaScript service, invoking the PlacePhoto.getUrl()
method does not cause billing until the URL is actually used to obtain pixel data.
MONTHLY VOLUME RANGE (Price per CALL) | ||
---|---|---|
| | |
0.007 USD per each (7.00 USD per 1000) | 0.0056 USD per each (5.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Geocoding
A Geocoding SKU is charged for requests to the Maps JavaScript API's Geocoding service or to the Geocoding API . In JavaScript , the method Geocoder.geocode()
initiates the request to the Geocoding Service.
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Geolocation
A Geolocation SKU is charged for requests to the Geolocation API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Map Tiles API: 2D Map Tiles
A request to Map Tiles API retrieving Roadmap , Satellite , or Terrain Tiles. Note that Session Token and Viewport information requests aren't billed.
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
0 - 1,000,000 | 1,000,001 - 5,000,000 | 5,000,001+ | |||
0.0006 USD per each (0.60 USD per 1000) | 0.00048 USD per each (0.48 USD per 1000) | Contact Sales for volume pricing |
SKU: Map Tiles API: Street View Tiles
A request to Map Tiles API retrieving Street View Tiles, Street View Thumbnails, or Street View PanoIDs. Note that Session Token and Street View Metadata requests aren't billed.
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
0 - 1,000,000 | 1,000,001 - 5,000,000 | 5,000,001+ | |||
0.002 USD per each (2.00 USD per 1000) | 0.0016 USD per each (1.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Map Tiles API: Photorealistic 3D Tiles
A request to Map Tiles API retrieving 3D Root Tiles.
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.006 USD per each (6.00 USD per 1000) | 0.0051 USD per each (5.10 USD per 1000) | Contact Sales for volume pricing |
SKU: Time Zone
A Time Zone SKU is charged for requests to the Time Zone API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Elevation
An Elevation SKU is charged for requests to the Maps JavaScript API ’s Elevation service or to the Elevation API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Address Validation
A request to the validateAddress method (REST) and ValidateAddress method (gRPC) of the Address Validation API .
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.017 USD per each (17.00 USD per 1000) | 0.0136 USD per each (13.60 USD per 1000) | Contact Sales for volume pricing |
SKU: Address Validation Preferred
Address Validation Preferred works with the Autocomplete (New) endpoint of the Places API when you use it with sessions that terminate with a call to the Address Validation API. Specifically, sessions that use Autocomplete (New) and terminate in either a request to validateAddress (REST) or ValidateAddress (gRPC) fall under this pricing model.
For details about both pricing and using Autocomplete (New) sessions with Places API, see the following guides in the Places API documentation:
When using Address Validation Preferred at the end of an Autocomplete (New) session, you are billed as follows:
MONTHLY VOLUME RANGE (Price per REQUEST) | ||
---|---|---|
| | |
0.025 USD per each (25.00 USD per 1000) | 0.020 USD per each (20.00 USD per 1000) | Contact Sales for volume pricing |
Environment product SKUs
APIs in Environment include: Air Quality API , Pollen API , and Solar API .
SKU: Air Quality
This SKU applies for the following endpoints and methods:
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.005 USD per each (5.00 USD per 1000) | 0.004 USD per each (4.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Pollen
This SKU applies for the following endpoints/methods:
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.01 USD per each (10.00 USD per 1000) | 0.008 USD per each (8.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Solar Building Insights
A request to buildingInsights .
MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.01 USD per each (10.00 USD per 1000) | 0.005 USD per each (5.00 USD per 1000) | Contact Sales for volume pricing |
SKU: Solar Data Layers
A request to dataLayers .
Accessing multiple imagery URLs from the same request does not generate additional charged queries. MONTHLY VOLUME RANGE (Price per REQUEST) | |||||
---|---|---|---|---|---|
| | | |||
0.075 USD per each (75.00 USD per 1000) | 0.0375 USD per each (37.50 USD per 1000) | Contact Sales for volume pricing |
Navigation SKU
Navigation SDKs include: Navigation SDK for Android and Navigation SDK for iOS .
SKU: Navigation Request
Each destination requested using the Navigation SDK is billed as a Navigation Request SKU unit. The price per SKU unit is determined by your total monthly call volume for the SKU:
MONTHLY VOLUME RANGE (Price per destination) | ||
---|---|---|
1–1,000 | 1,001–4,200,000 | 4,200,000+ |
No charge | 0.05 USD | 0.0395 USD |
Route request methods
Route generation requests to the Navigation SDK can be made by calling the following methods:
Андроид
- setDestination (Waypoint destination)
- setDestination (Waypoint destination, RoutingOptions options)
- setDestination (Waypoint destination, RoutingOptions routingOptions, DisplayOptions displayOptions)
- setDestinations (List<Waypoint> destinations)
- setDestinations (List<Waypoint> destinations, RoutingOptions options)
- setDestinations (List<Waypoint> destinations, CustomRoutesOptions customRoutesOptions)
- setDestinations (List<Waypoint> destinations, RoutingOptions routingOptions, DisplayOptions displayOptions)
- setDestinations (List<Waypoint> destinations, CustomRoutesOptions customRoutesOptions, DisplayOptions displayOptions)
- simulateLocationsAlongNewRoute(List<Waypoint> waypoints)
- simulateLocationsAlongNewRoute(List<Waypoint> waypoints, RoutingOptions routingOptions)
- simulateLocationsAlongNewRoute(List<Waypoint> waypoints, RoutingOptions routingOptions, SimulationOptions simulationOptions)
- [Deprecated] setDestinations (List<Waypoint> destinations, String routeToken)
iOS
Keep in mind that a single method call can contain up to 25 destinations, and the cost for each call is calculated by multiplying the number of destinations by the price per SKU unit .