MapViewerWidget class

MapViewerWidget is map viewer widget

Inheritance

Constructors

MapViewerWidget({Key? key, required List<Widget> children, required MapOptions options, bool navigationButtonVisible = true, CompassButtonDisplay compassButtonDisplay = CompassButtonDisplay.auto, FollowOnLocationUpdate defaultCenterOnLocationUpdate = FollowOnLocationUpdate.always, TurnOnHeadingUpdate defaultTurnOnHeadingUpdate = TurnOnHeadingUpdate.never, NavigationStatus defaultNavigationStatus = NavigationStatus.northUp, MapController? mapController, List<Widget> nonRotatedChildren = const [], double navigationZoom = 17})
A constructor of MapViewerWidget class.
const

Properties

children List<Widget>
A set of layers' widgets to used to create the layers on the map.
final
compassButtonDisplay → CompassButtonDisplay
Compass button display mode Default value is auto See CompassButtonDisplay for details
final
defaultCenterOnLocationUpdate → FollowOnLocationUpdate
Default Center On Location Update
final
defaultNavigationStatus NavigationStatus
Default Navigation Status See NavigationStatus for details
final
defaultTurnOnHeadingUpdate → TurnOnHeadingUpdate
Default Turn On Heading Update
final
hashCode int
The hash code for this object.
no setterinherited
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mapController → MapController?
Specified when using MapController from outside the class
final
Visibility of navigation buttons
final
Specify navigation zoom
final
nonRotatedChildren List<Widget>
These layers won't be rotated.
final
options → MapOptions
MapOptions to create a MapState with.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(BuildContext context) Widget
Describes the part of the user interface represented by this widget.
override
createElement() StatelessElement
Creates a StatelessElement to manage this widget's location in the tree.
inherited
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}) 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