name property

String name
getter/setter pair

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

Implementation

String name;