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

    Interface TypeNorthArrow

    Represents the north arrow display state.

    interface TypeNorthArrow {
        degreeRotation: string;
        isNorthVisible: boolean;
    }
    Index

    Properties

    degreeRotation: string

    The rotation angle in degrees as a string.

    isNorthVisible: boolean

    Whether the north direction is currently visible on the map.