Summary

public List<IMyGps> GetGpsList(long identityId)

Gets the GPS entries from the specified identity (does not use network traffic).

Returns

List

The GPS entry list.

Parameters

Summary

public void GetGpsList(long identityId, List<IMyGps> list)

Gets the GPS entries from the specified identity (does not use network traffic).

Parameters