countrycode property

String? countrycode
getter/setter pair

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

Implementation

String? countrycode;