locationDescription property

String locationDescription
getter/setter pair

String locationDescription; is declaring a property named locationDescription of type String in the Location class. This property will be used to store the description of a location.

Implementation

String locationDescription;