Address Constructors

Definition

Overloads

Address(Locale)

Constructs a new Address object set to the given Locale and with all other fields initialized to null or false.

Address(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Address(Locale)

Constructs a new Address object set to the given Locale and with all other fields initialized to null or false.

[Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "")]
public Address (Java.Util.Locale? locale);
[<Android.Runtime.Register(".ctor", "(Ljava/util/Locale;)V", "")>]
new Android.Locations.Address : Java.Util.Locale -> Android.Locations.Address

Parameters

locale
Locale
Attributes

Remarks

Constructs a new Address object set to the given Locale and with all other fields initialized to null or false.

Java documentation for android.location.Address.Address(java.util.Locale).

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.

Applies to

Address(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected Address (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Locations.Address : nativeint * Android.Runtime.JniHandleOwnership -> Android.Locations.Address

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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.

Applies to