public static class Locator.Parameters
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static Locator.Parameters |
create()
Creates new Parameters object
|
void |
setAddress(Address address) |
void |
setOutFields(java.lang.String[] outFields) |
void |
setSearchExtent(Extent searchExtent) |
public static Locator.Parameters create()
public final void setAddress(Address address)
public final void setOutFields(java.lang.String[] outFields)
outFields
- - The list of fields included in the returned result set. This list is a comma delimited
list of field names. 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 final void setSearchExtent(Extent searchExtent)
searchExtent
- - Defines the extent within which the geocode server will search. Requires ArcGIS
Server version 10.1 or greater.