CdmaCellLocation.ConvertQuartSecToDecDegrees(Int32) Method
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.
Converts latitude or longitude from 0.
[Android.Runtime.Register("convertQuartSecToDecDegrees", "(I)D", "")]
public static double ConvertQuartSecToDecDegrees (int quartSec);
[<Android.Runtime.Register("convertQuartSecToDecDegrees", "(I)D", "")>]
static member ConvertQuartSecToDecDegrees : int -> double
Parameters
- quartSec
- Int32
latitude or longitude in 0.25 seconds units
Returns
latitude or longitude in decimal degrees units
- Attributes
Exceptions
if value is less than -2592000, greater than 2592000, or is not a number.
Remarks
Converts latitude or longitude from 0.25 seconds (as defined in the 3GPP2 C.S0005-A v6.0 standard) to decimal degrees
Java documentation for android.telephony.cdma.CdmaCellLocation.convertQuartSecToDecDegrees(int)
.
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.