PageRenderTime 33ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 0ms

/README.markdown

http://github.com/route-me/route-me
Markdown | 57 lines | 36 code | 21 blank | 0 comment | 0 complexity | 86f4826f6e08f0a2910ddc71cc0071f9 MD5 | raw file
  1. Route-Me: iOS map library
  2. -------------------------
  3. Route-Me is an open source map library that runs natively on iOS. It's designed
  4. to look and feel much like the inbuilt iOS map library, but it's entirely open,
  5. and works with any map source.
  6. Currently, [OpenStreetMap][1], [Microsoft VirtualEarth][2], [CloudMade][3],
  7. [OpenAerialMap][4], [OpenCycleMap][5], [SpatialCloud][6], TileStream[7], and two
  8. offline-capable, database-backed formats (DBMap and [MBTiles][8]) are supported
  9. as map sources.
  10. Please note that you are responsible for getting permission to use the map data,
  11. and for ensuring your use adheres to the relevant terms of use.
  12. [1]: http://www.openstreetmap.org/index.html
  13. [2]: http://maps.live.com/
  14. [3]: http://www.cloudmade.com/
  15. [4]: http://www.openaerialmap.org/
  16. [5]: http://www.opencyclemap.org/
  17. [6]: http://www.spatialcloud.com/
  18. [7]: http://mapbox.com/tilestream
  19. [8]: http://mbtiles.org/
  20. Installing
  21. ----------
  22. As Route-Me is undergoing some significant changes, the recommended course of
  23. action is to clone a copy of the repository:
  24. git://github.com/route-me/route-me.git
  25. Or, [download the trunk][dl].
  26. See the 'samples' subdirectory for usage examples.
  27. There are three subdirectories - MapView, Proj4, and samples. Proj4 is a support class used to do map projections. The MapView project contains only the route-me map library. "samples" contains some ready-to-build projects which you may use as starting points for your own applications, and also some engineering test cases. `samples/SampleMap` and `samples/ProgrammaticMap` are the best places to look, to see how to embed a Route-Me map in your application.
  28. See LicenseRouteMe.txt for license details. In any app that uses the Route-Me library, include the following text on your "preferences" or "about" screen: "Uses Route-Me map library, (c) 2008-2010 Route-Me Contributors". Your data provider will have additional attribution requirements.
  29. [dl]: http://github.com/route-me/route-me/zipball/master
  30. News, Support and Contributing
  31. ------------------------------
  32. Join our [mailing list][list] for news and to communicate with project members
  33. and other users:
  34. To report bugs and help fix them, please use the [issue tracker][tracker]
  35. [list]: http://groups.google.com/group/route-me-map
  36. [tracker]: http://github.com/route-me/route-me/issues