1

I am trying to create an indoor map navigation in android studio for my thesis project in school and I'd like to know some basics or where should I start.

I'm also planning to use images as a map with 8 floors in it unless if there's anything simpler way to do it

zekilee
  • 11
  • 1

1 Answers1

2

You can use the Navigine SDK for this task, it allows indoor navigation through WiFi, BLE, WiFi-RTT, Eddystone.

You just create the map on web client using your floor images, set there transmitters, download mobile app and will see the navigation.

mrcrambo
  • 484
  • 2
  • 5
  • 13