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:
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
Post a Comment