Class GetStaticMapResponse

    • Method Detail

      • blob

        public final SdkBytes blob()

        The blob represents a map image as a jpeg for the GetStaticMap API.

        Returns:
        The blob represents a map image as a jpeg for the GetStaticMap API.
      • contentType

        public final String contentType()

        Header that represents the format of the response. The response returns the following as the HTTP body.

        Returns:
        Header that represents the format of the response. The response returns the following as the HTTP body.
      • cacheControl

        public final String cacheControl()

        Header that instructs caching configuration for the client.

        Returns:
        Header that instructs caching configuration for the client.
      • eTag

        public final String eTag()

        The static map's Etag.

        Returns:
        The static map's Etag.
      • pricingBucket

        public final String pricingBucket()

        The pricing bucket for which the request is charged at.

        Returns:
        The pricing bucket for which the request is charged at.
      • 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