简体   繁体   English

具有当前位置标记的Android室内地图

[英]Indoor map for android with current location marker

I am implementing an indoor positioning system and have reached the stage where I need to mark the location of a user in a building. 我正在实施一个室内定位系统,并且已经达到需要在建筑物中标记用户位置的阶段。 I have the floor plan of the building but have no idea how to mark the users location on the floor plan or how to move the marker around. 我有建筑物的平面图,但是不知道如何在平面图上标记用户位置或如何移动标记。 The map should stay static while the the marker indicating current position of the user should be able to move around on the map. 地图应保持静态,而指示用户当前位置的标记应能够在地图上四处移动。 Any pointers in the right direction are greatly appreciated. 任何朝着正确方向的指针都将不胜感激。

You can use Google Indoor Maps as described in this tutorial. 您可以按照教程中的说明使用Google室内地图 Or use custom map tiles as in that example of Alex Vasilkov . 或者使用自定义地图图块 Alex Vasilkov的示例中所示。

if you know the layout of the routers, you can estimate where you are in the building based on signal strength... or just use google's api( Indoor Maps ), which is discussed in: How to calculate distance from Wifi router using Signal Strength? 如果您知道路由器的布局,则可以根据信号强度来估算您在建筑物中的位置...或只使用Google的api( 室内地图 ),该方法在以下内容中进行了讨论: 如何使用信号强度来计算距Wifi路由器的距离?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM