在 Mapbox 服务中找不到 GeocoderAutoCompleteView

Mat*_*lho 1 android mapbox

我正在尝试使用MapBox 服务通过 GeoCoding 和 AutoComplete 建议用户附近的地点:

compile ('com.mapbox.mapboxsdk:mapbox-android-sdk:5.0.2@aar'){
    transitive=true
}
compile ('com.mapbox.mapboxsdk:mapbox-android-services:2.0.0@aar'){
    transitive=true
}
Run Code Online (Sandbox Code Playgroud)

但是像 GeocoderAutoCompleteView 这样的一些类不包含在这个包中,我无法导入该类。

zug*_*dia 5

Mapbox Android 服务被分成不同的模块,因此您的应用程序只需要包含它需要的组件。特别是,它GeocoderAutoCompleteViewmapbox-android-ui包装中。