Parameters for Options

GlobalTypeAhead CAN takes an address fragment as input, for example, '123 Mai', '123 Main St, Apple', and returns candidate addresses that match the input.

Table 1. GlobalTypeAhead CAN Option

Parameter

Description

Option.MaximumCandidates

Specifies the maximum number of candidates to return.

It may be between 1 and 99.

Option.OutputCasing

Specifies the casing of the output data. The possible valuesare:

M (Mixed)
The output in mixed case (default). For example,

123Main St

Mytown FL 12345

U (Upper)
The output in upper case. For example,

123 MAINST

MYTOWN FL 12345

Note: The default is M (Mixed).