|
OpenCPN Partial API docs
|
latitude/longitude key for 1 degree cells More...
#include <shapefile_basemap.h>
Public Member Functions | |
| LatLonKey (int lat, int lon) | |
| bool | operator< (const LatLonKey &k) const |
| bool | operator== (const LatLonKey &other) const |
Public Attributes | |
| int | lat |
| int | lon |
latitude/longitude key for 1 degree cells
Definition at line 51 of file shapefile_basemap.h.