On Jul 7, 5:51 am, Mike Williams <[email protected]> wrote: > Perhaps you've done something silly like trying to change "click" to > "singlerightclick" without noticing that one returns lat/lng and the > other returns pixels.
The silly thing is that example. http://code.google.com/intl/es/apis/maps/documentation/examples/event-arguments.html returns a pixel coordinate for a click and calls it GLatLng: "The GLatLng value is: " + map.fromLatLngToDivPixel(latlng) instead of "The GLatLng value is: " + latlng.toString() This is the second query about it in three days. Pamela, can it be corrected, please? Andrew --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
