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:
authorАлександр Зацепин <az@mapswithme.com>2017-06-29 14:52:06 +0300
committerArsentiy Milchakov <milcars@mapswithme.com>2017-07-03 13:10:32 +0300
commit5b15df71087421f5faef9bf61b1829feaa5a97f0 (patch)
treebbd78f6d2eb66656838354edc0a21e3f3ee4aef2 /android/src/com/mapswithme/maps/taxi/TaxiInfo.java
parentbf6d1258dbbbf774f851d410981a45be75ad1eda (diff)
[android] Implemented taxi link support
Diffstat (limited to 'android/src/com/mapswithme/maps/taxi/TaxiInfo.java')
-rw-r--r--android/src/com/mapswithme/maps/taxi/TaxiInfo.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/android/src/com/mapswithme/maps/taxi/TaxiInfo.java b/android/src/com/mapswithme/maps/taxi/TaxiInfo.java
index df1318e03d..17dae45b09 100644
--- a/android/src/com/mapswithme/maps/taxi/TaxiInfo.java
+++ b/android/src/com/mapswithme/maps/taxi/TaxiInfo.java
@@ -45,6 +45,12 @@ public class TaxiInfo implements Parcelable
mProducts = products;
}
+ @TaxiManager.TaxiType
+ public int getType()
+ {
+ return mType;
+ }
+
@NonNull
public List<Product> getProducts()
{