Options
All
  • Public
  • Public/Protected
  • All
Menu

Navigator component props

export
interface

INavigatorProps

Hierarchy

  • Props<any>
    • INavigatorProps

Index

Properties

busy: boolean
finiteScaleList?: number[]

A list of finite scales. Set when the map contains base (tiled) layers. When set, slider drags will snap to the values in this list. Zooming in and out will move to the next/previous finite scale instead of the default logarithmic calculation

memberof

INavigatorProps

locale?: string
scale: number
style?: CSSProperties

Methods

  • onRequestZoomToScale(scale: number): void
  • Parameters

    • scale: number

    Returns void

Generated using TypeDoc