Mappedin JS - v6.14.0
    Preparing search index...

    Type Alias Environment

    Represents the environment state configuration.

    const mapData = getMapData({
    key: '',
    secret: '',
    environment: 'eu'
    })
    type Environment = {
        analyticsBaseUri: string;
        baseAuthUri: string;
        baseUri: string;
        tileServerUri: string;
    }
    Index

    Properties

    analyticsBaseUri: string

    The base URI for analytics.

    baseAuthUri: string

    The base URI for authentication.

    baseUri: string

    The base URI for the API.

    tileServerUri: string

    The URI for the tile server.