Interface GetSpritesRequest.Builder

    • Method Detail

      • fileName

        GetSpritesRequest.Builder fileName​(String fileName)

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

        Example: sprites.png

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

        Example: sprites.png

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

        GetSpritesRequest.Builder style​(String style)

        Style specifies the desired map style for the Sprites APIs.

        Parameters:
        style - Style specifies the desired map style for the Sprites APIs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapStyle, MapStyle
      • style

        GetSpritesRequest.Builder style​(MapStyle style)

        Style specifies the desired map style for the Sprites APIs.

        Parameters:
        style - Style specifies the desired map style for the Sprites APIs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MapStyle, MapStyle
      • colorScheme

        GetSpritesRequest.Builder colorScheme​(String 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorScheme, ColorScheme
      • colorScheme

        GetSpritesRequest.Builder colorScheme​(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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ColorScheme, ColorScheme
      • variant

        GetSpritesRequest.Builder variant​(String 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Variant, Variant
      • variant

        GetSpritesRequest.Builder variant​(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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Variant, Variant