Closes the connection to the GPS Intermediate Driver.
It is important to close the connection when it is no longer required to allow the driver to
turn off the GPS device if it is not used by other applications.
Syntax: Close
Example:
Sub Form1_Close
gps.Close
End Sub