ArcGIS Runtime SDK for WPF - Library Reference
AddressToLocationsParameters Class Members
See Also  Properties 
ESRI.ArcGIS.Client.Tasks Namespace : AddressToLocationsParameters Class


The following tables list the members exposed by AddressToLocationsParameters.

Public Constructors

 NameDescription
public ConstructorAddressToLocationsParameters ConstructorInitializes a new instance of the AddressToLocationsParameters class.  
Top

Public Properties

 NameDescription
public PropertyAddressA Dictionary that contains key/value pairs representing the various address fields accepted by the corresponding geocode service. These fields are listed in the addressFields property of the associated geocode service resource.  
public PropertyDistanceGets or sets the radial distance from the location in meters. If the distance is set, then the location must also be set.  
public PropertyLocationGets or sets the origin point location that is used with the distance parameter to sort search results based upon their proximity to the location. If the location is set, then the distance must also be set.  
public PropertyOutFieldsThe list of fields to include in a returned result set. If you specify the shape field in the list of return fields, it is ignored. For non-intersection addresses you can specify the candidate fields as defined in the geocode service. For intersection addresses you can specify the intersection candidate fields.  
public PropertyOutSpatialReferenceGets or sets the output spatial reference for the returning coordinates.  
public PropertySearchExtentGets or sets the search extent. Optional parameter supported in ArcGIS Server v10.1+ If SearchExtent is specified then the results will be within the SearchExtent parameter. If no spatial reference is set on the SearchExtent the the spatial reference will be defaulted to the spatial reference of the locator service.  
Top

See Also

© ESRI, Inc. All Rights Reserved.