SearchCriteria Property
The criteria to be used to find FedEx Locations.
Syntax
public int getSearchCriteria(); public void setSearchCriteria(int searchCriteria);
Enumerated values: public final static int sctAddress = 0; public final static int sctGeographicCoordinates = 1; public final static int sctPhoneNumber = 2;
Remarks
This specifies what criteria is to be used to search for FedEx locations when FindLocations is called.
If sctAddress is specified, the Address, must be set. Likewise, if sctGeographicCoordinates is specified, GeographicCoordinates must be set and if sctPhoneNumber is specified PhoneNumber must be set.
Default Value
0