Authored by Hal Mueller

editing README files

@@ -6,5 +6,5 @@ http://code.google.com/p/route-me/ @@ -6,5 +6,5 @@ http://code.google.com/p/route-me/
6 For news and updates and help, join our mailing list: 6 For news and updates and help, join our mailing list:
7 http://groups.google.com/group/route-me-map 7 http://groups.google.com/group/route-me-map
8 8
9 -There are two subdirectories - MapView and Proj4. Proj4 is a support class used to do map projections. The MapView project contains both the route-me map library and a simple example application which embeds the map. Refer to the embedding guide for details: http://code.google.com/p/route-me/wiki/EmbedingGuide 9 +There are three subdirectories - MapView, Proj4, and samples. Proj4 is a support class used to do map projections. The MapView project contains both the route-me map library and a simple example application which embeds the map. Refer to the embedding guide for details: http://code.google.com/p/route-me/wiki/EmbedingGuide. "samples" contains some ready-to-build projects which you may use as starting points for your own applications.
10 10
  1 +This "samples" directory contains both sample code and engineering
  2 +test cases.
  3 +
  4 +SampleMap is a straightforward example of the Route-me library in
  5 +action, using the Open Street Map project's map tiles, and retrieving
  6 +data from their server. Developers: please don't check in any code
  7 +that breaks this project.
  8 +
  9 +MapTestbed is similar to SampleMap, but is meant as a starting point
  10 +for writing test cases. Developers are encouraged to clone the
  11 +MapTestbed project when testing new features or when trying to
  12 +duplicate bugs. If you make changes to MapTestbed to exercise a new
  13 +Route-me features, please check in your revised version under a new
  14 +name.
  15 +
  16 +
  17 +