View Source GoogleApi.StreetViewPublish.V1.Model.Measurement3d (google_api_street_view_publish v0.20.0)
A Generic 3d measurement sample.
Attributes
-
captureTime(type:DateTime.t, default:nil) - The timestamp of the IMU measurement. -
x(type:number(), default:nil) - The sensor measurement in the x axis. -
y(type:number(), default:nil) - The sensor measurement in the y axis. -
z(type:number(), default:nil) - The sensor measurement in the z axis.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.StreetViewPublish.V1.Model.Measurement3d{ captureTime: DateTime.t() | nil, x: number() | nil, y: number() | nil, z: number() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.