CarHardwareLocation

@CarProtocol
@RequiresCarApi(value = 3)
class CarHardwareLocation


Information about car specific car location available from the car hardware.

Summary

Public constructors

Creates an CarHardwareLocation with the given raw data.

Public functions

Boolean
equals(other: Any?)
CarValue<Location!>

Returns the raw location data from the car sensor.

Int
String

Public constructors

CarHardwareLocation

Added in 1.1.0
CarHardwareLocation(location: CarValue<Location!>)

Creates an CarHardwareLocation with the given raw data.

Throws
java.lang.NullPointerException

if location is null

Public functions

equals

Added in 1.4.0-rc02
fun equals(other: Any?): Boolean

getLocation

Added in 1.1.0
fun getLocation(): CarValue<Location!>

Returns the raw location data from the car sensor.

hashCode

Added in 1.4.0-rc02
fun hashCode(): Int

toString

Added in 1.4.0-rc02
fun toString(): String