Scalable class abstract

A scalable object at the zoom level (a positive number).

Implementers
Annotations
  • @immutable

Constructors

Scalable({required num zoom})
Create a scalable object at the zoom level (a positive number).
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoom num
The level of detail (or "zoom") for this scalable object.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
toText({String delimiter = ','}) String
A string representation of coordinate values separated by delimiter.
zoomIn() Scalable
Zooms in by one.
zoomOut() Scalable
Zooms out by one.
zoomTo(covariant num zoom) Scalable
Zooms to the zoom level (a positive number).

Operators

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