Add 1 to the zoom.
Change the sign of the pitch
i.e. for:
createSvPano(48.849372, 2.398809, 268.58,-14.21,0);
use:
var panoramaOptions = {
position: new google.maps.LatLng(48.849372,2.398809),
pov: {
heading: 268.58,
pitch: 14.21,
zoom: 1
}
};
Marc
On Thu, Dec 9, 2010 at 8:10 PM, jarreweb <[email protected]> wrote:
>
> I'm storing lat, lon, zoom, tilt and yaw parameters for places and I
> used the v2 maps to do that.
> It seems the scale of zoom and yaw (called heading in v3 maps) is
> different between v2 and v3
>
> here are the v2 and v3 versions using the same parameters (you can see
> the view is slightly different, even if we set zoom to 1 in v3 maps,
> the heading is different)
> http://www.cybevasion.fr/test/test_v2.html
> http://www.cybevasion.fr/test/test_v3.html
>
> maybe there is a way to calculate the values to go from v2 to v3 maps.
>
> thanks
>
> On 8 déc, 11:50, Marc Ridey <[email protected]> wrote:
> > Could you provide more information:
> > - The type of data you store
> > - What you're trying to do
> >
> > Even better would be a link to a v2 sample page and how far you've gone
to a v3 version.
>
> --
> You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" group.
> To post to this group, send email to
[email protected].
> To unsubscribe from this group, send email to
[email protected]<google-maps-js-api-v3%[email protected]>
.
> For more options, visit this group at
http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>
--
You received this message because you are subscribed to the Google Groups
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.