eBay::API::XML::DataType::LocalSearchType - eBay::API::XML::DataType::LocalSearchType documentation


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

Index


NAME

Top

eBay::API::XML::DataType::LocalSearchType

DESCRIPTION

Top

Contains data for filtering a search by proximity.

SYNOPSIS

Top

INHERITANCE

Top

eBay::API::XML::DataType::LocalSearchType 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.