Interface GPSCoordinates.Builder

  • Method Details

    • latitude

      GPSCoordinates.Builder latitude(Double latitude)

      The latitude coordinate of the location.

      Parameters:
      latitude - The latitude coordinate of the location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • longitude

      GPSCoordinates.Builder longitude(Double longitude)

      The longitude coordinate of the location.

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