com.google.maps.gwt.client.places
Interface Autocomplete.PlaceChangedHandler
- Enclosing class:
- Autocomplete
public static interface Autocomplete.PlaceChangedHandler
This event is fired when a
PlaceResult
is made available for a Place the user has selected.
If the user
enters the name of a Place that was not suggested by the control and
presses the Enter key, a
place_changed
event will be fired that contains the user input in the
name
property, with no other properties defined.
Method Summary |
void |
handle()
Override to handle event. |
handle
void handle()
- Override to handle event.