Skip to content

Commit

Permalink
Add command line and DBus docs, fixes #326
Browse files Browse the repository at this point in the history
  • Loading branch information
rinigus committed Oct 30, 2020
1 parent 0a93afb commit f29da17
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f29da17

Please sign in to comment.