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


The following tables list the members exposed by LocatorFindParameters.

Public Constructors

 NameDescription
public ConstructorLocatorFindParameters ConstructorInitializes LocatorFindParameters.  
Top

Public Properties

 NameDescription
public PropertyDistanceGets or sets the distance in meters around the Location to define a region that influences the candidates returned from a geocoding request. If this parameter is specified, Location parameter must also be specified. The value is interpreted to be in meters.  
public PropertyLocationGets or sets the origin point location that is used with the distance parameter to sort geocoding candidates based upon their proximity to the location.  
public PropertyMaxLocationsGets or sets the maximum number of locations to be returned by a search, up to the maximum number allowed by the service. If not specified, then one location will be returned. The world geocoding service allows up to 20 candidates to be returned for a single request.  
public PropertyOutFieldsGets or sets the list of fields to be returned in the response. Descriptions for each of these fields are available in the Output fields section of this documentation.  
public PropertyOutSpatialReferenceGets or sets the spatial reference of the returned locations. If not specified, the coordinates of the returned locations will be in the same spatial reference as the service.  
public PropertySearchExtentGets or sets the extent for which searching for locations will be limited to. If the spatial reference is not specified on the extent the spatial reference of the coordinates is assumed to be the same as that of the geocoding service.  
public PropertySourceCountryGets or sets a value representing the country. Providing this value increases geocoding speed. Acceptable values include the full country name, the ISO 3166-1 2-digit country code, or the ISO 3166-1 3-digit country code. A list of supported countries and codes is available here.  
public PropertyTextGets or sets a value specifies the location to be geocoded. This can be a street address, place name, postal code, or POI. It is a required parameter.  
Top

See Also

© ESRI, Inc. All Rights Reserved.