Data Fields | |
| int | lat |
| Latitude multiplied by _DBLMULT. | |
| int | lon |
| Longitude multiplied by _DBLMULT. | |
| struct _coord * | next |
| Next element in the list. | |
For a mysterious reason a cell tower having the same IDs for the country, network, area and itself may sometimes have multiple totally different coordinates. Here a list of coordinates for one cell tower.
| int _coord::lat |
Latitude multiplied by _DBLMULT.
Negative for South, positive for North.
| int _coord::lon |
Longitude multiplied by _DBLMULT.
Negative for East, positive for West.
struct _coord* _coord::next [read] |
Next element in the list.
1.5.6