GOOGLE STREET VIEW
Google Street View Hyperlapse from Teehan+Lax Labs on Vimeo.
Hyperlapse
A Teehan+Lax Labs experiment for creating interactive Google Street View hyper-lapse animations. Learn more about this project.
See the possibilities
Go there...http://hyperlapse.tllabs.io/
Hyperlapse.js
JavaScript hyper-lapse utility for Google Street View.
This library was written to create dynamic hyper-lapse (time-lapse with movement) sequences using Google Street View.
Example
var hyperlapse = new Hyperlapse(document.getElementById('pano'), { lookat: new google.maps.LatLng(37.81409525128964,-122.4775045005249), zoom: 1, use_lookat: true, elevation: 50 }); hyperlapse.onError = function(e) { console.log(e); }; hyperlapse.onRouteComplete = function(e) { hyperlapse.load(); }; hyperlapse.onLoadComplete = function(e) { hyperlapse.play(); }; // Google Maps API stuff here... var directions_service = new google.maps.DirectionsService(); var route = { request:{ origin: new google.maps.LatLng(37.816480000000006,-122.47825,37), destination: new google.maps.LatLng(37.81195,-122.47773000000001), travelMode: google.maps.DirectionsTravelMode.DRIVING } }; directions_service.route(route.request, function(response, status) { if (status == google.maps.DirectionsStatus.OK) { hyperlapse.generate( {route:response} ); } else { console.log(status); } });
Dependencies
- Three.js (r57)
- a modified version of GSVPano.js
- Google Maps API v3.12
API Docs
License
The MIT License
Copyright (c) 2013 Teehan+Lax
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Read More and Download...
https://github.com/TeehanLax/Hyperlapse.js
GOOGLE STREET VIEW Hyperlapse A Teehan+Lax Labs experiment for creating interactive Google Street View hyper-lapse animations
- Google Street View Hyperlapse on Vimeo
- Google Street View Hyperlapse
- Hyperlapse Offers a Gorgeous New Way to Explore Google Street View
- 10 of the Best Places to Visit on Google Street View
- TeehanLax/Hyperlapse.js · GitHub
Google Street View
- Google Street View Hyperlapse on Vimeo
- Google Street View Hyperlapse
- TeehanLax/Hyperlapse.js · GitHub
- Viewing CCTV on every street corner
- Hyperlapse Offers a Gorgeous New Way to Explore Google Street View
- 10 of the Best Places to Visit on Google Street View
- Google's Street View camera car hits a baby deer | Media | guardian.co.uk
- Google has released the full report of the Federal Communications Commission¿s investigation into the data it collected from millions of unknowing households while operating its Street View service. - Los Angeles Times
- Google Maps Adds Views From Mt. Everest, Kilimanjaro, And More Famous Peaks | Popular Science
- Google Street View car case closed with FCC $25,000 fine - SlashGear
- Google Street View Driver Hits Deer | WebProNews
- FTC Ends Google Street View WiFi Inquiry | WebProNews
- You Never Knew Google’s Street View Was This Beautiful | WebProNews
No comments:
Post a Comment