What software would i need to represent the inside of a building? I'm making an app which will locate the user and tell them where they are in the building and how to get to a certain room. How would i display this?
Asked
Active
Viewed 84 times
2 Answers
2
Broad question is broad.
Take a look how Google I/O 2k11 has mapped their floor plans. They have used MapFragment
in WebView

Reno
- 33,594
- 11
- 89
- 102
-
1My thoughts exactly when I saw this question. I'd try this, too! – davidcesarino Oct 28 '11 at 19:04
0
Thats a very challenging thing to do, because you need to get the schematics of the building where you are going to use this app, and I dont know if GPS is going to be of much use because of accuracy problems.
However, if you are making this app specifically for a particular building, like a mall or something, then you can use the wifi hotspots in the rooms to inform the device of the location and update on screen map using that information.
Developing an app that would help you navigate all buildings would, in my opinion, be impossible, unless there is a major cooperation.

HaskellElephant
- 9,819
- 4
- 38
- 67

Steve Robinson
- 3,759
- 3
- 36
- 57