Search

Google Street View Gets More Accessible

2 views

Most people are pretty good at blocking out distractions.  Unfortunately, this talent can also let them ignore new features, so Google is making its Street View more prominent than ever before.

Google Street View Gets More Accessible Google Street View was launched about six months ago, and a lot of Google Maps users still have no idea it exists.  After all, the default setting shows them a map, and since that’s what they’re looking for, they go no further.  Now they won’t need to.

“In the past, a search of a specific location in Maps yielded a placemark on its location and a pop-up balloon containing its address,” notes ' /></a>
The feature may not be fully working just yet - Shao uses a search for the Googleplex as an example, and I was unable to duplicate those results.  Also, note the “where Street View is available” restriction, and recall that Street View coverage is still far from widespread.<br />
<br />
Still, this should be a useful feature, assuming that most of the Street Views aren’t blocked by trucks, trees, or crowds of people.</p>                </div>
                
                <script>
                (function() {
                    function initCopyableSections() {
                        document.querySelectorAll('.article-content .copyable-section').forEach(function(section) {
                            if (section.querySelector('.copyable-section__btn')) return;
                            var btn = document.createElement('button');
                            btn.type = 'button';
                            btn.className = 'copyable-section__btn';
                            btn.setAttribute('aria-label', 'Copy to clipboard');
                            var label = section.getAttribute('data-copy-label');
                            btn.textContent = label ? 'Copy ' + label : 'Copy';
                            section.appendChild(btn);
                            btn.addEventListener('click', function() {
                                var contentEl = section.querySelector('.copyable-section__content');
                                var text;
                                if (contentEl) {
                                    text = contentEl.textContent.trim();
                                } else {
                                    var clone = section.cloneNode(true);
                                    var btnClone = clone.querySelector('.copyable-section__btn');
                                    if (btnClone) btnClone.parentNode.removeChild(btnClone);
                                    text = clone.textContent.trim();
                                }
                                if (!text) return;
                                navigator.clipboard.writeText(text).then(function() {
                                    var t = btn.textContent;
                                    btn.textContent = 'Copied!';
                                    btn.classList.add('copied');
                                    setTimeout(function() {
                                        btn.textContent = t;
                                        btn.classList.remove('copied');
                                    }, 2000);
                                });
                            });
                        });
                    }
                    if (document.readyState === 'loading') {
                        document.addEventListener('DOMContentLoaded', initCopyableSections);
                    } else {
                        initCopyableSections();
                    }
                })();
                </script>
                
                <!-- Tags -->
                                
                <!-- Correction Form -->
                <div class=

Found an error or have a suggestion? Let us know and we'll review it.

Share this article

Comments (0)

Please sign in to leave a comment.

No comments yet. Be the first to comment!