Optionaladdress?: stringOptionalbounds?: string | LatLngBoundsThe bounding box of the viewport within which to bias geocode results more prominently. This parameter will only influence, not fully restrict, results from the geocoder.
Optionalcomponents?: string | GeocodeComponentsA components filter with elements separated by a pipe (|).
The components filter is required if the request doesn't include an address.
Each element in the components filter consists of a component:value pair, and fully restricts the results from the geocoder.
Optionallanguage?: stringThe language in which to return results.
language is not supplied, the geocoder attempts to use the preferred language as specified in the Accept-Language header,
or the native language of the domain from which the request is sent.Optionalplace_id?: stringThe place_id that you want to geocode. You can retrieve this information from Places API for example.
Optionalregion?: stringThe region code, specified as a ccTLD ("top-level domain") two-character value. This parameter will only influence, not fully restrict, results from the geocoder.
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.