Thanks Larry. I thought for sure you might be able to extract it from the Embed url that google allows you to generate once you have the camera angle just the way you want it.
I manually arrived at new GLatLng(39.953232,-82.976485), yaw:300, and pitch:-5 and got this: http://www.sgitest.com/nw_4.htm I was trying to emulate the image I generated on GoogleMaps that yielded the embed code---> <iframe width="425" height="240" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps/sv? cbp=1,300.9623422333469,,0,-5.795457420187979&cbll=39.953256,-82.976483&panoid=wcBmcG52kFATnb0JyrPxrQ&v=1&hl=en&gl=us"></ iframe><br /><small><a href="http://maps.google.com/maps? f=q&hl=en&geocode=&q=555+S+18th+St,+Columbus,+OH +43205&sll=37.0625,-95.677068&sspn=35.90509,67.5&ie=UTF8&ll=39.965214,-82.982054&spn=0.001061,0.00206&z=14&layer=c&cbll=39.953256,-82.976483&panoid=wcBmcG52kFATnb0JyrPxrQ&cbp=1,300.9623422333469,,0,-5.795457420187979&source=embed" style="color:#0000FF;text-align:left">View Larger Map</a></small> and the IM code-----> http://maps.google.com/maps?f=q&hl=en&geocode=&q=555+S+18th+St,+Columbus,+OH+43205&sll=37.0625,-95.677068&sspn=35.90509,67.5&ie=UTF8&ll=39.953788,-82.976335&spn=0.001061,0.00206&z=19&layer=c&cbll=39.953256,-82.976483&panoid=wcBmcG52kFATnb0JyrPxrQ&cbp=1,300.9623422333469,,0,-5.795457420187979 it looks like "...ll=39.953788,-82.976335"..." is the GLatLng and ...cbp=1,300.9623422333469,,0,-5.795457420187979" is "something, yaw,,something,pitch" yes? On Nov 13, 4:41 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > On Nov 13, 12:53 pm, syd636 <[EMAIL PROTECTED]> wrote: > > > Is there a tool likehttp://mapki.com/getLonLat.phpthatwould allow > > you to navigate to an address, open up street view and manually adjust > > the camera in the direction and angle you want and return to you the > > lat/long, yaw and pitch values? > > > If not...how do I determine them? > > You can create your own. > > I did it manually with this > page:http://www.geocodezip.com/directorium2_listingC.asp > you can use javascript:GLog.write() in the address bar to call the > routines that return the POV, once it was adjusted to look where I > wanted. > > I have some pages in progress that I am playing with that attempt to > auto calculate it, see this > thread:http://groups.google.com/group/Google-Maps-API/browse_frm/thread/48da... > > -- Larry --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
