World_GetElevation ( table )
This function returns the elevation in meters of a given point
Parameters
- table { }
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' } )