Android Question Need Data File Missing for 'Verso - Offline Reverse Geo' Library

adrianfreitas

Member
Licensed User
Longtime User
Hi guys!! I found the 'Verso' library and it can be useful to me in a new project... but the file 'offlineData.zip' that store the locations is not available anymore...
I tried to download some data files from www.geonames.org and use it but it was a blind try and not works.

>>> - Download the file offlineData.zip <<< (source is dropbox)

Anyone still have it and could share it to me, please? Thanks!
 

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

adrianfreitas

Member
Licensed User
Longtime User
Hello DonManfred!
Thank you for your help.
I made what you said to do (downloaded BR.zip from link, renamed it to offlineData.zip, put in Files folder and sync the files to project), but the geo object always return null.
I'm from Brazil, and I have tried a bunch of lat-lon pairs and always get Null.
For example: verso.getGeoInfo(-22.9519, -43.2105) '<- Cristo Redentor, Rio de Janeiro
And I tried both lines too:
'Log($"Verso_geoinfo(${geo})"$)
Log($"Verso_geoinfo()"$)
There's no error, but both of them still returns nothing (object geo = Null)

What I'm doing wrong?
 
Upvote 0
Top