|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.gwt.core.client.JavaScriptObject
com.google.gwt.maps.client.placeslib.AutocompleteOptions
public class AutocompleteOptions
The options that can be set on an Autocomplete.
See AutocompleteOptions API Doc
| Constructor Summary | |
|---|---|
protected |
AutocompleteOptions()
use newInstance(); |
| Method Summary | |
|---|---|
LatLngBounds |
getBounds()
The area in which to search for Places. |
AutocompleteType[] |
getTypes()
gets The types of predictions to be returned. |
static AutocompleteOptions |
newInstance()
Create new AutocompleteOptions instance. |
void |
setBounds(LatLngBounds bounds)
The area in which to search for Places. |
void |
setTypes(AutocompleteType... types)
Sets the types of predictions to be returned. |
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
|---|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected AutocompleteOptions()
| Method Detail |
|---|
public static final AutocompleteOptions newInstance()
AutocompleteOptions instance.
public final void setBounds(LatLngBounds bounds)
bounds - public final LatLngBounds getBounds()
public final void setTypes(AutocompleteType... types)
types - public final AutocompleteType[] getTypes()
|
Follow us on GitHub |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||