Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZoomViewModelProperties

Hierarchy

  • ZoomViewModelProperties

Index

Properties

Optional canZoomIn

canZoomIn: boolean

Indicates if the view can zoom in.

Read more...

Optional canZoomOut

canZoomOut: boolean

Indicates if the view can zoom out.

Read more...

Optional view

view: (MapViewProperties & { type: "2d" }) | (SceneViewProperties & { type: "3d" })

The view from which to operate.

Read more...

Generated using TypeDoc