Example usage for Java android.telephony.cdma CdmaCellLocation fields, constructors, methods, implement or subclass
The text is from its open source code.
double | convertQuartSecToDecDegrees(int quartSec) Converts latitude or longitude from 0.25 seconds (as defined in the 3GPP2 C.S0005-A v6.0 standard) to decimal degrees |
int | getBaseStationId() |
int | getBaseStationLatitude() Latitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0. |
int | getBaseStationLongitude() Longitude is a decimal number as specified in 3GPP2 C.S0005-A v6.0. |
int | getNetworkId() |
int | getSystemId() |
void | setCellLocationData(int baseStationId, int baseStationLatitude, int baseStationLongitude, int systemId, int networkId) Set the cell location data. |