Packages

class MapNavigationButtonsZoomIn extends Object

Annotations
@RawJSType() @ScalaJSDefined()
Note

JavaScript name: mapNavigation-buttons-zoomIn

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MapNavigationButtonsZoomIn
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MapNavigationButtonsZoomIn()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val align: UndefOr[String]

    The alignment of the navigation buttons.

  5. val alignTo: UndefOr[String]

    What box to align the buttons to.

    What box to align the buttons to. Possible values are plotBox and spacingBox.

  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  12. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  13. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  14. val height: UndefOr[Double]

    The pixel height of the map navigation buttons.

  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  20. val onclick: UndefOr[Function]

    Click handler for the button.

    Click handler for the button. Defaults to:

    function () {
       this.mapZoom(0.5);
    }
    

  21. val padding: UndefOr[Double]

    Padding for the navigation buttons.

    Padding for the navigation buttons.

    Since

    5.0.0

  22. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  23. val style: UndefOr[Object]

    Text styles for the map navigation buttons.

    Text styles for the map navigation buttons. Defaults to

    {
       fontSize: '15px',
       fontWeight: 'bold',
       textAlign: 'center'
    }
    

  24. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  25. val text: UndefOr[String]

    The text for the button.

    The text for the button. The tooltip (title) is a language option given by lang.zoomIn.

  26. val theme: UndefOr[Object]

    A configuration object for the button theme.

    A configuration object for the button theme. The object accepts SVG properties like stroke-width, stroke and fill. Tri-state button styles are supported by the states.hover and states.select objects.

  27. def toLocaleString(): String
    Definition Classes
    Object
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def valueOf(): Any
    Definition Classes
    Object
  30. val verticalAlign: UndefOr[String]

    The vertical alignment of the buttons.

    The vertical alignment of the buttons. Individual alignment can be adjusted by each button's y offset.

  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. val width: UndefOr[Double]

    The width of the map navigation buttons.

  35. val x: UndefOr[Double]

    The X offset of the buttons relative to its align setting.

    The X offset of the buttons relative to its align setting.

  36. val y: UndefOr[Double]

    The position of the zoomIn button relative to the vertical alignment.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped