CdmaCellLocation.BaseStationLatitude 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.
Latitude is a decimal number as specified in 3GPP2 C.
public virtual int BaseStationLatitude { [Android.Runtime.Register("getBaseStationLatitude", "()I", "GetGetBaseStationLatitudeHandler")] get; }
[<get: Android.Runtime.Register("getBaseStationLatitude", "()I", "GetGetBaseStationLatitudeHandler")>]
member this.BaseStationLatitude : int
Property Value
cdma base station latitude in units of 0.25 seconds, Integer.MAX_VALUE if unknown
- Attributes
Remarks
Latitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0. (http://www.3gpp2.org/public_html/specs/C.S0005-A_v6.0.pdf) 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). Integer.MAX_VALUE is considered invalid value.
Java documentation for android.telephony.cdma.CdmaCellLocation.getBaseStationLatitude()
.
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.