geoview-core - v2.3.0
    Preparing search index...

    Variable MapInfoConst

    MapInfo: MemoExoticComponent<(__namedParameters: MapInfoProps) => any> = ...

    Creates the map information bar containing attribution, mouse position, and scale.

    Memoized to prevent re-renders when parent shell updates but the onScrollShellIntoView callback reference has not changed. Since the callback is typically stable (wrapped in useCallback in the parent), memo effectively shields MapInfo from unrelated parent re-renders.

    Properties defined in MapInfoProps interface

    The map information bar