Android.Locations.Address.GetAddressLine Method
Returns a line of the address numbered by the given index (starting at 0), or null if no such line is present.

Syntax

[Android.Runtime.Register("getAddressLine", "(I)Ljava/lang/String;", "GetGetAddressLine_IHandler")]
public virtual string GetAddressLine (int index)

Parameters

index
Documentation for this section has not yet been entered.

Returns

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalArgumentExceptionif index

Remarks

Returns a line of the address numbered by the given index (starting at 0), or null if no such line is present.

[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