适用于Android的Google Places API网络服务与Google Places API

时间:2015-06-03 04:11:10

标签: android autocomplete google-places-api

对于地方,建议AutoCompleteText使用哪一个。

Google Places API Web ServiceGoogle Places API for Android

哪种效果最佳?

1 个答案:

答案 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"/>