Interface GetMapSpritesRequest.Builder

    • Method Detail

      • mapName

        GetMapSpritesRequest.Builder mapName​(String mapName)

        The map resource associated with the sprite file.

        Parameters:
        mapName - The map resource associated with the sprite file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • fileName

        GetMapSpritesRequest.Builder fileName​(String fileName)

        The name of the sprite file. Use the following file names for the sprite sheet:

        • sprites.png

        • sprites@2x.png for high pixel density displays

        For the JSON document containing image offsets. Use the following file names:

        • sprites.json

        • sprites@2x.json for high pixel density displays

        Parameters:
        fileName - The name of the sprite file. Use the following file names for the sprite sheet:

        • sprites.png

        • sprites@2x.png for high pixel density displays

        For the JSON document containing image offsets. Use the following file names:

        • sprites.json

        • sprites@2x.json for high pixel density displays

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • key

        GetMapSpritesRequest.Builder key​(String key)

        The optional API key to authorize the request.

        Parameters:
        key - The optional API key to authorize the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.