AutoApi.VehicleLocationState.from_bin

You're seeing just the function from_bin, go back to AutoApi.VehicleLocationState module for more information.

Specs

from_bin(binary()) :: t()

Build state based on binary value

iex> bin = <<5, 0, 13, 1, 0, 10, 2, 0, 64, 101, 249, 235, 133, 30, 184, 82>> iex> AutoApi.VehicleLocationState.from_bin(bin) %AutoApi.VehicleLocationState{heading: %AutoApi.Property{data: %{value: 175.81, unit: :degrees}}}