Class GetTileRequest

    • Method Detail

      • tileset

        public final String tileset()

        Specifies the desired tile set.

        Valid Values: raster.satellite | vector.basemap

        Returns:
        Specifies the desired tile set.

        Valid Values: raster.satellite | vector.basemap

      • z

        public final String z()

        The zoom value for the map tile.

        Returns:
        The zoom value for the map tile.
      • x

        public final String x()

        The X axis value for the map tile. Must be between 0 and 19.

        Returns:
        The X axis value for the map tile. Must be between 0 and 19.
      • y

        public final String y()

        The Y axis value for the map tile.

        Returns:
        The Y axis value for the map tile.
      • key

        public final String key()

        Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a request.

        Returns:
        Optional: The API key to be used for authorization. Either an API key or valid SigV4 signature must be provided when making a 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