// request reference
Google Maps Posts parameters
Send query parameters with GET /api/google/maps/posts. Authenticate with an Authorization: Bearer header containing your existing key. Keep keys on your server, not in browser code.
The groups below list every request field, including compatibility restrictions. Read the extended reference for detailed types, defaults, parameter combinations and additional examples.
Posts request
Fetch Google Maps posts for one hexadecimal feature ID.
data_idRequired hexadecimal Maps feature ID. Follow posts_link from a Maps place response.
Example / input hint: 0x89c258e28c304997:0xfcafe4e7ce35ee8c
next_page_tokenContinue a posts response with its opaque token.
Example / input hint: Opaque token from the previous response
Localization
Control the Google language, country, and domain.
hlGoogle interface and result language.
Example / input hint: en
glTwo-letter country localization code.
Example / input hint: us
google_domainA Google domain such as google.com or google.co.uk.
Example / input hint: google.com
// response
Work with the complete JSON response
The SDK examples use raise_for_error() or raiseForError() so API errors are not mistaken for successful results.