Skip to content

sheet: Add button to open a contact's address

Niels De Graef requested to merge feature/open-map-button into master

This commit adds the ability for the user to open up GNOME Maps (or any application that registers itself as a URI handler for "maps:" URIs) to the specified location.

We do this by creating a "maps:" URI which takes the (encoded form of the) address as a parameter. If there is one result, the maps application can show it; if there are more, they can provide the user with a list of selections.

Successfully tested that this works with GNOME Maps' nightly flatpak.

See also: gnome-maps!199 (merged)

Fixes: #87 (closed)

Merge request reports