ARMapUIEventCurrentPos: ARMapBaseEvent & {
    payload: {
        pos: ARMapPos;
    };
    type: CURRENT_POS;
}

Type declaration

Generated using TypeDoc