Interface LocationGenerator


  • public interface LocationGenerator
    The interface LocationGenerator for generate location data.
    • Method Detail

      • newAddressComment

        java.lang.String newAddressComment()
        New address comment.
        Returns:
        the string
      • newCity

        java.lang.String newCity()
        New city.
        Returns:
        the string
      • newCountry

        java.lang.String newCountry()
        New country.
        Returns:
        the string
      • newLatitude

        java.lang.String newLatitude()
        New latitude.
        Returns:
        the string
      • newLongitude

        java.lang.String newLongitude()
        New longitude.
        Returns:
        the string
      • newState

        java.lang.String newState()
        New state.
        Returns:
        the string
      • newStreetName

        java.lang.String newStreetName()
        New street name.
        Returns:
        the string
      • newStreetNumber

        java.lang.String newStreetNumber()
        New street number.
        Returns:
        the string
      • newZipCode

        java.lang.String newZipCode()
        New zip code.
        Returns:
        the string