Android Maps API v2:无法解析导入com.google.android.gms.maps.model.IndoorBuilding

时间:2015-02-18 19:31:27

标签: google-maps google-maps-android-api-2 indoor-positioning-system google-indoor-maps

我尝试制作谷歌室内地图的演示应用程序,但我无法访问某些界面和某些类。

我在我的示例应用程序中添加了google play services项目作为项目库。你可以在图像中看到我能够访问的所有其他类和接口,但不能与室内相关。有什么问题吗?

请帮助我,任何帮助将不胜感激。

Error : "The import com.google.android.gms.maps.model.IndoorLevel cannot be resolved"

这是错误的图像。

enter image description here

1 个答案:

答案 0 :(得分:0)

最新的Google Play服务应为22版,您可以在SDK管理器中查看。 LocationClient应该已被弃用。因此,如果您使用的是最新版本,则不应包含LocationClient

您应该在此位置使用Google Play服务项目文件:

<YOUR_ANDROID_SDK_LOCATION>/extras/google/google_play_services/libproject/google-play-services_lib/

(jar文件位于:<YOUR_ANDROID_SDK_LOCATION>/extras/google/google_play_services/libproject/google-play-services_lib/libs/

我在this Google Drive link中添加了最新的播放服务jar文件。

您应该按照此处的步骤操作:http://developer.android.com/google/play-services/setup.html#Setup正确设置您的Google Play服务。

或者,您可以从SDK管理器安装Google Repository