From 16a7c557f4d9d1d5c524975950b23cf0bec0162e Mon Sep 17 00:00:00 2001 From: deathbaba Date: Tue, 15 Apr 2014 14:40:55 +0300 Subject: [PATCH] Added link to example apps - travel guides --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e9dbbb..4812b55 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ For API version 1 (supported by MapsWithMe 2.4+) In general it is possible to establish a one way or two way communication between MapsWithMe and your app. -Please refer to the [sample application][linkSample] for a demo. +Please refer to the [sample application][linkSample] for a demo or see +our [travel guide apps][linkTravelGuides] as an API integration example. ### Prerequisites @@ -187,3 +188,4 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND [linkAppleCustomUrlSchemes]: http://developer.apple.com/library/ios/#DOCUMENTATION/iPhone/Conceptual/iPhoneOSProgrammingGuide/AdvancedAppTricks/AdvancedAppTricks.html#//apple_ref/doc/uid/TP40007072-CH7-SW50 "Custom URL Scheme Apple documentation" [linkAppleDelegate]: http://developer.apple.com/library/ios/documentation/uikit/reference/UIApplicationDelegate_Protocol/Reference/Reference.html#//apple_ref/occ/intfm/UIApplicationDelegate/application:openURL:sourceApplication:annotation: "AppDelegate Handle custom URL Schemes" [linkFixARC]: http://stackoverflow.com/a/6658549/1209392 "How to compile non-ARC code in ARC projects" +[linkTravelGuides]: http://www.guidewithme.com "Offline Travel Guides"