PlaceOptions class

Constructors

PlaceOptions({bool? enableTextSearch, String? filter, String? hint, int? historyCount, int? limit, String? pod, bool? saveHistory, String? backgroundColor, String? statusbarColor, String? toolbarColor, String? toolbarTintColor, bool? tokenizeAddress, bool? userAddedLocationEnable, double? zoom, LatLng? location, int? attributionVerticalAlignment = PlaceOptions.GRAVITY_TOP, int? attributionHorizontalAlignment = PlaceOptions.GRAVITY_LEFT, int? logoSize = PlaceOptions.SIZE_MEDIUM, String? primaryTextColor, String? tintColor, String? tableCellSeparatorColor, String? primaryTextHighlightColor, bool? bridge, bool? hyperLocal, int? minCharactersForSearch})

Properties

attributionHorizontalAlignment int?
final
attributionVerticalAlignment int?
final
backgroundColor String?
To set Background color
final
bridge bool?
To enable bridge parameter in Autosuggest request
final
enableTextSearch bool?
To enable disable Text Search
final
filter String?
To set filter in Search
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
To set hint on search bar
final
historyCount int?
To set Offline data count
final
hyperLocal bool?
final
limit int?
final
location LatLng?
final
logoSize int?
final
minCharactersForSearch int?
final
pod String?
To set pod values in Search Request
final
primaryTextColor String?
final
primaryTextHighlightColor String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveHistory bool?
To enable disable the offline storage
final
statusbarColor String?
To set status bar color for Android Only
final
tableCellSeparatorColor String?
final
tintColor String?
final
tokenizeAddress bool?
To enable disable the tokenize address in search result
final
toolbarColor String?
To set Toolbar Color
final
toolbarTintColor String?
To set Toolbar Text and icons color
final
userAddedLocationEnable bool?
final
zoom double?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

GRAVITY_BOTTOM → const int
GRAVITY_CENTER → const int
GRAVITY_LEFT → const int
GRAVITY_RIGHT → const int
GRAVITY_TOP → const int
SIZE_LARGE → const int
SIZE_MEDIUM → const int
SIZE_SMALL → const int