Java android.telephony.cdma CdmaCellLocation fields, constructors, methods, implement or subclass

Example usage for Java android.telephony.cdma CdmaCellLocation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.telephony.cdma CdmaCellLocation.

The text is from its open source code.

Method

doubleconvertQuartSecToDecDegrees(int quartSec)
Converts latitude or longitude from 0.25 seconds (as defined in the 3GPP2 C.S0005-A v6.0 standard) to decimal degrees
intgetBaseStationId()
intgetBaseStationLatitude()
Latitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0.
intgetBaseStationLongitude()
Longitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0.
intgetNetworkId()
intgetSystemId()
voidsetCellLocationData(int baseStationId, int baseStationLatitude, int baseStationLongitude, int systemId, int networkId)
Set the cell location data.