dips.LatLongVal module#
Generated wrapper for LatLong protobuf message.
- class dips.LatLongVal.LatLongVal(proto_message: Any | None = None)#
Bases:
objectSimple wrapper for LatLong with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- property elevation: float#
Get the Elevation field value.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property latitude: float#
Get the Latitude field value.
- property longitude: float#
Get the Longitude field value.
- to_proto()#
Get the underlying protobuf message.