@openhps/core
    Preparing search index...

    Interface LBSOptions

    interface LBSOptions {
        dataService?: Constructor<DataObject>;
        pullNode?: string;
    }
    Index
    dataService?: Constructor<DataObject>

    Dataservice to fetch stored data objects

    pullNode?: string

    Node to pull for pull-based position updates

    internalOutput