java.lang.Object
com.smartdevicelink.proxy.RPCStruct
com.smartdevicelink.proxy.RPCMessage
com.smartdevicelink.proxy.RPCRequest
public static final java.lang.String KEY_LAT_DEGREES
public static final java.lang.String KEY_LON_DEGREES
public static final java.lang.String KEY_LOCATION_NAME
public static final java.lang.String KEY_LOCATION_DESCRIPTION
public static final java.lang.String KEY_PHONE_NUMBER
public static final java.lang.String KEY_ADDRESS_LINES
public static final java.lang.String KEY_LOCATION_IMAGE
public static final java.lang.String KEY_DELIVERY_MODE
public static final java.lang.String KEY_TIME_STAMP
public static final java.lang.String KEY_ADDRESS
Constructs a new SendLocation object
public SendLocation()
Constructs a new SendLocation object indicated by the Hashtable parameter
public SendLocation(java.util.Hashtable<java.lang.String, java.lang.Object> hash)
Getter for longitude of the location to send.
IMPORTANT NOTE:
A previous version of this method call returned a Float value, however, it has been changed to return a Double.
This will compile, but cause a ClassCastException if your value is not also a Double type.public java.lang.Double getLongitudeDegrees()
Setter for longitude of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setLongitudeDegrees(Double longitudeDegrees)
Getter for latitude of the location to send.
IMPORTANT NOTE:
A previous version of this method call returned a Float value, however, it has been changed to return a Double.
This will compile, but cause a ClassCastException if your value is not also a Double type.public java.lang.Double getLatitudeDegrees()
Setter for latitude of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setLatitudeDegrees(Double latitudeDegrees)
Getter for name of the location to send.
public java.lang.String getLocationName()
Setter for name of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setLocationName(String locationName)
Getter for description of the location to send.
public java.lang.String getLocationDescription()
Setter for description of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setLocationDescription(String locationDescription)
Getter for phone number of the location to send.
public java.lang.String getPhoneNumber()
Setter for phone number of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setPhoneNumber(String phoneNumber)
Getter for address lines of the location to send.
public java.util.List getAddressLines()
Setter for address lines of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setAddressLines(java.util.List<java.lang.String> addressLines)
Getter for image of the location to send.
public com.smartdevicelink.proxy.rpc.Image getLocationImage()
Setter for image of the location to send.
public com.smartdevicelink.proxy.rpc.SendLocation setLocationImage(Image locationImage)
public com.smartdevicelink.proxy.rpc.enums.DeliveryMode getDeliveryMode()
public com.smartdevicelink.proxy.rpc.SendLocation setDeliveryMode(DeliveryMode deliveryMode)
public com.smartdevicelink.proxy.rpc.DateTime getTimeStamp()
public com.smartdevicelink.proxy.rpc.SendLocation setTimeStamp(DateTime timeStamp)
public com.smartdevicelink.proxy.rpc.OasisAddress getAddress()
public com.smartdevicelink.proxy.rpc.SendLocation setAddress(OasisAddress address)
From Class | Methods |
---|---|
com.smartdevicelink.proxy.RPCRequest | getCorrelationID, setCorrelationID, setOnRPCResponseListener, getOnRPCResponseListener |
com.smartdevicelink.proxy.RPCMessage | getFunctionID, getFunctionName, setFunctionName, getMessageType, setParameters, getParameters, getObject, getString, getInteger, getFloat, getDouble, getBoolean, getLong |
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 |