Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CompassViewModelProperties

Hierarchy

Index

Properties

Optional goToOverride

goToOverride: GoToOverride

This function provides the ability to override either the IMapView goTo() or SceneView goTo() methods.

Read more...

Optional orientation

orientation: any

The orientation axes (x, y, z).

Read more...

Optional view

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

The view in which the Compass obtains and indicates camera heading, using a (SceneView) or rotation (MapView).

Read more...

Generated using TypeDoc