fake-geolocation
    Preparing search index...

    Interface DelegatedGeolocationResult

    The result of calling createDelegatedGeolocation.

    interface DelegatedGeolocationResult {
        geolocation: Geolocation;
        handle: DelegatedGeolocationHandle;
    }
    Index

    Properties

    Properties

    geolocation: Geolocation

    The delegated Geolocation API.

    A handle for controlling the delegated Geolocation API.