From dcd09663dec6bf8aa948be32fdd105172b34dab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Fri, 7 Oct 2022 09:19:13 -0700 Subject: [PATCH] Connect this library to deep link functionality --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5c28ed9..8233b11 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ using Organic Maps to show points of interest (POI) and providing more informati Please refer to [sample application][linkSampleSource] for demo. +**Note**: this library provides convenience wrappers for [deep links](https://omaps.app/api). Your application can also use deep links directly without including the library as a dependency. You can look at the library implementation for ideas on how to do that. + ## Prerequisites It is supposed that you are familiar with Android Development.