FitBoundOptions class

Annotations
  • @JS()
  • @anonymous

Constructors

FitBoundOptions({Point? paddingTopLeft, Point? paddingBottomRight, Point? padding, double? maxZoom})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
maxZoom double
The maximum possible zoom to use.
getter/setter pair
padding Point
Equivalent of setting both top left and bottom right padding to the same value.
getter/setter pair
paddingBottomRight Point
The same for the bottom right corner of the map.
getter/setter pair
paddingTopLeft Point
Sets the amount of padding in the top left corner of a map container that shouldn't be accounted for when setting the view to fit bounds. Useful if you have some control overlays on the map like a sidebar and you don't want them to obscure objects you're zooming to.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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