CellIdentityCdma.Latitude 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.
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
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.