Coord GetStartPosition(Atlas atlas) { return((Coord)Atlas.EnumerateMarkers(atlas.Charts) .First(marker => marker.Filter("_start")) .GlobalPositon); }