Class GetSpritesRequest

    • Method Detail

      • fileName

        public final String fileName()

        Sprites API: The name of the sprite file to retrieve, following pattern sprites(@2x)?\.(png|json).

        Example: sprites.png

        Returns:
        Sprites API: The name of the sprite file to retrieve, following pattern sprites(@2x)?\.(png|json).

        Example: sprites.png

      • style

        public final MapStyle style()

        Style specifies the desired map style for the Sprites APIs.

        If the service returns an enum value that is not available in the current SDK version, style will return MapStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from styleAsString().

        Returns:
        Style specifies the desired map style for the Sprites APIs.
        See Also:
        MapStyle
      • styleAsString

        public final String styleAsString()

        Style specifies the desired map style for the Sprites APIs.

        If the service returns an enum value that is not available in the current SDK version, style will return MapStyle.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from styleAsString().

        Returns:
        Style specifies the desired map style for the Sprites APIs.
        See Also:
        MapStyle
      • colorScheme

        public final ColorScheme colorScheme()

        Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.

        Example: Light

        Default value: Light

        Valid values for ColorScheme are case sensitive.

        If the service returns an enum value that is not available in the current SDK version, colorScheme will return ColorScheme.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from colorSchemeAsString().

        Returns:
        Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.

        Example: Light

        Default value: Light

        Valid values for ColorScheme are case sensitive.

        See Also:
        ColorScheme
      • colorSchemeAsString

        public final String colorSchemeAsString()

        Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.

        Example: Light

        Default value: Light

        Valid values for ColorScheme are case sensitive.

        If the service returns an enum value that is not available in the current SDK version, colorScheme will return ColorScheme.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from colorSchemeAsString().

        Returns:
        Sets color tone for map such as dark and light for specific map styles. It applies to only vector map styles such as Standard and Monochrome.

        Example: Light

        Default value: Light

        Valid values for ColorScheme are case sensitive.

        See Also:
        ColorScheme
      • variant

        public final Variant variant()

        Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

        Example: Default

        Valid values for Variant are case sensitive.

        If the service returns an enum value that is not available in the current SDK version, variant will return Variant.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from variantAsString().

        Returns:
        Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

        Example: Default

        Valid values for Variant are case sensitive.

        See Also:
        Variant
      • variantAsString

        public final String variantAsString()

        Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

        Example: Default

        Valid values for Variant are case sensitive.

        If the service returns an enum value that is not available in the current SDK version, variant will return Variant.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from variantAsString().

        Returns:
        Optimizes map styles for specific use case or industry. You can choose allowed variant only with Standard map style.

        Example: Default

        Valid values for Variant are case sensitive.

        See Also:
        Variant
      • 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