GeocodeRequest.Query Property

Switch View :
ScriptFree
GeocodeRequest.Query Property

A string containing the query to parse and match to a coordinate on the map. Optional. Either the Address or Query property must be set. Set this property before making a service request.

C#

public string Query { set; get; }
Visual Basic
Public Property Query As String
Remarks

The maximum length of the Query property string is 256.

See Also

Reference

GeocodeRequest.Address Property