Interface LatLonAware.Builder

    • Method Detail

      • from

        LatLonAware.Builder from​(LatLonAware latLonAware)
        Sets latitude and longitude from the given object.
        Parameters:
        latLonAware - the latitude and longitude aware object
        Returns:
        the builder
      • latitude

        LatLonAware.Builder latitude​(double latitude)
        Sets latitude.
        Parameters:
        latitude - the latitude
        Returns:
        the builder
      • longitude

        LatLonAware.Builder longitude​(double longitude)
        Sets longitude.
        Parameters:
        longitude - the longitude
        Returns:
        the builder
      • build

        LatLonAware build()
        Build latitude and longitude aware.
        Returns:
        the lat lon aware