View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedProto (google_api_content_warehouse v0.4.0)

A speed value and unit.

Attributes

  • speed (type: number(), default: nil) - All speed values are stored in kilometers per hour.
  • unit (type: String.t, default: nil) - Mapfacts only allows unit to be KILOMETERS_PER_HOUR.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedProto{
  speed: number() | nil,
  unit: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.