google.maps.event.addListener(map, 'click', function(event) {
do_smth_with_coords(event.latLng);
});
then you can use coords further. In my example function
"do_smth_with_coords" will recessive LatLng object.
good luck,
dennis
On 17 Грд, 10:22, Jeff Lake <ad...@michiganwxsystem.com> wrote:
> This is my first experience with the API v3...
> I have looked over the example's, and docs until I'm blue in the face..
>
> All I'm interested in doing is having this maphttp://www2.michiganwxsystem.com