NotesGPS (LotusScript)
Provides access to user location for supported platforms. Currently supported for HCL Nomad beginning with Release 1.0.4.
Containment
Contained by NotesSession
Properties
Methods
Syntax
set gps = NotesSession.CreateGPS()
Example
Dim session As New NotesSession
Dim gps As NotesGPS
Set gps = session.CreateGPS()