> I'm at a loss with that page. The marker isn't draggable:
> marker = new GMarker(center, { draggable: false });
Sorry Mr.Leach, I change from true to false for only 5 minutes...
But I fix it my self, solution:
Not working:
function Initialize() {
InitializeMap();
InitializeStreetView();
}
Working:
function Initialize() {
.
.
.
So, the map and streetview are togheter under function Initialize() {
By the way, I live at the green house :)
On Feb 28, 4:23 am, Andrew Leach <[email protected]>
wrote:
> 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.