I need flow that allows to share the location of google maps in osmand.
my idea is to use send/received and query content but i don't no how extract data from query content
location from google maps to osmand
Moderator: Martin
Re: location from google maps to osmand
What location you want to share? Current location and named location usually don't have coordinate. While dropped pin at random place usually have coordinate that you can copy. To reverse the named place to coordinate, we have to use geocode API, which is limited.
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
-
- Posts: 16
- Joined: 29 Apr 2016 23:04
Re: location from google maps to osmand
"While dropped pin at random place usually have coordinate that you can copy"
that's what i'm looking for but i do not know how to create flow
that's what i'm looking for but i do not know how to create flow
Re: location from google maps to osmand
Copy the coordinate from google maps. Use trigger clipboard changed, add condition app task running - google maps. true, copy the clipboard to variable and use it in the geocode start activity for osmand : viewtopic.php?f=6&t=7809
Index of Automagic useful thread List of my other useful posts (and others')
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
Xiaomi Redmi Note 5 (whyred), AOSP Extended v6.7 build 20200310 Official, Android Pie 9.0, Rooted.
-
- Posts: 16
- Joined: 29 Apr 2016 23:04
Re: location from google maps to osmand
Thankx
with little modification I can share coordinate from maps or sms to osmand without installing APK.
You are the best and automagic is the best apk
with little modification I can share coordinate from maps or sms to osmand without installing APK.
You are the best and automagic is the best apk