Position

typealias Position = DoubleArray

Position is an alias on a DoubleArray that represents the coordinates in degrees for longitude (index = 0), latitude (index = 1) and altitude (meters). The altitude is not a mandatory information. The position can be 2 length array or a 3 length array (with altitude)