How to build inhouse map navigation for iOS application? -


i have requirement mentioned below:

  • already have floor plan map image
  • first detect current location on floor
  • then select destination location using floor plan map image
  • now application should provide direction & distance source destination path
  • this how google direction works, in-house map require.

for example, - current position of user is: @ desk - meeting room #11 - application should provide direction , distance updates on map/floor plan image.

any kind of suggestions/help great.

thanks in advance

couple of points...

you create various audio files , play them way points based on routing. same principal 'turn right @ next light'.

definitely want set accuracy to: kcllocationaccuracybest. still accuracy of around +/- 10 meters @ best.

do floor plan overlay using mapoverlayview.

if indoor, iphone uses cell towers or wifi location fix. might problem because if looking map multiple floors, gps can give altitude readings - ground floor, second floor, etc...

i don't want pour cold water on idea have not heard of doing indoor navigation app on iphone using standard stuff. if wanted move forward on project, best accuracy might using indoor bluetooth transmitters navigational beacons...?


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -