Android.Locations.Address.Phone Property
Returns the phone number of the address if known, or null if it is unknown.

Syntax

[get: Android.Runtime.Register("getPhone", "()Ljava/lang/String;", "GetGetPhoneHandler")]
[set: Android.Runtime.Register("setPhone", "(Ljava/lang/String;)V", "GetSetPhone_Ljava_lang_String_Handler")]
public virtual string Phone { get; set; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif this Address has not been assigned a latitude.

Remarks

Get method documentation [Android Documentation]

Returns the phone number of the address if known, or null if it is unknown.

Set method documentation [Android Documentation]

Sets the phone number associated with this address.

Requirements

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