Autocomplete class

Inheritance
Available extensions
Annotations
  • @JS('google.maps.places.Autocomplete')

Constructors

Autocomplete(InputElement? inputField, [AutocompleteOptions? opts])

Properties

bounds LatLngBounds?

Available on Autocomplete, provided by the Autocomplete$Ext extension

getter/setter pair
componentRestrictions ComponentRestrictions?

Available on Autocomplete, provided by the Autocomplete$Ext extension

no getter
fields List<String?>?

Available on Autocomplete, provided by the Autocomplete$Ext extension

getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onPlaceChanged Stream<void>

Available on Autocomplete, provided by the Autocomplete$Ext extension

no setter
options AutocompleteOptions?

Available on Autocomplete, provided by the Autocomplete$Ext extension

no getter
place PlaceResult?

Available on Autocomplete, provided by the Autocomplete$Ext extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
types List<String?>?

Available on Autocomplete, provided by the Autocomplete$Ext extension

no getter
values Object?

Available on MVCObject, provided by the MVCObject$Ext extension

no getter

Methods

addListener(String? eventName, Function? handler) MapsEventListener?

Available on MVCObject, provided by the MVCObject$Ext extension

bindTo(String? key, MVCObject? target, [String? targetKey, bool? noNotify]) → void
inherited
get(String? key) Object?
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify(String? key) → void
inherited
set(String? key, Object? value) → void
inherited
toString() String
A string representation of this object.
inherited
unbind(String? key) → void
inherited
unbindAll() → void
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited