e636efaf03
git-svn-id: https://osmand.googlecode.com/svn/trunk@755 e29c36b1-1cfa-d876-8d93-3434fc2bb7b8
42 lines
1.4 KiB
Java
42 lines
1.4 KiB
Java
package net.osmand;
|
|
|
|
|
|
|
|
/**
|
|
* This class is designed to put all to do's and link them with code.
|
|
*/
|
|
public class ToDoConstants {
|
|
|
|
// TODO max 105
|
|
|
|
|
|
// For 0.5 release
|
|
// 97. For voice navigation consider current speed of vehicle. Especially when speed > 50 pronounce more than 200 m
|
|
// 104. Add activity to show current loaded indexes and information about them
|
|
|
|
// Outside base 0.5 release
|
|
// 86. Allow to add/edit custom tags to POI objects (Issue)
|
|
// 92. Support poi index with standard map index and unify POI categories (unify done +)
|
|
// 96. Introduce settings for MPH, imperial units
|
|
|
|
// _19. colors for road trunk and motorway
|
|
// _12. Fix : find proper location for streets ! centralize them (when create index)?
|
|
|
|
///////////////////////////// UNKNOWN STATE ////////////////////
|
|
// Unscheduled (complex)
|
|
// 65. Intermediate points - for better control routing, to avoid traffic jams ...(?)
|
|
// 63. Support simple offline routing(require index file with turn restrictions etc) (?)
|
|
|
|
// Not clear if it is really needed
|
|
// 66. Transport routing (show next stop, total distance, show stop get out, voice) (needed ?).
|
|
// 83. Add monitoring service to send location to internet immediately (?)
|
|
|
|
|
|
/////////////////////////// DONE //////////////////////////////
|
|
// DONE ANDROID :
|
|
|
|
// DONE SWING
|
|
|
|
|
|
|
|
}
|