Skip to main content

MapBoxApiClient

Api to access MapBox functionality.

Implemented by

Index

Methods

getAccessToken

  • Gets a MapBox access token for the specified hostname. The token can then be used in direct calls to the MapBox REST API. See MapBox documentation on how to use the token.


    Parameters

    • optionalhostname: string

      The hostname to get the access token for. If not specified, window.location.hostname is used.

    Returns Promise<MapBoxAccessTokenResponse>

    A MapBox access token or a failure response. Use isFailure to check if the response is a failure.