This is a wrap for this github-project
minSdkVersion 15
Verso is a offline reverse geocode library based in OfflineReverseGeocode and optimized to be used on Android.
Verso is capable to return the "city name", "country name" and the "country code" from a latitude and longitude provided.
Verso is a singleton and use a internal data text file where all the geo info is located.
Verso
Author: DonManfred (wrapper)
Version: 1
Setup:
- Download VersoVx.y.zip and extract the content to your additional libs folder
- Download the file offlineData.zip from HERE. Copy the file AS IS into your projects files folder. Do not extract...
minSdkVersion 15
Verso is a offline reverse geocode library based in OfflineReverseGeocode and optimized to be used on Android.
Verso is capable to return the "city name", "country name" and the "country code" from a latitude and longitude provided.
Verso is a singleton and use a internal data text file where all the geo info is located.
Verso
Author: DonManfred (wrapper)
Version: 1
- GeoInfo
Methods:- Initialize (EventName As String, geoinfo As String)
- IsInitialized As Boolean
- isMajorPlace As Boolean
- CityName As String [read only]
- CountryCode As String [read only]
- CountryName As String [read only]
- Latitude As Double [read only]
- Longitude As Double [read only]
- Verso
Events:- geoinfo (geo As Object)
- Initialize (EventName As String)
- IsInitialized As Boolean
- getGeoInfo (latitude As Double, longitude As Double)
Setup:
- Download VersoVx.y.zip and extract the content to your additional libs folder
- Download the file offlineData.zip from HERE. Copy the file AS IS into your projects files folder. Do not extract...