Here is an example of doing that: http://www.dyngeometry.com/web/XYQuery.aspx if you want to implement it by yourself, please view the page source and get the java script.
Good luck! On Jul 6, 9:45 pm, jiten <[email protected]> wrote: > I have reviewed the example : > > http://code.google.com/intl/es/apis/maps/documentation/examples/event... > > However, for some strange reason, when I obtain the GLatLng values by > clicking on it, an then try to use it in a particular MAp, it display > whatever, except the right address.... I am trying to find for > example, the code of some part of Miraflores in Lima, Perú. and it > gives me a value like : > > The GLatLng value is: (2459, 2957) at zoom level 16 > > when I put this into my code to display automathically, it shows a > differente place. actually no place is seen. Then I tried "manually" > to find out the GLatLng value and it is : > > map.setCenter(new GLatLng(-12.124,-77.038), 15); > > such a difference huh ?' PLease i need help on this... I need to > create 2 maps : > > The first one is for marking the stores I need so it shows me the > GLatLngvalue , then I save this values in a file and the second map is > to read those values and display in the map... > > Thanks in advance, --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
