WebMapPreferences class

Set of web map preferences

Constructors

WebMapPreferences({bool streetViewControl = false, bool fullscreenControl = false, bool mapTypeControl = false, bool panControl = false, bool overviewMapControl = false, bool rotateControl = false, bool scaleControl = false, bool zoomControl = false, bool dragGestures = true, bool scrollwheel = true})
Creates an instance of WebMapPreferences.
const
WebMapPreferences.fullscreen({bool streetViewControl = false, bool fullscreenControl = false, bool mapTypeControl = false, bool panControl = false, bool overviewMapControl = false, bool rotateControl = false, bool scaleControl = false, bool zoomControl = false})
Predefined support for fullscreen map.
const
WebMapPreferences.scrollable({bool streetViewControl = false, bool fullscreenControl = false, bool mapTypeControl = false, bool panControl = false, bool overviewMapControl = false, bool rotateControl = false, bool scaleControl = false, bool zoomControl = false})
Predefined support for map that will be scrolled.
const

Properties

dragGestures bool
Enables or disables flutter drag gestures.
final
fullscreenControl bool
Enables or disables fullscreenControl.
final
hashCode int
The hash code for this object.
no setterinherited
mapTypeControl bool
Enables or disables mapTypeControl.
final
overviewMapControl bool
Enables or disables overviewMapControl.
final
panControl bool
Enables or disables panControl.
final
rotateControl bool
Enables or disables rotateControl.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaleControl bool
Enables or disables scaleControl.
final
scrollwheel bool
Enables or disables scrollwheel.
final
streetViewControl bool
Enables or disables streetViewControl.
final
zoomControl bool
Enables or disables zoomControl.
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