public class AutocompletePrediction extends JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
AutocompletePrediction()
use newInstance();
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
The unformatted version of the query suggested by the Places service.
|
String |
getId()
A stable ID for this place, intended to be interoperable with those returned by the place search service.
|
String |
getReference()
A reference that can be used to retrieve details about this place using the place details service
(see PlacesService.getDetails()).
|
static AutocompletePrediction |
newInstance() |
cast, createArray, createFunction, createObject, equals, hashCode, toSource, toStringpublic static final AutocompletePrediction newInstance()
public final String getDescription()
public final String getId()
public final String getReference()
Copyright © 2011-2014 GWT Maps API V3. All Rights Reserved.