On 8.7.2009, at 12:03, Bruce Mutton wrote:
> google earth script example
routine for reading the altitude value:
tell application "Google Earth"
set a to {}
set a to GetPointOnTerrain {0, 0} -- center of screen
set b to third item of a -- b is the altitude
end tell