Class GetMapSpritesRequest

    • Method Detail

      • mapName

        public final String mapName()

        The map resource associated with the sprite file.

        Returns:
        The map resource associated with the sprite file.
      • fileName

        public final 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

        Returns:
        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

      • key

        public final String key()

        The optional API key to authorize the request.

        Returns:
        The optional API key to authorize the request.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object