Interface GeospatialCoordinateBounds.Builder

    • Method Detail

      • north

        GeospatialCoordinateBounds.Builder north​(Double north)

        The latitude of the north bound of the geospatial coordinate bounds.

        Parameters:
        north - The latitude of the north bound of the geospatial coordinate bounds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • south

        GeospatialCoordinateBounds.Builder south​(Double south)

        The latitude of the south bound of the geospatial coordinate bounds.

        Parameters:
        south - The latitude of the south bound of the geospatial coordinate bounds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • west

        GeospatialCoordinateBounds.Builder west​(Double west)

        The longitude of the west bound of the geospatial coordinate bounds.

        Parameters:
        west - The longitude of the west bound of the geospatial coordinate bounds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • east

        GeospatialCoordinateBounds.Builder east​(Double east)

        The longitude of the east bound of the geospatial coordinate bounds.

        Parameters:
        east - The longitude of the east bound of the geospatial coordinate bounds.
        Returns:
        Returns a reference to this object so that method calls can be chained together.