PlacePickerPlusPlatform class abstract

Inheritance
  • Object
  • PlatformInterface
  • PlacePickerPlusPlatform
Implementers

Constructors

PlacePickerPlusPlatform()
Constructs a PlacePickerPlusPlatform.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getPlatformVersion() Future<String?>
initialize({String? androidApiKey, String? iosApiKey}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAutocomplete({required PlaceAutocompleteMode mode, LocationPlace? bias, LocationPlace? restriction, TypeFilter? typeFilter, String? countryCode}) Future<Place>
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance PlacePickerPlusPlatform
The default instance of PlacePickerPlusPlatform to use.
getter/setter pair