Class Measurement3d
A Generic 3d measurement sample.
Implements
Inherited Members
Namespace: Google.Apis.StreetViewPublish.v1.Data
Assembly: Google.Apis.StreetViewPublish.v1.dll
Syntax
public class Measurement3d : IDirectResponseSchema
Properties
CaptureTime
object representation of CaptureTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CaptureTimeDateTimeOffset instead.")]
public virtual object CaptureTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CaptureTimeDateTimeOffset
DateTimeOffset representation of CaptureTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? CaptureTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CaptureTimeRaw
The timestamp of the IMU measurement.
Declaration
[JsonProperty("captureTime")]
public virtual string CaptureTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
X
The sensor measurement in the x axis.
Declaration
[JsonProperty("x")]
public virtual float? X { get; set; }
Property Value
Type | Description |
---|---|
float? |
Y
The sensor measurement in the y axis.
Declaration
[JsonProperty("y")]
public virtual float? Y { get; set; }
Property Value
Type | Description |
---|---|
float? |
Z
The sensor measurement in the z axis.
Declaration
[JsonProperty("z")]
public virtual float? Z { get; set; }
Property Value
Type | Description |
---|---|
float? |