Class TaskTrackingViewConfig
The configuration message that defines when a data element of a Task should be visible to the end users.
Implements
Namespace: Google.Maps.FleetEngine.Delivery.V1
Assembly: Google.Maps.FleetEngine.Delivery.V1.dll
Syntax
public sealed class TaskTrackingViewConfig : IMessage<TaskTrackingViewConfig>, IEquatable<TaskTrackingViewConfig>, IDeepCloneable<TaskTrackingViewConfig>, IBufferMessage, IMessage
Constructors
TaskTrackingViewConfig()
Declaration
public TaskTrackingViewConfig()
TaskTrackingViewConfig(TaskTrackingViewConfig)
Declaration
public TaskTrackingViewConfig(TaskTrackingViewConfig other)
Parameters
Type | Name | Description |
---|---|---|
TaskTrackingViewConfig | other |
Properties
EstimatedArrivalTimeVisibility
The field that specifies when estimated arrival time can be visible. If this field is not specified, the project level default visibility configuration for this data will be used.
Declaration
public TaskTrackingViewConfig.Types.VisibilityOption EstimatedArrivalTimeVisibility { get; set; }
Property Value
Type | Description |
---|---|
TaskTrackingViewConfig.Types.VisibilityOption |
EstimatedTaskCompletionTimeVisibility
The field that specifies when estimated task completion time can be visible. If this field is not specified, the project level default visibility configuration for this data will be used.
Declaration
public TaskTrackingViewConfig.Types.VisibilityOption EstimatedTaskCompletionTimeVisibility { get; set; }
Property Value
Type | Description |
---|---|
TaskTrackingViewConfig.Types.VisibilityOption |
RemainingDrivingDistanceVisibility
The field that specifies when remaining driving distance can be visible. If this field is not specified, the project level default visibility configuration for this data will be used.
Declaration
public TaskTrackingViewConfig.Types.VisibilityOption RemainingDrivingDistanceVisibility { get; set; }
Property Value
Type | Description |
---|---|
TaskTrackingViewConfig.Types.VisibilityOption |
RemainingStopCountVisibility
The field that specifies when remaining stop count can be visible. If this field is not specified, the project level default visibility configuration for this data will be used.
Declaration
public TaskTrackingViewConfig.Types.VisibilityOption RemainingStopCountVisibility { get; set; }
Property Value
Type | Description |
---|---|
TaskTrackingViewConfig.Types.VisibilityOption |
RoutePolylinePointsVisibility
The field that specifies when route polyline points can be visible. If this field is not specified, the project level default visibility configuration for this data will be used.
Declaration
public TaskTrackingViewConfig.Types.VisibilityOption RoutePolylinePointsVisibility { get; set; }
Property Value
Type | Description |
---|---|
TaskTrackingViewConfig.Types.VisibilityOption |
VehicleLocationVisibility
The field that specifies when vehicle location can be visible. If this field is not specified, the project level default visibility configuration for this data will be used.
Declaration
public TaskTrackingViewConfig.Types.VisibilityOption VehicleLocationVisibility { get; set; }
Property Value
Type | Description |
---|---|
TaskTrackingViewConfig.Types.VisibilityOption |