contact property

String? contact
getter/setter pair

String contact; is declaring a property named contact of type String in the Poi class. This property will hold the contact information of a Point of Interest (POI) object.

Implementation

String? contact;