LocationGeoLocationAllOf

public final class LocationGeoLocationAllOf

Parameters

latitude

The geographic coordinates of the hotel property, based on a horizontal angular measurement relative to The Equator. North latitude will be represented by a positive value. South latitude will be represented by a negative value.

longitude

The geographic coordinates of the hotel property, based on a vertical angular measurement relative to the universal Prime Meridian (Royal Observatory, Greenwich). East longitude will be represented by a positive value. West longitude will be represented by a negative value.

obfuscated

Indicates whether the displayed Latitude/Longitude information is obfuscated. Note: Exact Lat/Long values for Vacation Rental properties will not be shown in either XAPv3 Search or Details responses to respect the security of the homeowner. Instead an 'obfuscated' Lat/Long value will be returned that will indicate the general area within which the property is located, but not the exact location of the property itself.

Constructors

Link copied to clipboard
public LocationGeoLocationAllOf LocationGeoLocationAllOf(String latitude, String longitude, Boolean obfuscated)

Types

Link copied to clipboard
public final class Builder

Properties

Link copied to clipboard
@Valid()
private final String latitude
Link copied to clipboard
@Valid()
private final String longitude
Link copied to clipboard
@Valid()
private final Boolean obfuscated

Functions

Link copied to clipboard
Link copied to clipboard
public final String getLatitude()
Link copied to clipboard
public final String getLongitude()
Link copied to clipboard
public final Boolean getObfuscated()
Link copied to clipboard