}
}
Thanks in advance
Regards
Roman
-Ursprüngliche Nachricht-
Von: Interest Im Auftrag von Paolo
Angelelli
Gesendet: Freitag, 12. April 2019 15:37
An: interest@qt-project.org
Betreff: Re: [Interest] App crashes on iOS when geocode or
reverseGecode is used
Hi, is the reply finishe
aolo Angelelli
Gesendet: Freitag, 12. April 2019 15:37
An: interest@qt-project.org
Betreff: Re: [Interest] App crashes on iOS when geocode or reverseGecode is used
Hi, is the reply finished? do you get it from the finished signal of the
manager?
Or are you trying to use what the method re
Hi, is the reply finished? do you get it from the finished signal of the
manager?
Or are you trying to use what the method returns you immediately?
On Thu, 11 Apr 2019 22:42:36 +0200
Roman Wüger wrote:
> Hello,
>
> I try to get the city and country from coordinates.
> For this I use the functi
Hello,
I try to get the city and country from coordinates.
For this I use the functions geocode/reverseGecode. The pointer is valid but if
the function is accessed with valid coordinates from the GeoPositionInfoSource
signal, I get a EXC_BAD_ACCESS
I use “osm” as the geo service provider.
Any