Interface GeospatialMapStyle.Builder

  • Method Details

    • baseMapStyle

      GeospatialMapStyle.Builder baseMapStyle(String baseMapStyle)

      The selected base map style.

      Parameters:
      baseMapStyle - The selected base map style.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • baseMapStyle

      GeospatialMapStyle.Builder baseMapStyle(BaseMapStyleType baseMapStyle)

      The selected base map style.

      Parameters:
      baseMapStyle - The selected base map style.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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:
    • 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: