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:
Java documentation for android.location.Address.getExtras().
Property setter documentation:
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.