Assigned
Status Update
Comments
an...@google.com <an...@google.com> #2
Thanks for alerting us to this issue. We verified it and added it to the list of things to keep track of. We cannot give details on the timeframe, but please star this issue to be notified of updates.
lu...@gmail.com <lu...@gmail.com> #3
I found a work around for this bug by setting the zoom of panorama to 1 after creating the marker:
pano.setZoom(1);
So we don't need to rely on users to perform an action.
pano.setZoom(1);
So we don't need to rely on users to perform an action.
sz...@gmail.com <sz...@gmail.com> #4
I face the similar problem, but need to fullscreen or F12 to show the marker or the marker will missing (firefox) or just show black screen (chrome). After the marker is shown, I also found the click event cannot be triggered in street view. Any comment is appreciated.
Description
Notice there are 3 markers on the map
Click on "Toggle street view"
the markers are not visible on the streetview panorama.
----------------------------------------------------------------------
You need to move the view a bit to trigger some sort of refresh to get the markers to show. This did not use to work like this. Some time ago the markers where visible right away, and that is what i expect. I've checked this with a couple of other people and they get the same, so it's not just me. Also tried Firefox, Opera and Chrome, same result.
Are the markers supposed to be visible right away ?
Then this is a bug.
Otherwise it's a change request as they really should be visible right away.
I've looked at other situations where i immediately create a panorama without a map but the effect is the same. Markers do not show until the is a change or refresh of the panorama.
If i have to rely on the user to peform an action before markers become visible it pretty much renders the whole useless for me as i rely on the markers to point out specific element to my users before they act.