locationid property

String locationid
getter/setter pair

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

Implementation

String locationid;