public static class VEGeocoder.Options
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Method and Description |
---|---|
static VEGeocoder.Options |
create() |
void |
setBingMapsKey(java.lang.String bingMapKey)
Set the bingMapKey parameter.
|
void |
setCulture(java.lang.String culture)
Set the culture parameter
|
public static VEGeocoder.Options create()
public final void setBingMapsKey(java.lang.String bingMapKey)
bingMapKey
- - Key used to access Bing Maps maps. View the Getting start with Bing Maps help topic for more details.
http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/ve_getting_started.htmpublic final void setCulture(java.lang.String culture)
culture
- - Specifies the culture in which to return results. The default value is "en-US". For a list of supported cultures,
see http://msdn.microsoft.com/en-us/library/cc981048.aspx.