eBay::API::XML::DataType::ProximitySearchType - eBay::API::XML::DataType::ProximitySearchType documentation


eBay-API documentation  | view source Contained in the eBay-API distribution.

Index


NAME

Top

eBay::API::XML::DataType::ProximitySearchType

DESCRIPTION

Top

Contains data for filtering a search by proximity.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::ProximitySearchType inherits from the eBay::API::XML::BaseDataType class

Subroutines:

Top

setMaxDistance()

The maximum distance from the specified postal code to search for items.

  Calls: GetSearchResults
         GetCategoryListings
  RequiredInput: No

# Argument: 'xs:int'

getMaxDistance()

# Returns: 'xs:int'

setPostalCode()

The postal code to use as the basis for the proximity search.

  Calls: GetSearchResults
         GetCategoryListings
  RequiredInput: No

# Argument: 'xs:string'

getPostalCode()

# Returns: 'xs:string'


eBay-API documentation  | view source Contained in the eBay-API distribution.