CellIdentityCdma.Latitude Property

Definition

This member is deprecated.

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

Property Value

Base station latitude, 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 -1296000 to 1296000, both values inclusive (corresponding to a range of -90 to +90 degrees). android.telephony.CellInfo#UNAVAILABLE UNAVAILABLE if unavailable.

Attributes

Remarks

This member is deprecated. Legacy CDMA is unsupported.

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

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