NotesGPS (LotusScript)

Provides access to user location for supported platforms. Supported for HCL Nomad on iOS and Android V1.0.4 and higher. Supported for HCL Nomad for web browsers V1.0.3 and higher.

Containment

Contained by NotesSession

Properties

TimeoutSec property

HighAccuracy property

Methods

GetCurrentPosition method

RequestAccess method

Syntax

set gps = NotesSession.CreateGPS()

Example

Dim session As New NotesSession 
    Dim gps As NotesGPS 
    Set gps =  session.CreateGPS()