LocationOptions class

Constructors

LocationOptions(LocationButtonBuilder buttonBuilder, {void onLocationUpdate(LatLngData?)?, void onLocationRequested(LatLngData?)?, LocationMarkerBuilder? markerBuilder, Duration updateInterval = const Duration(seconds: 1), bool initiallyRequest = true})

Properties

buttonBuilder LocationButtonBuilder
final
hashCode int
The hash code for this object.
no setterinherited
initiallyRequest bool
final
key Key?
finalinherited
markerBuilder LocationMarkerBuilder?
final
onLocationRequested → (void Function(LatLngData?)?)
final
onLocationUpdate → (void Function(LatLngData?)?)
final
rebuild Stream<Null>?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateInterval Duration
final

Methods

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

Operators

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