Using Autocomplete
The figures below show various search texts entered by the end user and the list of suggestions in the Geocoder Autocomplete API response. The highlights mark the parts of the suggestions that match the search text. The highlighting shown here is based on the mark-up provided with each request for suggestions (in the beginHighlight
and endHighlight
request parameters). Client applications can implement their own highlighting, modify the mark-up, or simply ignore it.
Requesting Suggestions without Spatial Filtering






query=5th ave @ 9th
) 
The service returns intersections for queries containing a street name followed by and
, at
, &
or @
. Currently, intersection queries are supported for queries on USA only.
query=Haight at Ma
) 
Requesting Suggestions with Spatial Filtering
You can use various types of spatial filtering to specify a context for the suggestions.

country
set to France (country=FRA
). 

mapview=46.0346628,-74.3384855;45.2173875,-73.043472
). 