Data Fields | |
int | id |
Tower cell ID. | |
int | n |
Number of coordinates available for this tower cell. | |
struct _coord * | coords |
Coordinates available for the cell tower. | |
struct _cell * | next |
Next element in the list. |
int _cell::id |
Tower cell ID.
int _cell::n |
Number of coordinates available for this tower cell.
Number of coordinates in the list pointed by coords.
struct _coord* _cell::coords [read] |
Coordinates available for the cell tower.
For some mysterious reason a cell tower having the the same IDs may have multiple sometimes totally different coordinates. Maybe due to insufficient accuracy of data sent by folks to www.opencellid.org, maybe due to recycling of the same IDs by the mobile companies.
struct _cell* _cell::next [read] |
Next element in the list.