CdmaCellLocation.BaseStationLongitude 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.
Longitude is a decimal number as specified in 3GPP2 C.
public virtual int BaseStationLongitude { [Android.Runtime.Register("getBaseStationLongitude", "()I", "GetGetBaseStationLongitudeHandler")] get; }
[<get: Android.Runtime.Register("getBaseStationLongitude", "()I", "GetGetBaseStationLongitudeHandler")>]
member this.BaseStationLongitude : int
Property Value
cdma base station longitude in units of 0.25 seconds, Integer.MAX_VALUE if unknown
- Attributes
Remarks
Longitude 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 -2592000 to 2592000, both values inclusive (corresponding to a range of -180 to +180 degrees). Integer.MAX_VALUE is considered invalid value.
Java documentation for android.telephony.cdma.CdmaCellLocation.getBaseStationLongitude()
.
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.