The Qwiic GPS uses the Titan X1 GPS module with special I2C firmware. This library talks to the GPS module over I2C. For Arduino we recommend using the TinyGPS++ library in addition to this library.
This GPS module is special because it can use an I2C interface to communicate. This library handles the pulling in of data over I2C. We recommend a parsing engine such as TinyGPS.