OpenCellId Class Reference
This clas allows to obtain cell tower information from opencellid.
More...
#include <OpenCellId.h>
List of all members.
Signals |
void | finished (QHash< QString, QList< QString > > cells) |
Public Member Functions |
| OpenCellId (QObject *parent=0) |
| Construct an opencellid object.
|
| OpenCellId (QString apiKey, QObject *parent=0) |
| Deprecated. Construct an opencellid object.
|
void | getCellId (double lat1, double lat2, double lng1, double lng2) |
| set cell tower information the bounding box
|
void | setApiKey (QString apikey) |
| Set the API key.
|
Detailed Description
This clas allows to obtain cell tower information from opencellid.
Constructor & Destructor Documentation
OpenCellId::OpenCellId |
( |
QString |
apiKey, |
|
|
QObject * |
parent = 0 | |
|
) |
| | |
Deprecated. Construct an opencellid object.
- Parameters:
-
| apiKey | is a key required to query data |
Member Function Documentation
void OpenCellId::getCellId |
( |
double |
lat1, |
|
|
double |
lat2, |
|
|
double |
lng1, |
|
|
double |
lng2 | |
|
) |
| | |
set cell tower information the bounding box
- Parameters:
-
| lat1 | defines the ____ latitude of the bounding box |
| lat2 | defines the ____ latitude of the bounding box |
| lng1 | defines the ____ longitude of the bounding box |
| lng1 | defines the ____ longitude of the bounding box |
void OpenCellId::setApiKey |
( |
QString |
apikey |
) |
|
Set the API key.
- Parameters:
-
| apiKey | is the key required to query data |
The documentation for this class was generated from the following files:
- C:/Workspace/SourceForge/Privl_S60/inc/location/OpenCellId.h
- C:/Workspace/SourceForge/Privl_S60/build/moc/moc_OpenCellId.cpp
- C:/Workspace/SourceForge/Privl_S60/src/location/OpenCellId.cpp