Share via


CdmaCellLocation Constructors

Definition

Overloads

CdmaCellLocation()

Empty constructor.

CdmaCellLocation(Bundle)

Initialize the object from a bundle.

CdmaCellLocation(IntPtr, JniHandleOwnership)

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

CdmaCellLocation()

Empty constructor.

[Android.Runtime.Register(".ctor", "()V", "")]
public CdmaCellLocation ();
Attributes

Remarks

Empty constructor. Initializes the BID, SID, NID and base station latitude and longitude to invalid values.

Java documentation for android.telephony.cdma.CdmaCellLocation.CdmaCellLocation().

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

CdmaCellLocation(Bundle)

Initialize the object from a bundle.

[Android.Runtime.Register(".ctor", "(Landroid/os/Bundle;)V", "")]
public CdmaCellLocation (Android.OS.Bundle? bundle);
[<Android.Runtime.Register(".ctor", "(Landroid/os/Bundle;)V", "")>]
new Android.Telephony.Cdma.CdmaCellLocation : Android.OS.Bundle -> Android.Telephony.Cdma.CdmaCellLocation

Parameters

bundle
Bundle
Attributes

Remarks

Initialize the object from a bundle.

Java documentation for android.telephony.cdma.CdmaCellLocation.CdmaCellLocation(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.

Applies to

CdmaCellLocation(IntPtr, JniHandleOwnership)

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

protected CdmaCellLocation (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Telephony.Cdma.CdmaCellLocation : nativeint * Android.Runtime.JniHandleOwnership -> Android.Telephony.Cdma.CdmaCellLocation

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