ArcGIS API for Silverlight - Library Reference
AddressToLocationsParameters Class Properties
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace : AddressToLocationsParameters Class


For a list of all members of this type, see AddressToLocationsParameters members.

Public Properties

 NameDescription
public PropertyAddress A 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 PropertyDistance Gets or sets the radial distance from the location in meters. If the distance is set, then the location must also be set.  
public PropertyLocation Gets 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 PropertyOutFields The 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 PropertyOutSpatialReference Gets or sets the output spatial reference for the returning coordinates.  
public PropertySearchExtent Gets 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.