B4A Question [SOLVED] Geocoder Does Not Return any Addresses - RichardN (first post)    Jan 29, 2019   (4 reactions) May I make an observation:
- We are are a very diverse community spread worldwide of many languages... B4A Question Geocoder address1(0).FeatureName problem - DickD    Feb 1, 2018 Using the code shown below FeatureName always returns the street address even when in a known location. That is, if I'm near or in a building like "Phillips Library" which appears on Google Maps by that name only the address is shown, e.g. "47". All other address information is displayed correctly. How do I get the name rather than the numeric address? Sub Geocoder1_GeocodeDone(Address1() As Address, Tag As Object) AddressLbl.Text = "Feature: " &... B4A Question geocoder library does not work on b4a v7 - Cnrez (first post)    Sep 4, 2017   (2 reactions) hi, it's not related to B4A, it's the library,
google has updated its geocoder service,
NEW:
https://developers.google.com/maps/documentation/geocoding/faq
The old geocoder is discontinued... Spanish duda con libreria geocoder en en b4a 7 - mvera    Aug 27, 2017 hola cuando tenia la version 5 de b4a , utilizaba la libreria geocoder sin problemas. actualice a la version 7 y dejo de tomar datos. Principalmente lo que a mi me interesa es que de una latitud y longitud obtener la direccion(calle +numero). alguna idea del porque pudo dejar de funcionar? alguien sabe de otra manera de obtener direccion de una latitud y longitud? gracias.... B4A Question Corner of two streets lookup with Geocode - rossco_pb (first post)    Aug 7, 2017   (3 reactions) Just FYI, initial tests appear to indicate this type of search will work using httpjob as opposed to the Geocode lib, fingers crossed. Note the "@" in the Address search string designating the intersection of...
Dim GetAddressJob As HttpJob
Dim i As Int
Address = "...)
GetAddressJob.Download("https://maps.googleapis.com/maps/api/geocode/json" &... B4A Question Calling geocoder within For loop. - sconlon (first post)    Apr 13, 2017 Many thanks for the suggestion and I do now recall using something like that before.... B4A Question Auto check current location to detect arrival at a particular site? - tsteward    Oct 12, 2023 In my app I create an sql record when I arrive at a job site. I use GPS and Geocoder to get the current address. - Works fine Next time at this site I might forget to log that I'm there. How would I auto detect arrival at an open job docket and departure from site.... German Geocoder - AdminArea Problem - Siam (first post)    Sep 8, 2015 Hallo,
ich behaupte mal das : Returns the sub-administrative area name of the Address. For example, "Santa Clara County", or Null if it is unknown. das letzte zutrifft. vll kannst du dein k... B4i Question No Geocoder on iLocation - mauro vicamini (first post)    Jul 16, 2015 I've found by myself the solution: I've updated B4i to 2.0.... B4A Question Reverse geocode a longitude and latitude - peacemaker (first post)    Mar 18, 2015 Look at the Geocoder object's various Initialize methods
Yes, for ex.:
Dim loc As Locale
Geocoder1.Initialize3("Geocoder1", loc.GetDefault.GetLanguage, loc.GetDefault.GetCountry... Page: 1   2   3   4   5   6   |