New StreetView Renderer For Google Maps API
Written by Kay Ewbank   
Friday, 26 August 2016

A new street view renderer has been added to the Google Maps JavaScript API with improvements aimed particularly at apps for mobile devices.

One way the rendering has been improved is through the inclusion of more animation frames so the view appears smoother as it changes location. The renderer has also been changed in the way it loads new content to avoid the view stuttering. Lower resolution imagery is used while views are loading so the animation can be smoother overall.

Objects are also treated differently by the new renderer. Behind the scenes it now builds a 360-degree model that considers all possible perspectives, so that as the object is viewed from different angles it remains more consistent.

If the browser being used to view the image supports it, the new renderer uses WebGL to provide a higher frame rate and better rendering, especially on mobile devices. According to a post about the new renderer on the Google Geo Developers blog: 

"On mobile devices, the old renderer would display a fish-eye projection of the image, whereas WebGL allows us to present a rendered sphere that looks as it would in reality."

The images below show a rendered view in the old and new renderer

webgl before

 

webgl after

 

Touch support is another aspect to have been improved for mobile users. The new renderer supports the same touch-based gestures on mobiles that are supported in 'standard' Google Maps on Android, so users can pinch to zoom and double-tap to go. The old version of the renderer required users to zoom using the +/- buttons, and to move by clicking the arrows on the ground.

The final improvement for mobile apps is motion tracking. The new API supports device orientation events on Street View so that users on mobile devices can look around in Street View by moving their phone.

gmapslogo

More Information

Google Geo Developers Blog 

Related Articles

New Google Maps API  

Bing Maps Adds Spatial Maths Geometry

Google Places Now On Android

Getting Started With Google Maps

Google Maps API Libraries For Java And Python

 

To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, FacebookGoogle+ or Linkedin

 

Banner


Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.



Is PHP in Trouble?
10/04/2024

The April 2024 headline for the TIOBE Index, which ranks programming languages in terms of their popularity, reads, "Is PHP losing its mojo" asking this question because this month PHP has dropped out [ ... ]


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Friday, 26 August 2016 )