Interface Coordinates.Builder

  • Method Details

    • latitude

      Coordinates.Builder latitude(String latitude)

      Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).

      Parameters:
      latitude - Specifies a coordinate of the north–south position of a geographic point on the surface of the Earth (-90 - 90).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • longitude

      Coordinates.Builder longitude(String longitude)

      Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).

      Parameters:
      longitude - Specifies a coordinate of the east–west position of a geographic point on the surface of the Earth (-180 - 180).
      Returns:
      Returns a reference to this object so that method calls can be chained together.