Java com.google.gwt.maps.client.placeslib Autocomplete fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.maps.client.placeslib Autocomplete fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.maps.client.placeslib Autocomplete.

The text is from its open source code.

Method

HandlerRegistrationaddPlaceChangeHandler(PlaceChangeMapHandler handler)
This event is fired when a PlaceResult is made available for a Place the user has selected.
PlaceResultgetPlace()
Returns the details of the Place selected by the user, or null if no Place has been selected yet.
AutocompletenewInstance(Element inputField, AutocompleteOptions options)
Creates a new instance of Autocomplete that attaches to the specified input text field with the given options.
voidsetBounds(LatLngBounds bounds)
Sets the preferred area within which to return Place results.