Interface GeospatialMapStyle.Builder

    • Method Detail

      • backgroundColor

        GeospatialMapStyle.Builder backgroundColor​(String backgroundColor)

        The background color and opacity values for a map.

        Parameters:
        backgroundColor - The background color and opacity values for a map.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • baseMapVisibility

        GeospatialMapStyle.Builder baseMapVisibility​(String baseMapVisibility)

        The state of visibility for the base map.

        Parameters:
        baseMapVisibility - The state of visibility for the base map.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility
      • baseMapVisibility

        GeospatialMapStyle.Builder baseMapVisibility​(Visibility baseMapVisibility)

        The state of visibility for the base map.

        Parameters:
        baseMapVisibility - The state of visibility for the base map.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Visibility, Visibility