Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 android 中实现位置自动完成功能。我正在使用 osmdroid 来显示地图。当我包括以下依赖项时:
implementation 'com.mapzen.android:pelias-android-sdk:1.3.1'
我收到以下错误:无法解决:com.mapzen.android:pelias-android-sdk:1.3.1
所以我只想知道这个库是否在工作,如果不是,我可以使用哪个其他库(除了谷歌地图 API)来实现相同的功能
我上周遇到了同样的问题。请使用最新的标签版本。
implementation 'com.mapzen.android:pelias-android-sdk:1.2.1'
希望有帮助:)