city name

  1. Alexander Stolte

    Android Question [B4X] Google Geocoding REST API Get only City Name [Solved]

    Hello, i have this code to get from the lat and lon the city name, streetadress etc. Sub PlaceToLatLon(lat As Float, lon As Float) As ResumableSub Dim j As HttpJob Dim city2 As String j.Initialize("", Me) j.Download2("https://maps.googleapis.com/maps/api/geocode/json", _...
Top