|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJavaScriptObject
com.google.maps.gwt.client.places.AutocompleteOptions
public class AutocompleteOptions
The options that can be set on an
Autocomplete
object.
THIS SOURCE CODE IS GENERATED, DO NOT MODIFY
Constructor Summary | |
---|---|
protected |
AutocompleteOptions()
Protected constructor avoids default public constructor. |
Method Summary | |
---|---|
static AutocompleteOptions |
create()
|
void |
setBounds(LatLngBounds bounds)
The area in which to search for places. |
void |
setTypes(JsArrayString types)
The types of predictions to be returned. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AutocompleteOptions()
Method Detail |
---|
public static final AutocompleteOptions create()
public final void setBounds(LatLngBounds bounds)
public final void setTypes(JsArrayString types)
establishment
' for businesses and '
geocode
' for addresses. If neither is specified, both types are returned.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |