Lingua

Address.Thoroughfare Proprietà

Definizione

Restituisce il nome completo dell'indirizzo, ad esempio "1600 Ampitheater Parkway", che può essere null -oppure- Imposta il nome dell'indirizzo, che può essere Null.

public virtual string? Thoroughfare { [Android.Runtime.Register("getThoroughfare", "()Ljava/lang/String;", "GetGetThoroughfareHandler")] get; [Android.Runtime.Register("setThoroughfare", "(Ljava/lang/String;)V", "GetSetThoroughfare_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getThoroughfare", "()Ljava/lang/String;", "GetGetThoroughfareHandler")>]
[<set: Android.Runtime.Register("setThoroughfare", "(Ljava/lang/String;)V", "GetSetThoroughfare_Ljava_lang_String_Handler")>]
member this.Thoroughfare : string with get, set

Valore della proprietà

Restituisce il nome dell'indirizzo, ad esempio "1600 Ampitheater Parkway", che può essere null

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce il nome dell'indirizzo, ad esempio "1600 Ampitheater Parkway", che può essere null

per android.location.Address.getThoroughfare().

Documentazione del setter delle proprietà:

Imposta il nome completo dell'indirizzo, che può essere Null.

per android.location.Address.setThoroughfare(java.lang.String).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a