class MapNavigationButtonsZoomIn extends Object
- Annotations
- @RawJSType() @ScalaJSDefined()
- Note
JavaScript name:
mapNavigation-buttons-zoomIn
- Alphabetic
- By Inheritance
- MapNavigationButtonsZoomIn
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new MapNavigationButtonsZoomIn()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
align: UndefOr[String]
The alignment of the navigation buttons.
-
val
alignTo: UndefOr[String]
What box to align the buttons to.
What box to align the buttons to. Possible values are
plotBox
andspacingBox
. -
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
val
height: UndefOr[Double]
The pixel height of the map navigation buttons.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
onclick: UndefOr[Function]
Click handler for the button.
Click handler for the button. Defaults to:
function () { this.mapZoom(0.5); }
-
val
padding: UndefOr[Double]
Padding for the navigation buttons.
Padding for the navigation buttons.
- Since
5.0.0
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
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' }
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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.
-
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
andfill
. Tri-state button styles are supported by thestates.hover
andstates.select
objects.Example: -
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
valueOf(): Any
- Definition Classes
- Object
-
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. -
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
width: UndefOr[Double]
The width of the map navigation buttons.
-
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. -
val
y: UndefOr[Double]
The position of the zoomIn button relative to the vertical alignment.