Xamarin.Forms中的Google Place Autocomplete

Ale*_*yer 5 google-maps google-places-api xamarin xamarin-forms

有没有人使用Xamarin.Forms集成Google Place Autocomplete?我将在地图上使用它来获取位置建议.我只看过Xamarin.Android和Xamarin.iOS的资源,但是在实现AutoCompleteView方面,我也不知道.如果有人可以指导我,我将非常感激.谢谢!

And*_*ast 4

地点自动完成可以通过使用 Google Place API 来实现,每当用户输入字符时,将从 Google 服务器获取与输入字符匹配的位置并绑定回用户界面。

以下是如何以 Xamarin 形式使用 Google Map Place API 的链接: http://www.appliedcodelog.com/2015/05/google-place-api-with-autocomplete-in.html

另外,请阅读官方 Google Places API 网络服务: https://developers.google.com/places/web-service/autocomplete

  • 这不适用于 Xamarin.Forms,我认为它适用于 Xamarin.Android。是的,它使用 Google Place API。它通常使用 AutocompleteTextView 来实现它,我不确定它是否仅适用于 Xamarin.Forms 中的普通条目,是吗?唔。 (3认同)