The following tables list the members exposed by LocatorFindParameters.
Name | Description | |
---|---|---|
LocatorFindParameters Constructor | Initializes LocatorFindParameters. |
Name | Description | |
---|---|---|
Distance | Gets 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. | |
Location | Gets or sets the origin point location that is used with the distance parameter to sort geocoding candidates based upon their proximity to the location. | |
MaxLocations | Gets 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. | |
OutFields | Gets 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. | |
OutSpatialReference | Gets 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. | |
SearchExtent | Gets 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. | |
SourceCountry | Gets 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. | |
Text | Gets 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. |