GeostoreSpeedProto

GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedProto


Table of Contents ▼

Jump to a specific part of the page:

Description

A speed value and unit.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreSpeedProto