> no, you misunderstood. this is the only thing that is working. but with
> that i can't get the mouse position, but with the rightclick event on the
> map this property is already defined in the mouse event
> *
> **event.pixel.x* and *event.pixel.y*

That's not documented.  It might stop working in future releases.

Both map and circle are documented to return MouseEvent objects on a
rightclick, which contain a LatLng like the man said
http://code.google.com/apis/maps/documentation/javascript/reference.html#MouseEvent

If you must have pixels, you can convert a LatLng using
http://code.google.com/apis/maps/documentation/javascript/reference.html#MapCanvasProjection

If you want to raise an enhancement request to change the behaviour,
you could use the issues list
http://code.google.com/p/gmaps-api-issues/

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