GoogleApi.ContentWarehouse.V1.Model.GeostoreAppliedSpeedLimitProto
Table of Contents ▼
Jump to a specific part of the page:
Description
A container for speed limits that allows tagging with a correctness trust level.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
speedLimit
(type:GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedLimitProto
, default:nil
)
- The actual speed limit value. -
trustLevel
(type:String.t
, default:nil
)
- The level of trust we have in this speed limit value.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreAppliedSpeedLimitProto{
speedLimit: GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedLimitProto.t() | nil,
trustLevel: String.t() | nil
}
speedLimit: GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedLimitProto.t() | nil,
trustLevel: String.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreAppliedSpeedLimitProto