Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 HTML 文件,其中相机从太空飞到街景,我只需要向前移动,以随机方向移动到下一个街景并继续移动。就像按住向上箭头一样。请问有人知道怎么做吗?非常感谢!
我认为这是不可能的,Google Earth Api(迄今为止)除了启用/禁用之外没有公开任何控制街景模式的方法。所有移动都是通过用户输入而不是程序控制。
也就是说,可以通过使用 jQuery 之类的东西模拟按键来解决这个问题。
是否可以以编程方式模拟按键事件?