From f29da172f0091a4c74005509bf90c99a145fd118 Mon Sep 17 00:00:00 2001 From: Rinigus Date: Fri, 30 Oct 2020 21:51:26 +0200 Subject: [PATCH] Add command line and DBus docs, fixes #326 --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 6106592e..b47adcbf 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,25 @@ help by working on the corresponding [issue](https://github.com/rinigus/pure-maps/issues/400). +## Command line options + +Pure Maps supports positional argument (one) that could either specify +`geo:latitude,longitude` URI or a search string that will be searched +by geocoder. + +If Pure Maps instance is running already, it will be contacted via +DBus and the request will be forwarded. + + +## DBus API + +DBus (service `io.github.rinigus.PureMaps` at session bus) can be used +to + +* search: method `Search` +* show poi: method `ShowPoi` + + ## Development For development of Pure Maps and testing on desktop, you would have to