文件名称:GSVPano:Google街景全景实用程序
文件大小:15KB
文件格式:ZIP
更新时间:2024-05-24 11:20:32
JavaScript
GSVPano-Google街景全景图库 该库可帮助请求和缝合Google Street View全景图。 给定一个Google Maps Location,该库将下载相应全景图的每个部分,并为您提供可供使用的完整图像。 简单的例子 // Create a PanoLoader object var loader = new GSVPANO . PanoLoader ( { zoom : 3 } ) ; // Implement the onPanoramaLoad handler loader . on ( 'panorama.load' , function ( panorama ) { // panorama will now be loaded // for individual progress panorama . on ( 'progress' , chang
【文件预览】:
GSVPano-master
----.gitignore(36B)
----package.json(1KB)
----src()
--------EventEmitter.js(397B)
--------GSVPano.js(5KB)
--------Pano.js(4KB)
----.travis.yml(893B)
----Gruntfile.js(3KB)
----LICENSE(1KB)
----examples()
--------index.html(3KB)
----README.md(3KB)
----page()
--------assets()
--------index.html(6KB)
----deploy.sh(841B)
----.npmignore(22B)
----bower.json(679B)