MarkerTourStepInfo: {
    markerId: string;
    marker: Marker;
    micrioId: string;
    title?: string;
    duration?: number;
    imageHasOtherMarkers?: boolean;
    startView?: View;
    chapter?: number;
    gridView?: boolean;
    currentTime?: number;
    ended?: boolean;
}

Auto generated metadata for marker tours

Type declaration

  • markerId: string
  • marker: Marker
  • micrioId: string
  • Optional title?: string
  • Optional duration?: number
  • Optional imageHasOtherMarkers?: boolean
  • Optional startView?: View
  • Optional chapter?: number
  • Optional gridView?: boolean

    For in grid multi-image tour, stay in the grid view

  • Optional currentTime?: number

    Media current time

  • Optional ended?: boolean

    Media has ended

Generated using TypeDoc