Address.SetAddressLine(Int32, String) Method

Definition

Sets the line of the address numbered by index (starting at 0) to the given String, which may be null.

[Android.Runtime.Register("setAddressLine", "(ILjava/lang/String;)V", "GetSetAddressLine_ILjava_lang_String_Handler")]
public virtual void SetAddressLine (int index, string? line);
[<Android.Runtime.Register("setAddressLine", "(ILjava/lang/String;)V", "GetSetAddressLine_ILjava_lang_String_Handler")>]
abstract member SetAddressLine : int * string -> unit
override this.SetAddressLine : int * string -> unit

Parameters

index
Int32
line
String
Attributes

Exceptions

Remarks

Sets the line of the address numbered by index (starting at 0) to the given String, which may be null.

Java documentation for android.location.Address.setAddressLine(int, java.lang.String).

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