Updated text on MapsWithMe is not installed dialog
This commit is contained in:
parent
e38ccd40aa
commit
a338f55d65
2 changed files with 4 additions and 2 deletions
|
@ -64,6 +64,7 @@
|
|||
+ (BOOL) showPin:(MWMPin *)pin;
|
||||
// Displays any number of pins
|
||||
+ (BOOL) showPins:(NSArray *)pins;
|
||||
//
|
||||
+ (void) showMapsWithMeIsNotInstalledDialog;
|
||||
// Set value = YES if you want to open pin URL on balloon click, default value is NO
|
||||
+(void) setOpenUrlOnBalloonClick:(BOOL)value;
|
||||
|
|
|
@ -219,9 +219,10 @@ static NSString * mapsWithMeIsNotInstalledPage =
|
|||
"</style>" \
|
||||
"</head>" \
|
||||
"<body>" \
|
||||
"<div class='description'><a href='http://mapswith.me' target='_blank' class='mwm'>MapsWithMe</a> app should be installed to view the map.</div>" \
|
||||
"<a href='http://mapswith.me/app?api' class='lite button shadow'>Download MapsWithMe Lite (free)</a>" \
|
||||
"<div class='description'>Offline maps are required to proceed. We have partnered with <a href='http://mapswith.me' target='_blank' class='mwm'>MapsWithMe</a> to provide you with offline maps of the entire world.</div>" \
|
||||
"<div class='description'>To continue please download the app:</div>" \
|
||||
"<a href='http://mapswith.me/get?api' class='pro button shadow'>Download MapsWithMe Pro</a>" \
|
||||
"<a href='http://mapswith.me/app?api' class='lite button shadow'>Download MapsWithMe Lite (free)</a>" \
|
||||
"</body>" \
|
||||
"</html>";
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue