diff --git a/src/geocode/geocode.ts b/src/geocode/geocode.ts index 23b9b1e592..55464bf41e 100644 --- a/src/geocode/geocode.ts +++ b/src/geocode/geocode.ts @@ -40,6 +40,10 @@ export interface GeocodeComponents { export interface GeocodeRequest extends Partial { params: { + /** + * The place_id that you want to geocode. You can retrieve this information from Places API for example. + */ + place_id?: string; /** * The street address that you want to geocode, in the format used by the national postal service of the country concerned. * Additional address elements such as business names and unit, suite or floor numbers should be avoided.