Hello,
I am currently in the research phase of my project on Android.I am interested in developing indoor custom maps application.There are 2 problems I am currently facing in this 1) I can't use GPS as it won't work in the indoor settings like a building or a mall and 2) I can't use Google Maps API as I need to show my location on a indoor custom map(like a floorplan of a building).I am assuming here that I have the custom map of the building or mall.
Now my goal is to find location of the Android phone using some methods and display it on the custom map.To find the location I have following options,
1.Use of bluetooth dongles or trasmitters-I am assuming that bluetooth dongles or trasmitters are kept at known locations on the custom map and I know the coverage area for all of them.I will use methods like RSSI to get nearest dongle from my Phone.The problem here is I dont know how do I use this information to plot the location of my phone on the map.I have heard of shape files for Windows Mobile which are used for this purpose.Don't know how I can make use of them in Android.
2.Use of Wi-Fi Access Points - Similar to Bluetooth.But cost is more than Bluetooth.
Can anyone please suggest some solutions to these problems.
Thanks.