Share via


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.

Syntax

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

Remarks

The maximum length of the Query property string is 256.

See Also

GeocodeRequest.Address Property