Android.Locations.Address.Premises Property
Returns the premises of the address, or null if it is unknown.

Syntax

[get: Android.Runtime.Register("getPremises", "()Ljava/lang/String;", "GetGetPremisesHandler")]
[set: Android.Runtime.Register("setPremises", "(Ljava/lang/String;)V", "GetSetPremises_Ljava_lang_String_Handler")]
public virtual string Premises { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the premises of the address, or null if it is unknown.

Set method documentation [Android Documentation]

Sets the premises of the address to the given String, which may be null.

Requirements

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