Custom Autosuggest Input with JQuery UI Sample This sample shows how to create a custom input UI for Autosuggest using JQuery UI's autocomplete widget. The autosuggest manager in Bing Maps has a getSuggestions function which can be used to retrieve autosuggest suggestions without having to attach a textbox to the autoggestion manager. Currently the suggestions returned by this function do not have their bestView property set and address suggestions do not have location coordinates. These suggestions can easily be enriched by using the Search module to geocode the suggestion.