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:
Generated on Thu Jun 24 21:31:43 2010 for PrivL by  doxygen 1.6.3