[Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Chewbacca
for example: https://google-developers.appspot.com/maps/documentation/javascript/examples/maptype-image?hl=es thansk El miércoles, 23 de febrero de 2011 12:27:12 UTC, Chewbacca escribió: > > Hi, > my problem is that after return from streetview panel, the "pegman" is > still over map when

[Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Chewbacca
Hi, example: https://google-developers.appspot.com/maps/documentation/javascript/examples/maptype-image?hl=es Thanks El miércoles, 23 de febrero de 2011 12:27:12 UTC, Chewbacca escribió: > > Hi, > my problem is that after return from streetview panel, the "pegman" is > still over map

[Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Enoch Lau (Google Employee)
Take a look at the English version of the demo: https://google-developers.appspot.com/maps/documentation/javascript/examples/maptype-image That illustrates the use of streetViewControl: false Enoch On Thursday, April 12, 2012 6:49:18 PM UTC+10, Chewbacca wrote: > > Hi, >example: > https:

Re: [Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Ramón Afonso
Thanks for your response but we don´t want to hide the streetview control, the problem is that the "orange man" doesn´t go back to it´s initial position (on the streetview control) when we close the streetview window. Our "orange man" remains on the map. You could see this effect on this example :

Re: [Google Maps API v3] Re: PegMan StreetView problem

2012-04-12 Thread Enoch Lau (Google Employee)
I see, thanks! I'll file a bug internally, but if you'd like to keep track of the issue, please add an issue here: http://code.google.com/p/gmaps-api-issues/issues/list Enoch On Thursday, April 12, 2012 9:15:31 PM UTC+10, Chewbacca wrote: > > Thanks for your response but we don´t want to hide t

Re: [Google Maps API v3] Re: Marker shifts position (relative to image) when switching from overhead to 45 degree view. Fix?

2012-04-12 Thread Paul Goldstein
I have filed this bug: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4070 Any thoughts on it, work around, etc? Paul G. On Sun, Apr 8, 2012 at 7:13 AM, Enoch Lau (Google Employee) < enoch...@google.com> wrote: > If you believe there's a bug in the API, please file an issue here: >

Re: [Google Maps API v3] Re: Marker shifts position (relative to image) when switching from overhead to 45 degree view. Fix?

2012-04-12 Thread Paul Goldstein
I have filed this bug: http://code.google.com/p/gmaps-api-issues/issues/detail?id=4070 Basically it seems that Google is using a lat/lngs based on an overhead view to determine lat/lng on a tilted view. This is wrong. Paul G. On Sun, Apr 8, 2012 at 7:34 AM, Nianwei Liu wrote: > Elevation cou