Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'api/iOS/src/MapsWithMeAPI.h')
-rw-r--r--api/iOS/src/MapsWithMeAPI.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/iOS/src/MapsWithMeAPI.h b/api/iOS/src/MapsWithMeAPI.h
index 3a111c80ef..f11b3a07f6 100644
--- a/api/iOS/src/MapsWithMeAPI.h
+++ b/api/iOS/src/MapsWithMeAPI.h
@@ -55,6 +55,8 @@
+ (MWMPin *) pinFromUrl:(NSURL *)url;
// returns NO if MapsWithMe is not installed or outdated version doesn't support API calls
+ (BOOL) isApiSupported;
+// Simply opens MapsWithMe app
++ (BOOL) showMap;
// Displays given point on a map, title and id are optional
// If id contains valid url, it will be opened from MapsWithMe after selecting "More Details..." for the pin
+ (BOOL) showLat:(double)lat lon:(double)lon title:(NSString *)optionalTitle id:(NSString *)optionalId;