@minmaps-dev/mm-web-sdk 1.0.0-rc.28 → 1.0.0-rc.29

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -606,6 +606,9 @@ declare class MinuteMaps {
606
606
  * clockwise from north. Sourced from JACS `Device.heading`. `null` when
607
607
  * the venue's device record has no heading set.
608
608
  *
609
+ * In order to rotate the map so it is oriented towards the user's gaze,
610
+ * 180 is subtracted from `Device.heading`.
611
+ *
609
612
  * Drives `recenterOnKiosk({ useHeading: true })` and the directional
610
613
  * cone rendered next to the "You are here" marker.
611
614
  */