OsmWebWidget class

Inheritance

Constructors

OsmWebWidget({Key? key, required BaseMapController controller, UserTrackingOption? userTrackingOption, OnGeoPointClicked? onGeoPointClicked, OnLocationChanged? onLocationChanged, OnMapMoved? onMapMoved, required ValueNotifier<bool> mapIsReadyListener, Widget? mapIsLoading, required List<GlobalKey<State<StatefulWidget>>> globalKeys, Map<String, GlobalKey<State<StatefulWidget>>> staticIconGlobalKeys = const {}, RoadOption? roadConfiguration, bool showDefaultInfoWindow = false, bool isPicker = false, required ValueNotifier<Widget?> dynamicMarkerWidgetNotifier, List<StaticPositionGeoPoint> staticPoints = const [], double stepZoom = 1.0, double initZoom = 2, double minZoomLevel = 2, double maxZoomLevel = 18, dynamic onMapIsReady(bool)?, UserLocationMaker? userLocationMarker, bool isStatic = false})
const

Properties

controller → BaseMapController
final
dynamicMarkerWidgetNotifier ValueNotifier<Widget?>
final
globalKeys List<GlobalKey<State<StatefulWidget>>>
final
hashCode int
The hash code for this object.
no setterinherited
initZoom double
final
isPicker bool
final
isStatic bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mapIsLoading Widget?
final
mapIsReadyListener ValueNotifier<bool>
final
maxZoomLevel double
final
minZoomLevel double
final
onGeoPointClicked → OnGeoPointClicked?
final
onLocationChanged → OnLocationChanged?
final
onMapIsReady → dynamic Function(bool)?
final
onMapMoved → OnMapMoved?
final
roadConfiguration → RoadOption?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showDefaultInfoWindow bool
final
staticIconGlobalKeys Map<String, GlobalKey<State<StatefulWidget>>>
final
staticPoints List<StaticPositionGeoPoint>
final
stepZoom double
final
userLocationMarker → UserLocationMaker?
final
userTrackingOption → UserTrackingOption?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → OsmWebWidgetState
Creates the mutable state for this widget at a given location in the tree.
override
debugDescribeChildren() List<DiagnosticsNode>
Returns a list of DiagnosticsNode objects describing this node's children.
inherited
debugFillProperties(DiagnosticPropertiesBuilder properties) → void
Add additional properties associated with the node.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toDiagnosticsNode({String? name, DiagnosticsTreeStyle? style}) DiagnosticsNode
Returns a debug representation of the object that is used by debugging tools and by DiagnosticsNode.toStringDeep.
inherited
toString({DiagnosticLevel minLevel = DiagnosticLevel.info}) String
A string representation of this object.
inherited
toStringDeep({String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) String
Returns a string representation of this node and its descendants.
inherited
toStringShallow({String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) String
Returns a one-line detailed description of the object.
inherited
toStringShort() String
A short, textual description of this widget.
inherited

Operators

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