how to get precise current location in a building map [closed]

核能气质少年 提交于 2020-01-03 06:38:11

问题


i have one building map and it have so many rooms on it.

Now i want to drop the pin in that building map, where the user is being in that building and also i want to draw the direction if user want to navigate to some other room.

if anyone knows please guide me in right way.


回答1:


Inhouse navigation (or navigation if no GPS signal is available) is often done using WLAN triangulation. You need to scan the WLANs in the building to build a map of field strength of the various WLAN signals for specific locations. During navigation the map is used to determine the most likely position for a given reading of WLAN signals.

E.g. Google is working on an inhouse navigation service and there are some companies offering inhouse navigation solutions.




回答2:


You can use QRCode based pseudo-location. User scans QRCode in one room of the building and the app is aware of phone's location.



来源:https://stackoverflow.com/questions/12157419/how-to-get-precise-current-location-in-a-building-map

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!