GeocodeRequest.Address Property

 

An Address Class object specifying the address to 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 Address Address { set; get; }
Public Property Address As Address

Remarks

For an Address object to be valid, at least one Address Class property must be set.

See Also

GeocodeRequest.Query Property