google.maps.event.addListener(map, "click", function(mouseEvt) {
  alert(mouseEvt.latLng.toUrlValue()); //LatLng of user click.
});

Chad Killingsworth

On Jun 11, 11:56 am, Nathan Raley <[email protected]> wrote:
> In attempting to produce similar results to the old v2 api with regards to
> being able to add a StreetView overlay, I have added an ImageMapType to my
> map that displays the StreetViewOverlay.
>
> I used an example found here:http://koti.mbnet.fi/ojalesa/v3/osm_dual.htm
> And was able to reproduce the StreetView overlay created in the Map on the
> left.
>
> Now my question is this, is there a way I can get the LatLng coordinates
> when the user clicks on that StreetView overlay similar to the way we were
> able to retrieve the LatLng of an Overlay on a map click event in api v2?

-- 
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.

Reply via email to