On Feb 28, 9:08 am, Infinitus 8 <[email protected]> wrote:
> Hello all,
> My map is working 99% as I want, the script call the address from
> database and convert to lat/long, but the streetview show up only if I
> move the marker (draggable).
>
> This is the url of my test page:http://infinitus8.net/businessdetail-27-.htm
I'm at a loss with that page. The marker isn't draggable:
marker = new GMarker(center, { draggable: false });
As Streetview is only triggered when the marker is dragged, it never
appears.
You could make your marker clickable and listen for that click; or you
could just call onMarkerDragged(marker.getLatLng()) as soon as the
marker is added to the map.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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-api?hl=en.