Packages

case class Auto(n: Int = 0) extends OverviewStrategy with Product with Serializable

While n=0, the nearest zoom level should be selected. At n=1, the overview immediately after n=0 is selected, at n=2, the one after that etc.

Note

n must be greater than or equal to 0

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Auto
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. OverviewStrategy
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Auto(n: Int = 0)

Value Members

  1. val n: Int