Type Alias Environment

Environment: {
    analyticsBaseUri: string;
    baseAuthUri: string;
    baseUri: string;
    tileServerUri: string;
}

Represents the environment state configuration.

Type declaration

  • 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.

const mapData = getMapData({
key: '',
secret: '',
environment: 'eu'
})