InputPlace is a component to wrap Google Places or Azure Maps AutoComplete functionality.
Autocomplete is a feature of the Places library in the Maps JavaScript API. You can use autocomplete to give your
applications the type-ahead-search behavior of the Google Maps search field. The autocomplete service can match
on full words and substrings, resolving place names, addresses, and plus codes. Applications can therefore send
queries as the user types, to provide on-the-fly place predictions.
Based on Google Places AutoComplete by Google.
Based on Azure Maps Search by Microsoft.