GeoPoint(latitude, longitude)Simple container for a geo point value.
Parameters |
|
|---|---|
| Name | Description |
latitude |
float
Latitude of a point. |
longitude |
float
Longitude of a point. |
Methods
__eq__
__eq__(other)Compare two geo points for equality.
| Returns | |
|---|---|
| Type | Description |
bool |
True if the points compare equal, else False. |
__ne__
__ne__(other)Compare two geo points for inequality.
| Returns | |
|---|---|
| Type | Description |
bool |
False if the points compare equal, else True. |
to_protobuf
to_protobuf()Convert the current object to protobuf.
| Returns | |
|---|---|
| Type | Description |
|
The current point as a protobuf. |