Here's one I ran into just tonight:
World_GetCircleFromPoint (table) -
Parameters:
latitude
longitude
numpoints
Need to add "radius" (expressed in nautical miles) to the list of parameters
local t = World_GetCircleFromPoint({latitude=45, longitude=45, numpoints=16, radius=10})