PickerOption class

Constructors

PickerOption({bool? includeDeviceLocationButton, bool? includeSearch, double? mapMaxZoom, double? mapMinZoom, PlaceOptions? placeOptions, String? toolbarColor, Uint8List? marker, CameraPosition? statingCameraPosition, LatLngBounds? startingBounds, String? toolbarTintColor, String? placeNameLabelTextColor, String? pickerButtonTitleColor, String? pickerButtonTitle, String? pickerButtonBackgroundColor, String? addressTextColor, bool? showMarkerShadow, Uint8List? searchButtonImage, String? infoBottomViewBackgroundColor})

Properties

addressTextColor String?
To set Address label text color
final
hashCode int
The hash code for this object.
no setterinherited
includeDeviceLocationButton bool?
To hide and show current location button
final
includeSearch bool?
To hide and show Search
final
infoBottomViewBackgroundColor String?
final
mapMaxZoom double?
To set Maximum Map Zoom
final
mapMinZoom double?
To set Minimum Map Zoom
final
marker Uint8List?
To set marker Image
final
pickerButtonBackgroundColor String?
To set Done button Background color
final
pickerButtonTitle String?
To set Done button text
final
pickerButtonTitleColor String?
To set Done button text Color
final
placeNameLabelTextColor String?
To set Place Name label Text Color
final
placeOptions PlaceOptions?
To set search widget settings
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
searchButtonImage Uint8List?
final
showMarkerShadow bool?
To hide and show Marker shadow
final
startingBounds LatLngBounds?
To set Initial Camera Bounds
final
statingCameraPosition CameraPosition?
To set Initial Camera Position
final
toolbarColor String?
To set Toolbar color
final
toolbarTintColor String?
To set Toolbar Text and icons color
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