OsmAnd/DataExtractionOSM/src/net/osmand/ToDoConstants.java
Victor Shcherb b1fcd1c601 Fix zooming
2012-07-01 17:38:22 +02:00

26 lines
423 B
Java

package net.osmand;
/**
* This class is designed to put all to do's and link them with code.
*/
public class ToDoConstants {
// Map QuadTree index (skip small areas!!!)
// Polish UI with new building address search ...(Better completely new address search)
// Search for city in all indexes
// Test GeoIndexActivity
// Images in the map index ?
// Prepare C++ version of routing algorithm
}