Interface Location

All Known Implementing Classes:
LocationImpl

public interface Location

Location interface.

Since:
1.0.16
Author:
Logicommerce
See Also:
  • Method Details

    • getCountry

      String getCountry()

      Get country of the location.

      Returns:
      a String object
      Since:
      1.0.16
    • getLocationId

      Integer getLocationId()

      Get locationId of the location internal identifier value.

      Returns:
      a Integer object
      Since:
      1.0.16
    • getLatitude

      Double getLatitude()

      Get latitude value of the location.

      Returns:
      a Double object
      Since:
      1.0.16
    • getLongitude

      Double getLongitude()

      Get longitude value of the location.

      Returns:
      a Double object
      Since:
      1.0.16
    • getStateCode

      String getStateCode()

      Get ISO code of the location level 1.

      Returns:
      a String object
      Since:
      1.1.9
    • getName

      String getName()

      Get name of the location level 1.

      Returns:
      a String object
      Since:
      1.3.5