You might find it useful to look at my example ...
http://www.macfh.co.uk/Test/Google_with_Google.html
... which logs the latitude and longitude of the current mouse
position. A bit different from what you want to do, but between that
and the Google example you should be able to work out how to adapt the
two. That is, if you haven't already.
On Jul 7, 3:45 am, 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
-~----------~----~----~----~------~----~------~--~---