Interface GetMapTileResponse.Builder

  • Method Details

    • blob

      Contains Mapbox Vector Tile (MVT) data.

      Parameters:
      blob - Contains Mapbox Vector Tile (MVT) data.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      GetMapTileResponse.Builder contentType(String contentType)

      The map tile's content type. For example, application/vnd.mapbox-vector-tile.

      Parameters:
      contentType - The map tile's content type. For example, application/vnd.mapbox-vector-tile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • cacheControl

      GetMapTileResponse.Builder cacheControl(String cacheControl)

      The HTTP Cache-Control directive for the value.

      Parameters:
      cacheControl - The HTTP Cache-Control directive for the value.
      Returns:
      Returns a reference to this object so that method calls can be chained together.