JakovTomasic / RitehMaps

Indoor navigation project for the Faculty of Engineering, Rijeka
Apache License 2.0
3 stars 1 forks source link

Textual instructions #27

Open JakovTomasic opened 1 year ago

JakovTomasic commented 1 year ago

Define and implement textual instructions for navigation steps. They should be general as "turn right", and "turn left", but they should also cover all cases.

The text (and icons) should probably be added to the NavigationStep class.

JakovTomasic commented 5 months ago

When not thinking generally, this feature seems very useful.

Instructions can be "go to the left stairs - floor up - left around the corner - left is 1-65".

This is problematic to implement abstractly so it can be used in every building.

A (not ideal) solution is to add option to add "instructions name" for each point admin thinks is important for instructions. That would be e.g. "left stairs", "right stairs".