Summary

public IMyGps Create(string name, string description, Vector3D coords, bool showOnHud, bool temporary)

Creates a GPS entry object. Does not automatically add it, you need to use AddGps() or AddLocalGps().

Returns

IMyGps

GPS object

Parameters