IndoorAtlas SDK 2.0 : 蓝点位置不想变
IndoorAtlas SDK 2.0 : the position of the blue dote does not want to change
当我尝试使用室内地图集 API 2.0 时,它可以获取图像,但是一旦蓝色圆点出现,它并没有改变它的位置,我在代码中唯一改变的是把 API密钥和密钥。
由于您没有在此处提供任何代码片段,我建议您转到 IndoorAtlas 开发团队提出的这个 SDK 2.0 github 项目:https://github.com/IndoorAtlas/android-sdk-examples/tree/master/Basic/src/main/java/com/indooratlas/android/sdk/examples/imageview and see both Java classes to identify what is missing in your project. You can also check the SDK 2.0 documentation from here: http://docs.indooratlas.com/android/.
从 IndoorAtlas 服务获取位置要求您位于已创建磁图并将其上传到 IndoorAtlas 云的位置。您可以使用可从 Play (https://play.google.com/store/apps/details?id=com.indooratlas.mapcreator.main). I would recommend reading this blog article before starting mapping: http://blog.indooratlas.com/2015/06/17/getting-started-with-the-blue-dot/.
下载的地图应用程序自行完成此操作
将磁图上传到 IndoorAtlas 云后,您应该开始从 SDK 接收位置更新。
当我尝试使用室内地图集 API 2.0 时,它可以获取图像,但是一旦蓝色圆点出现,它并没有改变它的位置,我在代码中唯一改变的是把 API密钥和密钥。
由于您没有在此处提供任何代码片段,我建议您转到 IndoorAtlas 开发团队提出的这个 SDK 2.0 github 项目:https://github.com/IndoorAtlas/android-sdk-examples/tree/master/Basic/src/main/java/com/indooratlas/android/sdk/examples/imageview and see both Java classes to identify what is missing in your project. You can also check the SDK 2.0 documentation from here: http://docs.indooratlas.com/android/.
从 IndoorAtlas 服务获取位置要求您位于已创建磁图并将其上传到 IndoorAtlas 云的位置。您可以使用可从 Play (https://play.google.com/store/apps/details?id=com.indooratlas.mapcreator.main). I would recommend reading this blog article before starting mapping: http://blog.indooratlas.com/2015/06/17/getting-started-with-the-blue-dot/.
下载的地图应用程序自行完成此操作将磁图上传到 IndoorAtlas 云后,您应该开始从 SDK 接收位置更新。