Looks good. Thanks Larry for instant help. Are there any property to disable the business information in street view?
Thanks and regards, Swapnil Patil On Thursday, October 25, 2012 7:08:45 PM UTC+5:30, [email protected] wrote: > > On Oct 24, 10:48 pm, Swapnil Prakash Patil <[email protected]> > wrote: > > Hi there, > > > > For 3 Hanover Square, New York, NY address street view shows the imagery > > from inside of the business for the address and latitude longitude. > > > > Following is the Latitude and Longitude information about the place. > > Lat: 40.7047309875488 > > Long: -74.0094909667969 > > > > Please help me to get the options to disable the street view showing > > information of business. > > > http://www.geocodezip.com/v3_Streetview_lookAtB.html?snaptoroad=3%20Hanover%20Square,%20New%20York,%20NY > > > From a similar question on StackOverflow: > > http://stackoverflow.com/questions/13058732/how-to-force-rendering-of-street-view-when-building-interior-view-exists > > > -- Larry > > > > > Here is the sample code. > > > > <!DOCTYPE html> > > <html> > > <head> > > <meta charset="utf-8"> > > <title>Google Maps JavaScript API v3 Example: Embedded > > StreetView</title> > > <link href="/maps/documentation/javascript/examples/default.css" > > rel="stylesheet"> > > <script > > src="https://maps.googleapis.com/maps/api/js?sensor=false"></script> > > <script> > > function initialize() { > > var hanover= new google.maps.LatLng(40.7047309875488, > > -74.0094909667969); > > var panoramaOptions = { > > position:hanover, > > pov: { > > heading: 165, > > pitch:0, > > zoom:1 > > } > > }; > > var myPano = new > > google.maps.StreetViewPanorama(document.getElementById('pano'), > > panoramaOptions); > > myPano.setVisible(true); > > } > > </script> > > </head> > > <body onload="initialize()"> > > <div id="pano" style="width: 425px; height: 240px"></div> > > </body> > > </html> > > > > Please help me. > > > > Thanks and regards, > > Swapnil Patil > -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-maps-js-api-v3/-/lKewxeQPCVYJ. 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-js-api-v3?hl=en.
