- All Known Implementing Classes:
LocationImpl
public interface Location
Location interface.
- Since:
- 1.0.16
- Author:
- Logicommerce
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGet country of the location.Get latitude value of the location.Get locationId of the location internal identifier value.Get longitude value of the location.getName()Get name of the location level 1.Get ISO code of the location level 1.
-
Method Details
-
getCountry
String getCountry()Get country of the location.
- Returns:
- a
Stringobject - Since:
- 1.0.16
-
getLocationId
Integer getLocationId()Get locationId of the location internal identifier value.
- Returns:
- a
Integerobject - Since:
- 1.0.16
-
getLatitude
Double getLatitude()Get latitude value of the location.
- Returns:
- a
Doubleobject - Since:
- 1.0.16
-
getLongitude
Double getLongitude()Get longitude value of the location.
- Returns:
- a
Doubleobject - Since:
- 1.0.16
-
getStateCode
String getStateCode()Get ISO code of the location level 1.
- Returns:
- a
Stringobject - Since:
- 1.1.9
-
getName
String getName()Get name of the location level 1.
- Returns:
- a
Stringobject - Since:
- 1.3.5
-