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})

Properties

attributionHorizontalAlignment int?
final
attributionVerticalAlignment int?
final
backgroundColor String?
final
enableTextSearch bool?
final
filter String?
final
hashCode int
The hash code for this object.
no setterinherited
hint String?
final
historyCount int?
final
limit int?
final
location LatLng?
final
logoSize int?
final
pod String?
final
primaryTextColor String?
final
primaryTextHighlightColor String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
saveHistory bool?
final
statusbarColor String?
final
tableCellSeparatorColor String?
final
tintColor String?
final
tokenizeAddress bool?
final
toolbarColor String?
final
toolbarTintColor String?
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