OASISAddressArray.<String>DeliveryModeNumberStringImageStringNumberStringDateTimeSendLocationSendLocationSendLocationSendLocationSendLocationSendLocationSendLocationSendLocationSendLocationSendLocationOASISAddressGet the Address
Kind: Instance method of SendLocation
Returns: OASISAddress - the KEY_ADDRESS value
Array.<String>Get the AddressLines
Kind: Instance method of SendLocation
Returns: Array.<String> - the KEY_ADDRESS_LINES value
DeliveryModeGet the DeliveryMode
Kind: Instance method of SendLocation
Returns: DeliveryMode - the KEY_DELIVERY_MODE value
NumberGet the LatitudeDegrees
Kind: Instance method of SendLocation
Returns: Number - the KEY_LATITUDE_DEGREES value
StringGet the LocationDescription
Kind: Instance method of SendLocation
Returns: String - the KEY_LOCATION_DESCRIPTION value
ImageGet the LocationImage
Kind: Instance method of SendLocation
Returns: Image - the KEY_LOCATION_IMAGE value
StringGet the LocationName
Kind: Instance method of SendLocation
Returns: String - the KEY_LOCATION_NAME value
NumberGet the LongitudeDegrees
Kind: Instance method of SendLocation
Returns: Number - the KEY_LONGITUDE_DEGREES value
StringGet the PhoneNumber
Kind: Instance method of SendLocation
Returns: String - the KEY_PHONE_NUMBER value
DateTimeGet the TimeStamp
Kind: Instance method of SendLocation
Returns: DateTime - the KEY_TIME_STAMP value
SendLocationSet the Address
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| address | OASISAddress |
Address to be used for setting destination - The desired Address. |
SendLocationSet the AddressLines
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| lines | Array.<String> |
Location address (if applicable) - The desired AddressLines. {'array_min_size': 0, 'array_max_size': 4, 'string_min_length': 1, 'string_max_length': 500} |
SendLocationSet the DeliveryMode
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| mode | DeliveryMode |
Defines the mode of prompt for user - The desired DeliveryMode. |
SendLocationSet the LatitudeDegrees
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| degrees | Number |
The desired LatitudeDegrees. {'num_min_value': -90.0, 'num_max_value': 90.0} |
SendLocationSet the LocationDescription
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| description | String |
Description intended location / establishment (if applicable) - The desired LocationDescription. {'string_min_length': 1, 'string_max_length': 500} |
SendLocationSet the LocationImage
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| image | Image |
Image / icon of intended location (if applicable and supported) - The desired LocationImage. |
SendLocationSet the LocationName
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| name | String |
Name / title of intended location - The desired LocationName. {'string_min_length': 1, 'string_max_length': 500} |
SendLocationSet the LongitudeDegrees
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| degrees | Number |
The desired LongitudeDegrees. {'num_min_value': -180.0, 'num_max_value': 180.0} |
SendLocationSet the PhoneNumber
Kind: Instance method of SendLocation
Returns: SendLocation - The class instance for method chaining.
| Param | Type | Description |
|---|---|---|
| number | String |
Phone number of intended location / establishment (if applicable) - The desired PhoneNumber. {'string_min_length': 1, 'string_max_length': 500} |