Share via


Geocoder.IGeocodeListener.OnGeocode(IList<Address>) Method

Definition

Invoked when geocoding completes successfully.

[Android.Runtime.Register("onGeocode", "(Ljava/util/List;)V", "GetOnGeocode_Ljava_util_List_Handler:Android.Locations.Geocoder/IGeocodeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)]
public void OnGeocode (System.Collections.Generic.IList<Android.Locations.Address> addresses);
[<Android.Runtime.Register("onGeocode", "(Ljava/util/List;)V", "GetOnGeocode_Ljava_util_List_Handler:Android.Locations.Geocoder/IGeocodeListenerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=33)>]
abstract member OnGeocode : System.Collections.Generic.IList<Android.Locations.Address> -> unit

Parameters

addresses
IList<Address>
Attributes

Remarks

Invoked when geocoding completes successfully. May return an empty list.

Java documentation for android.location.Geocoder.GeocodeListener.onGeocode(java.util.List<android.location.Address>).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to