Array.<String>
Coordinate
String
Image
String
String
OASISAddress
LocationDetails
LocationDetails
LocationDetails
LocationDetails
LocationDetails
LocationDetails
LocationDetails
Array.<String>
Get the AddressLines
Kind: Instance method of LocationDetails
Returns: Array.<String>
- the KEY_ADDRESS_LINES value
Coordinate
Get the Coordinate
Kind: Instance method of LocationDetails
Returns: Coordinate
- the KEY_COORDINATE value
String
Get the LocationDescription
Kind: Instance method of LocationDetails
Returns: String
- the KEY_LOCATION_DESCRIPTION value
Image
Get the LocationImage
Kind: Instance method of LocationDetails
Returns: Image
- the KEY_LOCATION_IMAGE value
String
Get the LocationName
Kind: Instance method of LocationDetails
Returns: String
- the KEY_LOCATION_NAME value
String
Get the PhoneNumber
Kind: Instance method of LocationDetails
Returns: String
- the KEY_PHONE_NUMBER value
OASISAddress
Get the SearchAddress
Kind: Instance method of LocationDetails
Returns: OASISAddress
- the KEY_SEARCH_ADDRESS value
LocationDetails
Set the AddressLines
Kind: Instance method of LocationDetails
Returns: LocationDetails
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
lines | Array.<String> |
Location address for display purposes only - The desired AddressLines. {'array_min_size': 0, 'array_max_size': 4, 'string_min_length': 1, 'string_max_length': 500} |
LocationDetails
Set the Coordinate
Kind: Instance method of LocationDetails
Returns: LocationDetails
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
coordinate | Coordinate |
Latitude/Longitude of the location. - The desired Coordinate. |
LocationDetails
Set the LocationDescription
Kind: Instance method of LocationDetails
Returns: LocationDetails
- 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} |
LocationDetails
Set the LocationImage
Kind: Instance method of LocationDetails
Returns: LocationDetails
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
image | Image |
Image / icon of intended location. - The desired LocationImage. |
LocationDetails
Set the LocationName
Kind: Instance method of LocationDetails
Returns: LocationDetails
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
name | String |
Name of location. - The desired LocationName. {'string_min_length': 1, 'string_max_length': 500} |
LocationDetails
Set the PhoneNumber
Kind: Instance method of LocationDetails
Returns: LocationDetails
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
number | String |
Phone number of location / establishment. - The desired PhoneNumber. {'string_min_length': 1, 'string_max_length': 500} |
LocationDetails
Set the SearchAddress
Kind: Instance method of LocationDetails
Returns: LocationDetails
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
address | OASISAddress |
Address to be used by navigation engines for search - The desired SearchAddress. |