1,376
edits
| Line 938: | Line 938: | ||
** '''stars()''' return vector of strings with STAR IDs. | ** '''stars()''' return vector of strings with STAR IDs. | ||
** '''getApproachList()''' return vector of string with approaches. | ** '''getApproachList()''' return vector of string with approaches. | ||
** '''parking''' return vector of hashes, each hash with <code>lat</code>, <code>lon</code>, <code>elevation</code>, <code>name</code> fields. | ** '''parking()''' return vector of hashes, each hash with <code>lat</code>, <code>lon</code>, <code>elevation</code>, <code>name</code> fields. | ||
** '''getSid()''' return SID as ghost, e.g. <code>var sid = airport.getSid("SA1A");</code>. | ** '''getSid()''' return SID as ghost, e.g. <code>var sid = airport.getSid("SA1A");</code>. | ||
** '''getStar()''' return STAR as ghost, e.g. <code>var star = airport.getStar("KEILA1");</code>. | ** '''getStar()''' return STAR as ghost, e.g. <code>var star = airport.getStar("KEILA1");</code>. | ||
edits