Gets an Array of Address objects that describe the area immediately surrounding the given Latitude and Longitude. The Array of Address objects is passed back to B4A in the GeocodeDone event along with the Tag Object. Tag is not used by this method, it is simply a means by which you can associate an identifying Object with this task.
Gets an Array of Address objects that describe the named location. LocationName may be a place name such as "Dalvik, Iceland", an address such as "1600 Amphitheatre Parkway, Mountain View, CA", an airport code such as "SFO", etc... The Array of Address objects is passed back to B4A in the GeocodeDone event along with the Tag Object. Tag is not used by this method, it is simply a means by which you can associate an identifying Object with this task.
Initialize (EventNameAsString)
Initialize the Geocoder object with the device's system Locale.
Initialize2 (EventNameAsString, LanguageAsString)
Initialize the Geocoder object with a Locale based on Language.