java.lang.Object
com.smartdevicelink.proxy.RPCStruct
Parameter List
Name | Type | Description | SmartDeviceLink Ver. Available |
---|---|---|---|
navigationText | String | Text to describe the turn (e.g. street name)
|
SmartDeviceLink 2.0 |
turnIcon | Image | Image to be shown for a turn | SmartDeviceLink 2.0 |
public static final java.lang.String KEY_NAVIGATION_TEXT
public static final java.lang.String KEY_TURN_IMAGE
From Class | Fields |
---|---|
com.smartdevicelink.proxy.RPCStruct | KEY_BULK_DATA, KEY_PROTECTED, store |
public Turn()
public Turn(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
set the text to describe the turn (e.g. street name)
public com.smartdevicelink.proxy.rpc.Turn setNavigationText(String navigationText)
get the text to describe the turn (e.g. street name)
public java.lang.String getNavigationText()
set Image to be shown for a turn
public com.smartdevicelink.proxy.rpc.Turn setTurnIcon(Image turnIcon)
get the image to be shown for a turn
public com.smartdevicelink.proxy.rpc.Image getTurnIcon()
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCStruct | getStoreValue, getStore, deserializeJSON, serializeJSON, serializeJSON, format, getBulkData, setBulkData, setPayloadProtected, isPayloadProtected, getMessageTypeName, hasKey, setValue, getValue, getObject, formatObject, getValueForString, getString, getInteger, getDouble, getFloat, getBoolean, getLong, clone, equals, hashCode |
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |