World_GetElevation ( table )

This function returns the elevation in meters of a given point

Parameters

  • table { }
    • latitude = latitude The latitude of the point
    • longitude = longitude The longitude of the point

Returns

number The elevation of the point in meters. (does this show -ve or only land????)

Example
local value = World_GetElevation ( { latitude = '-37.8307390636104', longitude = '144.932549348204' } )