GeoTypeAheadUSCAN takes an address fragment as input, for example, '123 Mai', '123 Main St, Apple', and returns candidate addresses that match the input.
Parameter |
Description |
---|---|
Option.Layout |
Default: 'H' |
Option.MaximumCandidates |
Specifies the maximum number of candidates to return. It may be between 1 and 20. If customer exceeds 20, the MaximumCandidates value will be set to 20 only. Default: '10' |
Option.OutputCasing |
Specifies the casing of the output data. The possible values are:
Note: The default is M (Mixed).
|
Option.SearchOnAddressNumber |
Specifies if Address Number matching the input number are returned or not. Currently when you input just a number in the MainAddressLine, responses with street names that match the input number are returned. For example: An input of 350 could return the following response:
Once you set searchOnAddressNumber=Y, the same input would return these response:
Possible Values: 'Y' or 'N'. Default: 'Y' |