Address.Extras Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns additional provider-specific information about the address as a Bundle. -or- Sets the extra information associated with this fix to the given Bundle.
public virtual Android.OS.Bundle? Extras { [Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "GetGetExtrasHandler")] get; [Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)V", "GetSetExtras_Landroid_os_Bundle_Handler")] set; }
[<get: Android.Runtime.Register("getExtras", "()Landroid/os/Bundle;", "GetGetExtrasHandler")>]
[<set: Android.Runtime.Register("setExtras", "(Landroid/os/Bundle;)V", "GetSetExtras_Landroid_os_Bundle_Handler")>]
member this.Extras : Android.OS.Bundle with get, set
Property Value
- Attributes
Remarks
Property getter documentation:
Returns additional provider-specific information about the address as a Bundle. The keys and values are determined by the provider. If no additional information is available, null is returned.
<!--
A number of common key/value pairs are listed below. Providers that use any of the keys on this list must provide the corresponding value as described below.
<ul> </ul> -->
Java documentation for android.location.Address.getExtras()
.
Property setter documentation:
Sets the extra information associated with this fix to the given Bundle.
Java documentation for android.location.Address.setExtras(android.os.Bundle)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.