Type alias TStackedMapsOptions

TStackedMapsOptions: {
    mapLabels?: boolean;
    prioritizeJourneyMaps?: boolean;
    verticalDistanceBetweenMaps?: number | "auto";
}

Type declaration

  • Optional mapLabels?: boolean

    Whether to show map level labels in overview.

    Default

    true
    
  • Optional prioritizeJourneyMaps?: boolean

    Whether to show only Journey maps in the stack if a Journey is active and the current map is part of the Journey.

    Default

    true
    
  • Optional verticalDistanceBetweenMaps?: number | "auto"

    The vertical distance between maps in overview, in metres. When set to 'auto', will automatically determine the ideal vertical spacing based on map content and dimensions.

    Default

    50