GeocodingApi
All URIs are relative to https://business.apis.kesk.app/v1
| Method | HTTP request | Description |
|---|---|---|
| newReverseGeocoding | GET /geocoder/new-reverse | Search for places with autocomplete suggestions based on partial input |
newReverseGeocoding
NewReverseResponse newReverseGeocoding(keyword, location, region)
Search for places with autocomplete suggestions based on partial input
Provides place predictions and autocomplete functionality using Google Places API. Returns a list of matching places with descriptions and place IDs, filtered by optional location bias and region constraints. Ideal for implementing address search with suggestions.
Parameters
| Name | Type | Description | Notes |
|---|---|---|---|
| keyword | String | Search keyword or partial address to find place predictions for | [default to null] |
| location | String | Optional location bias as “lat,lng” to prioritize nearby results | [optional] [default to null] |
| region | String | Optional region code to restrict results (e.g., “US”, “GB”) | [optional] [default to null] |
Return type
Authorization
HTTP request headers
- Content-Type: Not defined
- Accept: application/json; charset=utf-8