| Package | Description |
|---|---|
| com.google.gwt.maps.client.placeslib |
| Modifier and Type | Method and Description |
|---|---|
static AutocompleteType |
AutocompleteType.fromValue(String type) |
AutocompleteType[] |
PlaceSearchRequest.getTypes()
Restricts the Place search results to Places with a type matching at least one of the specified types in this
array.
|
AutocompleteType[] |
AutocompletionRequest.getTypes()
Restricts the Autocompletion search results to Places with a type matching at least one of the specified types in this
array.
|
AutocompleteType[] |
AutocompleteOptions.getTypes()
gets The types of predictions to be returned.
|
static AutocompleteType |
AutocompleteType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AutocompleteType[] |
AutocompleteType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlaceSearchRequest.setTypes(AutocompleteType... types)
Restricts the Place search results to Places with a type matching at least one of the specified types in this
array.
|
void |
AutocompletionRequest.setTypes(AutocompleteType... types)
Restricts the Autocompletion search results to Places with a type matching at least one of the specified types
in this array.
|
void |
AutocompleteOptions.setTypes(AutocompleteType... types)
Sets the types of predictions to be returned.
|
void |
Autocomplete.setTypes(AutocompleteType... types)
Sets the types of predictions to be returned.
|
static void |
AutocompleteType.validateTypesAreCompatibles(AutocompleteType... types) |
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.