getLocationName method

String getLocationName()

@return Returns the location name.

Implementation

String getLocationName() {
  return _locationName;
}