World_GetPointFromBearing ( table )
This function returns a location (as a set of longitude/latitude) based on bearing and distance from a point.
Parameters
- table { }
Returns
{ } of the new location pointExample
local new_pos = World_GetPointFromBearing( { latitude = '-37.8307390636104', longitude = '144.932549348204',
distance = 12, bearing = 90 } )
-- Note the double entry. The mixed case was an error but not picked up for a few builds
-- lowercase names is the norm, except under specific circumstances