CellIdentityCdma.Longitude Property

Definition

public int Longitude { [Android.Runtime.Register("getLongitude", "()I", "")] get; }
[<get: Android.Runtime.Register("getLongitude", "()I", "")>]
member this.Longitude : int

Property Value

Base station longitude, which is a decimal number as specified in 3GPP2 C.S0005-A v6.0. It is represented in units of 0.25 seconds and ranges from -2592000 to 2592000, both values inclusive (corresponding to a range of -180 to +180 degrees). android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE if unavailable.

Attributes

Remarks

Java documentation for android.telephony.CellIdentityCdma.getLongitude().

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