views - How to find panoID in a new Google maps? -


panoid use easy find in url in classic maps photosphere/google business view shot. unfortunately, not available anymore. know how find stupid panoid?

the pano id no longer 22 character string. id consists of multiple strings separated slash. example:

https://www.google.ca/maps/place/acropolis+of+athens/@37.9715323,23.7257492,3a,75y,5.43h,104.71t/data=!3m8!1e1!3m6!1s-wbhdou4p2mk%2fvoc0gel2n8i%2faaaaaaaaz80%2fervcxmfdxbg!2e4!3e11!6s%2f%2flh5.googleusercontent.com%2f-wbhdou4p2mk%2fvoc0gel2n8i%2faaaaaaaaz80%2fervcxmfdxbg%2fw203-h101-n-k-no%2f!7i9068!8i4534!4m6!1m3!3m2!1s0x0:0x5c97c042f5eb0df6!2sacropolis+of+athens!3m1!1s0x0:0x5c97c042f5eb0df6!6m1!1e1

the pano id above between !1s , !2e:

-wbhdou4p2mk%2fvoc0gel2n8i%2faaaaaaaaz80%2fervcxmfdxbg

and url decoded is:

-wbhdou4p2mk/voc0gel2n8i/aaaaaaaaz80/ervcxmfdxbg

there known bug documented here https://code.google.com/p/gmaps-api-issues/issues/detail?id=7452#c51. bug preventing new panos being embedded. google states working on issue , have pushed out temporary method enable using new render method. apparently isn't ready prime time yet why available through undocumented option:

google.maps.streetviewviewer = 'photosphere'; 

note: in order work had prepend f: front of pano id (as per comment 80 https://code.google.com/p/gmaps-api-issues/issues/detail?id=7452#c80).


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -