datastore.lat_lng
Module Contents
-
class datastore.lat_lng.LatLng(lat, lon)
- Parameters:
-
-
lat
-
lon
-
__eq__(other)
- Parameters:
other (Any)
- Return type:
bool
-
__repr__()
- Return type:
str
-
classmethod from_repr(data)
- Parameters:
data (Dict[str, Any])
- Return type:
LatLng
-
to_repr()
- Return type:
Dict[str, Any]