SendTo(Multible) as target "Show in map"
Copied idea from http://softwarerecs.stackexchange.com/questions/40289/android-picture-share-to-→-show-on-map?noredirect=1
Expected behavior
In order to see on a map where one or more photos were taken As a photographer I want to have a "View in Map" function in the SendTo/Share menue of any android app that support photos (Gallery, Imageviewer)
Implementation details
Receive ACTION SEND/SENDTO/SEND_MULTIBLE
-
input: mimeType="image/*" and uri starts with "file:/"
-
input: mimeType="image/*" and uri starts with "content:/external/images/media/"
-
output: ACTION=VIEW with standard "geo:"-uri for first image whith geo-data
- can open any android app that supports VIEW geo:
-
I donot know any multiselection Intent standard therefore i use these properiterian extra parameter if more than one image with geo is send.
-
de.k3b.extra.SELECTED_ITEMS string list of id-s from content:/external/images/media/ uri-s
-
de.k3b.extra.SELECTED_ITEMS_PATH string list of file paths file: uri-s
see also my answer in https://www.reddit.com/r/androidapps/comments/6yhhxy/android_ideas_for_a_mediumbig_project_for_my/