Interface GetStyleDescriptorRequest.Builder

    • Method Detail

      • style

        GetStyleDescriptorRequest.Builder style​(String style)

        Style specifies the desired map style.

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

        GetStyleDescriptorRequest.Builder style​(MapStyle style)

        Style specifies the desired map style.

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

        GetStyleDescriptorRequest.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

        GetStyleDescriptorRequest.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
      • politicalView

        GetStyleDescriptorRequest.Builder politicalView​(String politicalView)

        Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.

        The following political views are currently supported:

        • ARG: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands

        • EGY: Egypt's view on Bir Tawil

        • IND: India's view on Gilgit-Baltistan

        • KEN: Kenya's view on the Ilemi Triangle

        • MAR: Morocco's view on Western Sahara

        • PAK: Pakistan's view on Jammu and Kashmir and the Junagadh Area

        • RUS: Russia's view on Crimea

        • SDN: Sudan's view on the Halaib Triangle

        • SRB: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands

        • SUR: Suriname's view on the Courantyne Headwaters and Lawa Headwaters

        • SYR: Syria's view on the Golan Heights

        • TUR: Turkey's view on Cyprus and Northern Cyprus

        • TZA: Tanzania's view on Lake Malawi

        • URY: Uruguay's view on Rincon de Artigas

        • VNM: Vietnam's view on the Paracel Islands and Spratly Islands

        Parameters:
        politicalView - Specifies the political view using ISO 3166-2 or ISO 3166-3 country code format.

        The following political views are currently supported:

        • ARG: Argentina's view on the Southern Patagonian Ice Field and Tierra Del Fuego, including the Falkland Islands, South Georgia, and South Sandwich Islands

        • EGY: Egypt's view on Bir Tawil

        • IND: India's view on Gilgit-Baltistan

        • KEN: Kenya's view on the Ilemi Triangle

        • MAR: Morocco's view on Western Sahara

        • PAK: Pakistan's view on Jammu and Kashmir and the Junagadh Area

        • RUS: Russia's view on Crimea

        • SDN: Sudan's view on the Halaib Triangle

        • SRB: Serbia's view on Kosovo, Vukovar, and Sarengrad Islands

        • SUR: Suriname's view on the Courantyne Headwaters and Lawa Headwaters

        • SYR: Syria's view on the Golan Heights

        • TUR: Turkey's view on Cyprus and Northern Cyprus

        • TZA: Tanzania's view on Lake Malawi

        • URY: Uruguay's view on Rincon de Artigas

        • VNM: Vietnam's view on the Paracel Islands and Spratly Islands

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

        GetStyleDescriptorRequest.Builder key​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.