Im implementing a Delphi based tool that get long and lat values from an addresses database. I want to be able to get the streetview values that google is returning. I can see a streetview class is defined but only with visible propertly. Is there any way to Access heading,pitch and fov values after querying google with full address data(data like https://support.google.com/mapcontentpartners/answer/160409?hl=en)?
EDITED--- Ok, will explain a bit more the question... If we find 'Gran Via 12,28013 Madrid' at google maps we can see the map with a thumb containing the streetview. Using decoding service i can obtaing long/lat values, in this case 40.4196892,-3.6989026.
Thats nice but 'Gran Via 13,28013 Madrid' can have the same long,lat geocoding values but other heading,pitch,fov ones...
So... anyway to obtain that values using any api? I can reproduce the browser search/ look the code of that thumbnail button and parse heading from it...
<div class="imagery-entry-point-image" style='width: 374px; height: 75px; background-image: url("//geo0.ggpht.com/cbk?cb_client=maps_sv.tactile&output=thumbnail&thumb=2&it=1,2,4,5,11&w=374&h=75&yaw=3&pitch=0&ll=40.419542,-3.698914");' jsl="$x 2;" jstid="405"></div>
... but it seems to appear so nasty... :p