Type alias TStackedMapsOptions

TStackedMapsOptions: {
    mapLabels?: boolean;
    prioritizeJourneyMaps?: boolean;
    verticalDistanceBetweenMaps?: number;
}

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

    The vertical distance between maps in overview, in metres.

    Default

    50