LocationOption
Container for possible matches to your ambiguous locationKeyword
query.
Parameters
type
Type of the location.
regionId
RegionId the location resides in.
shortName
The name of the location which matches the location keyword.
airportCode
Indicates the nearest major airport to the location.
address
The address of the location.
country
geoLocation
Constructors
Link copied to clipboard
public LocationOption LocationOption( String type, String regionId, String shortName, String airportCode, String address, Country country, GeoLocation geoLocation)