MinMaxZoomPreference class

Constructors

MinMaxZoomPreference(double? minZoom, double? maxZoom)
const

Properties

appleMapsZoomPreference → MinMaxZoomPreference
no setter
googleMapsZoomPreference → MinMaxZoomPreference
no setter
hashCode int
The hash code for this object.
no setterinherited
maxZoom double?
The preferred maximum zoom level or null, if unbounded from above.
final
minZoom double?
The preferred minimum zoom level or null, if unbounded from below.
final
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
toJson() → dynamic
Converts this object to something serializable in JSON.
toString() String
A string representation of this object.
inherited

Operators

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

Constants

unbounded → const MinMaxZoomPreference