Hotel Reference Points

common:ReferencePoint

Note: Reference points can also be used to search for Vehicle rental locations. However, this topic discusses Reference Points only as they relate to Hotel transactions.

References points are specific locations within city or metropolitan area. A reference point is a specific location, such an area attraction, business center, hospital, or government office. Reference points are plotted by latitude and longitude.

For example, reference points associated with Calgary, Canada include: Calgary International Airport, the Banff National Park Entrance, the Calgary Zoo, the Convention Centre, Foothills Stadium, the IBM corporate location at Fifth Avenue, Mt. Royal College, the University of Calgary, and Lake Louise.

Implementation by Provider

See Implemented Transactions for provider functionality specific to each transaction.

Provider

Implementation

Galileo (1G) Reference points are supported by Galileo. Galileo and Apollo share provider-specific codes.
Apollo (1V) Reference points are supported by Apollo. Galileo and Apollo share provider-specific codes.
Worldspan (1P)

Support for Reference Points in Worldspan was added in Release 8.0 (Hotel v29.0 and Utilities v29.0).

Searches for postal codes are not available through ReferencePoint but can be requested using /HotelSearchLocation/HotelAddress.

How To

  1. Retrieve reference point location data from the Reference Point data tables. Typically, this data is cached by the Universal API client application.
  2. In the Hotel Search request, send the reference point value for /HotelSearchLocation/ReferencePoint. For example: Big Ben or Eiffel Tower.
  3. For Worldspan , send the country code (ReferencePoint @Country) and city code (/HotelSearchLocation/HotelLocation) values.

Alternative for Galileo and Apollo:Postal codes can be sent as reference points.

  1. Optional. Add distance and direction values to return properties within a defined direction or proximity to the reference point.
  2. If a reference point is not recognized, an error message is returned with a list of similar names. Send the request again with a different Reference Point name and/or city code.

Accessing Reference Point Data Tables

Separate Reference Point Data Tables are available for Galileo/Apollo and Worldspan, respectively. Downloaded data tables can then be cached by Universal API client applications.

Postal Codes

Reference can be used to search for hotel properties by postal code for Galileo (1G) and Apollo (1V) only.

Similar Names Lists

If a reference point is not found in the specified Reference Point data tables, a list of similar names is returned. All similar names associated with the request are returned in one response.

Schema

 

Element/Attribute Description
ReferencePoint

Text value that indicates a reference point. ReferencePoint is required for Hotel Search and Hotel Super Shopper requests with the reference point search location modifier.

The ReferencePoint element may or may not be returned in the response, depending on the provider and transaction. See Implemented Transactions for details.

Reference points data tables for Galileo/Apollo and Worldspan can be retrieved either from the Reference Data download on the Travelport Developers site or using the ReferenceDataRetrieve services. See Accessing Reference Point Data Tables for details.

@Country

The two-character ISO country code.

@State

The two-character ISO state/province code.

Implemented Transactions