@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface DeviceMotionEventAcceleration

    Available only in secure contexts.

    MDN Reference

    interface DeviceMotionEventAcceleration {
        x: number;
        y: number;
        z: number;
    }
    Index

    Properties

    x y z

    Properties

    x: number
    y: number
    z: number