ZoomControlOptions class

Inheritance
Annotations
  • @JS()
  • @anonymous

Constructors

ZoomControlOptions({String? position, String? zoomInText, String? zoomInTitle, String? zoomOutText, String? zoomOutTitle})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
position String
The position of the control (one of the map corners). Possible values are 'topleft', 'topright', 'bottomleft' or 'bottomright'
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoomInText String
The text set on the 'zoom in' button ('+' by default).
getter/setter pair
zoomInTitle String
The title set on the 'zoom in' button ('Zoom in' by default).
getter/setter pair
zoomOutText String
The text set on the 'zoom out' button ('&#x2212 ' by default).
getter/setter pair
zoomOutTitle String
The title set on the 'zoom out' button ('Zoom out' by default).
getter/setter pair

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