Array.<String>CoordinateStringImageStringStringOASISAddressLocationDetailsLocationDetailsLocationDetailsLocationDetailsLocationDetailsLocationDetailsLocationDetailsArray.<String>Get the AddressLines
Kind: Instance method of LocationDetails
Returns: Array.<String> - the KEY_ADDRESS_LINES value
CoordinateGet the Coordinate
Kind: Instance method of LocationDetails
Returns: Coordinate - the KEY_COORDINATE value
StringGet the LocationDescription
Kind: Instance method of LocationDetails
Returns: String - the KEY_LOCATION_DESCRIPTION value
ImageGet the LocationImage
Kind: Instance method of LocationDetails
Returns: Image - the KEY_LOCATION_IMAGE value
StringGet the LocationName
Kind: Instance method of LocationDetails
Returns: String - the KEY_LOCATION_NAME value
StringGet the PhoneNumber
Kind: Instance method of LocationDetails
Returns: String - the KEY_PHONE_NUMBER value
OASISAddressGet the SearchAddress
Kind: Instance method of LocationDetails
Returns: OASISAddress - the KEY_SEARCH_ADDRESS value
LocationDetailsSet 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} |
LocationDetailsSet 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. |
LocationDetailsSet 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} |
LocationDetailsSet 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. |
LocationDetailsSet 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} |
LocationDetailsSet 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} |
LocationDetailsSet 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. |