|
NebulaGraph CPP Client
release-3.4
|
Public Member Functions | |
| Coordinate (double lng, double lat) | |
| void | clear () |
| void | __clear () |
| bool | operator== (const Coordinate &rhs) const |
| bool | operator!= (const Coordinate &rhs) const |
| bool | operator< (const Coordinate &rhs) const |
Public Attributes | |
| double | x |
| double | y |
Definition at line 42 of file Geography.h.