Click or drag to resize

Request Constructor

Initializes a new instance of the Request class.

Namespace:  Autoaddress.Autoaddress2_0.Model.ReverseGeocode
Assembly:  Autoaddress2.0SDK (in Autoaddress2.0SDK.dll) Version: 1.0.18
Syntax
public Request(
	double latitude,
	double longitude,
	double maxDistance,
	Language language,
	Country country,
	bool geographicAddress,
	bool vanityMode,
	string addressProfileName,
	string txn = null
)

Parameters

latitude
Type: SystemDouble
Latitude (ETRS89).
longitude
Type: SystemDouble
Longitude (ETRS89).
maxDistance
Type: SystemDouble
maximum distance to search from location in metres. Must be less than or equal to 100.
language
Type: Autoaddress.Autoaddress2_0.ModelLanguage
Language.
country
Type: Autoaddress.Autoaddress2_0.ModelCountry
Country.
geographicAddress
Type: SystemBoolean
Return geographic address.
vanityMode
Type: SystemBoolean
Return vanity address format, if it exists.
addressProfileName
Type: SystemString
If supplied, a reformatted address (according to profile rules) is returned in the ReformattedAddress field.
txn (Optional)
Type: SystemString
Transaction. If null then automatically assigned a value in associated response.
See Also