Skip to Content

GeocodingApi

All URIs are relative to https://business.apis.kesk.app/v1 

MethodHTTP requestDescription
newReverseGeocodingGET /geocoder/new-reverseSearch 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

NameTypeDescriptionNotes
keywordStringSearch keyword or partial address to find place predictions for[default to null]
locationStringOptional location bias as “lat,lng” to prioritize nearby results[optional] [default to null]
regionStringOptional region code to restrict results (e.g., “US”, “GB”)[optional] [default to null]

Return type

NewReverseResponse

Authorization

JwtAuthScheme

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json; charset=utf-8