fake-geolocation
    Preparing search index...

    Interface CreateAPIsParameters

    Parameters for creating paired fake W3C Permissions and Geolocation APIs.

    createAPIs to create paired fake W3C Permissions and Geolocation APIs.

    interface CreateAPIsParameters {
        locationServicesParams?: LocationServicesParameters;
        permissionStoreParams?: PermissionStoreParameters;
        userParams?: Omit<UserParameters, "locationServices" | "permissionStore">;
    }

    Hierarchy (View Summary)

    Index

    Properties

    locationServicesParams?: LocationServicesParameters

    Optional parameters to use when creating the location services.

    undefined

    permissionStoreParams?: PermissionStoreParameters

    Optional parameters to use when creating the permission store.

    undefined

    userParams?: Omit<UserParameters, "locationServices" | "permissionStore">

    Optional parameters to use when creating the user.

    undefined