对于地方,建议AutoCompleteText
使用哪一个。
Google Places API Web Service
或Google Places API for Android
。
哪种效果最佳?
答案 0 :(得分:0)
您可以使用其中之一,它们都提供自动填充结果,但您需要将结果连接到AutoCompleteTextView
。
如果您想使用提供GooglePlaceAutoComplete小部件(demo)的库,请查看Sprockets(我是开发人员)。使用您的API密钥进行设置后,您可以在布局中添加一个有效的Places API自动填充功能,例如:
<net.sf.sprockets.widget.GooglePlaceAutoComplete
android:id="@+id/place"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>