google-code-export / jmaps

Automatically exported from code.google.com/p/jmaps
MIT License
1 stars 0 forks source link

Unable to Get POV Option to Work #11

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
$('#map').jmap('CreateStreetviewPanorama',{'latlng':myCoord,'pov':{pitch:45}});

What is the expected output? What do you see instead?
The street view should be angled upwards, but I get the default pitch of 0.

What version of the product are you using? On what operating system?
I'm using jpmaps r85 and google maps api 2.x on PC/Firefox.

Please provide any additional information below.
I could definitely be using this feature incorrectly. Would love a POV
example.  Also, it looks like there might be an issue in the jmaps source:

http://code.google.com/p/jmaps/source/browse/trunk/dist/jquery.jmap.js#1095
new GPov(options.latlng[0],options.latlng[1],options.latlng[2])

Original issue reported on code.google.com by david%ed...@gtempaccount.com on 5 Dec 2008 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by digitals...@gmail.com on 9 Dec 2008 at 11:24

GoogleCodeExporter commented 9 years ago
Any idea how to make the POV work, any examples or at least how to enter the 
data

Original comment by sunny.v...@ef.com on 16 Jul 2010 at 12:34