public class AutocompleteService extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
AutocompleteService()
Use newInstance();
|
| Modifier and Type | Method and Description |
|---|---|
void |
getPlacePredictions(AutocompletionRequest request,
PlacePredictionsHandler handler) |
static AutocompleteService |
newInstance()
Creates a new instance of the AutocompleteService
|
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic static final AutocompleteService newInstance()
public final void getPlacePredictions(AutocompletionRequest request, PlacePredictionsHandler handler)
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.