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

Syntax

[Android.Runtime.Register("setAddressLine", "(ILjava/lang/String;)V", "GetSetAddressLine_ILjava_lang_String_Handler")]
public virtual void SetAddressLine (int index, string line)

Parameters

index
Documentation for this section has not yet been entered.
line
Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif index

Remarks

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

[Android Documentation]

Requirements

Namespace: Android.Locations
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1