Showing
1 changed file
with
3 additions
and
4 deletions
@@ -58,15 +58,14 @@ Then, update the submodules: | @@ -58,15 +58,14 @@ Then, update the submodules: | ||
58 | 58 | ||
59 | Some example apps showing usage of the SDK: | 59 | Some example apps showing usage of the SDK: |
60 | 60 | ||
61 | - https://github.com/mapbox/mapbox-ios-example - online, offline, and interactive tile sources | ||
62 | - https://github.com/mapbox/mapbox-me - user location services and terrain toggling | ||
63 | - https://github.com/mapbox/weekend-picks-template-ios - markers and data | 61 | + * [MapBox iOS Example](https://github.com/mapbox/mapbox-ios-example) - online, offline, and interactive tile sources |
62 | + * [MapBox Me](https://github.com/mapbox/mapbox-me) - user location services and terrain toggling | ||
63 | + * [Weekend Picks](https://github.com/mapbox/weekend-picks-template-ios) - markers and data | ||
64 | 64 | ||
65 | More documentation is available: | 65 | More documentation is available: |
66 | 66 | ||
67 | http://mapbox.com/mobile/docs/sdk | 67 | http://mapbox.com/mobile/docs/sdk |
68 | 68 | ||
69 | - | ||
70 | There are two subdirectories - MapView and Proj4. Proj4 is a support library used to do map projections. The MapView project contains only the Route-Me map library. | 69 | There are two subdirectories - MapView and Proj4. Proj4 is a support library used to do map projections. The MapView project contains only the Route-Me map library. |
71 | 70 | ||
72 | See License.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-2012 Route-Me Contributors". Your data provider will have additional attribution requirements. | 71 | See License.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-2012 Route-Me Contributors". Your data provider will have additional attribution requirements. |
-
Please register or login to post a comment