Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 4 additions & 11 deletions dist/documentation/parameters/maps_http_parameters_geocode.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions dist/documentation/parameters/maps_http_parameters_geocode.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--- [START maps_http_parameters_geocode] -->


<h2 id="optional-parameters">Optional parameters</h2>
<h2 id="geocoding-optional-parameters">Geocoding optional parameters</h2>

- <h3 id="address">address</h3>

Expand All @@ -17,17 +17,20 @@
- global code is a 4 character area code and 6 character or longer local code (`849VCWC8+R9` is `849VCWC8%2BR9`).
- compound code is a 6 character or longer local code with an explicit location (`CWC8+R9 Mountain View, CA, USA` is `CWC8%2BR9%20Mountain%20View%20CA%20USA`).

<div class="note">Note: One of `address` or `components` is required.</div>

- <h3 id="bounds">bounds</h3>

The 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. - name: locations
in: query
The 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.

- <h3 id="components">components</h3>

A components filter with elements separated by a pipe (|). The components filter is also accepted as an optional parameter if an address is provided. Each element in the components filter consists of a component:value pair, and fully restricts the results from the geocoder.



<div class="note">Note: One of `address` or `components` is required.</div>

- <h3 id="language">language</h3>

The language in which to return results.
Expand All @@ -38,10 +41,6 @@
- If a name is not available in the preferred language, the API uses the closest match.
- The preferred language has a small influence on the set of results that the API chooses to return, and the order in which they are returned. The geocoder interprets abbreviations differently depending on language, such as the abbreviations for street types, or synonyms that may be valid in one language but not in another. For example, *utca* and *tér* are synonyms for street in Hungarian.

- <h3 id="latlng">latlng</h3>

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.

- <h3 id="region">region</h3>

The region code, specified as a [ccTLD ("top-level domain")](https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains#Country_code_top-level_domains) two-character value. Most ccTLD codes are identical to ISO 3166-1 codes, with some notable exceptions. For example, the United Kingdom's ccTLD is "uk" (.co.uk) while its ISO 3166-1 code is "gb" (technically for the entity of "The United Kingdom of Great Britain and Northern Ireland").
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading