Uses of Class
com.google.gwt.maps.client.placeslib.AutocompleteType

Packages that use AutocompleteType
com.google.gwt.maps.client.placeslib   
 

Uses of AutocompleteType in com.google.gwt.maps.client.placeslib
 

Methods in com.google.gwt.maps.client.placeslib that return AutocompleteType
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[] 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.
 

Methods in com.google.gwt.maps.client.placeslib with parameters of type AutocompleteType
 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 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.
 



Copyright © 2011-2013 GWT Maps API V3. All Rights Reserved.