Hi friends, is there a way to get the location or street name by google (or any other) maps?
Thanks for your help.
get location name
Moderator: Martin
Re: get location name
Hi,
You can use {location,locationformat} to get the address for the location stored in variable location. You can do this for example in action Notification on Screen or any other action that supports variables.
Regards,
Martin
You can use {location,locationformat} to get the address for the location stored in variable location. You can do this for example in action Notification on Screen or any other action that supports variables.
Regards,
Martin
Re: get location name
It was so simple thank you very much.Martin wrote:Hi,
You can use {location,locationformat} to get the address for the location stored in variable location. You can do this for example in action Notification on Screen or any other action that supports variables.
Regards,
Martin
Re: get location name
This has recently stopped working for me.
Instead of {location,locationformat} providing the street address, I now just get the latitude and longitude (e.g. my speech output used to say "Location is 123 High Street, Anytown" and it now says "Location is 1.234, 5.678").
Is anybody else experiencing this issue, or is it a problem local to my handset?
Instead of {location,locationformat} providing the street address, I now just get the latitude and longitude (e.g. my speech output used to say "Location is 123 High Street, Anytown" and it now says "Location is 1.234, 5.678").
Is anybody else experiencing this issue, or is it a problem local to my handset?
--
Philip
Philip
Re: get location name
{location,locationformat} or {location,locationformat,multiline} is reverse geocoding, that requires internet connection. If your internet is limited or no connection, the script will not return any readable address.Philip wrote: ↑13 Oct 2019 22:08This has recently stopped working for me.
Instead of {location,locationformat} providing the street address, I now just get the latitude and longitude (e.g. my speech output used to say "Location is 123 High Street, Anytown" and it now says "Location is 1.234, 5.678").
Is anybody else experiencing this issue, or is it a problem local to my handset?
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.
Re: get location name
Thanks.
I do have an internet connection, but further testing has shown that the problem was being caused by Blokada (an ad blocking app).
UPDATE: I have found that whitelisting geomobileservices-pa.googleapis.com in Blockada allows the street address to be found.
I do have an internet connection, but further testing has shown that the problem was being caused by Blokada (an ad blocking app).
UPDATE: I have found that whitelisting geomobileservices-pa.googleapis.com in Blockada allows the street address to be found.
--
Philip
Philip