Search found 34 matches

by joeko
19 Aug 2019 11:06
Forum: User Help / Bug Reports
Topic: press key enter / search ? automagic keyboard ?
Replies: 1
Views: 6206

press key enter / search ? automagic keyboard ?

hallo, i try to press key enter or search in an app. first i tried it with the ui but than i cant see the Keyboard. than i read that i can use the automagic Keyboard. i activate it but than … nothing. i cant see it an the ui also not. i use an Pixel 2 with Android 9. is this a bug or have i forget s...
by joeko
24 Jun 2019 12:58
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

hmm, all fine now but how i create a new variable with blank space between road and house_number ?

address = (road) + (house_number);

result is street1 and not street 1
by joeko
24 Jun 2019 12:02
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

i got it :-)
Little mistake only :)

many thx
by joeko
23 Jun 2019 20:13
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

thx for your help You need to see it first and tell me which one you need. From my finding, it is most likely this address = js[0]["display_name']; // toom Baumarkt, 31,33, Am Stadtrand, Wandsbek, Hinschenfelde, Hamburg, 22047, Deutschland from the js i Need in the order road, house_number, city_dis...
by joeko
21 Jun 2019 11:55
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

Do you mean you want to search for location and then return only the address from it? We can use Gmap geocode location API, but it is very limited for public user. You can use nominatim openstreetmap API instead. You can look at here : https://automagic4android.com/forum/viewtopic.php?f=5&t=7457 Ma...
by joeko
20 Jun 2019 12:51
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

hallo desmanto,

i mean : i start a Action : voice search
for example : toom Wandsbek Germany
and i get the adress from this shop and save the adress in a variable.

is that possible ?
by joeko
09 Jun 2019 07:09
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

Thx, IT works :)

Is there also a way to get the information without start gmaps ?
Maybe an http request with a answer from gmaps ?
by joeko
08 Jun 2019 12:37
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

Re: extract adresse from google map ?

or maybe change the Text from

toom Baumarkt
Am Stadtrand 31-33, 22047 Hamburg
040 6969710
https://maps.app.goo.gl/6w1Pq7Rkpjvy9HuN6

To

Am Stadtrand 31-33, 22047 Hamburg

This is finally what i want.
I try regex but i dont know how
by joeko
08 Jun 2019 07:44
Forum: User Help / Bug Reports
Topic: extract adresse from google map ?
Replies: 11
Views: 26474

extract adresse from google map ?

Hallo, I Start a voice search with automagic for an shop. Now google map Start and Show me the location with name of the shop. Is IT possible to get only the adresse as result without the name of the Shop ? For example Search: toom Wandsbek Hamburg Result : street 1 Hamburg Can i save the search res...
by joeko
06 Jun 2019 19:08
Forum: User Help / Bug Reports
Topic: word wrap after every comma in a text ?
Replies: 3
Views: 9097

Re: word wrap after every comma in a text ?

yes it helped :-)
thank you