如何设计建筑物的Android室内地图?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/11651931/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-20 08:22:35  来源:igfitidea点击:

How to design an Android indoor map of a building?

androidindoor-positioning-system

提问by user1532099

I want to design an Android application which can help students and others navigate their way around a particular building(with one floor) showing walking directions to classrooms.

我想设计一个 Android 应用程序,它可以帮助学生和其他人在特定建筑物(一层)中导航,显示通往教室的步行路线。

I need help with it.

我需要帮助。

回答by AlexBottoni

This is the kind of project you normally develop for your thesis. It is much larger and more complex of what it can look at a first glance.

这是您通常为论文开发的项目类型。乍一看,它要大得多,也更复杂。

Googling around you will find a lot of BCS and master thesis on this topic. Read them and you will find almost all the information you need to develop your own system.

谷歌搜索你会发现很多关于这个主题的 BCS 和硕士论文。阅读它们,您将找到开发自己的系统所需的几乎所有信息。

As a starting point you can use redpin: http://redpin.org/.

作为起点,您可以使用 redpin:http://redpin.org/ 。

While Google Maps can actually support indoor mapping and navigation, most likely it is not what you are looking for. If you want to use you own algorithm form routing, you cannot use Google Maps.

虽然 Google 地图实际上可以支持室内地图和导航,但很可能不是您想要的。如果你想使用你自己的算法形式路由,你不能使用谷歌地图。

Have a look at the Open Source Routing Machine (OSRM): http://project-osrm.org/.

看看开源路由机 (OSRM):http: //project-osrm.org/