locationid property
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;
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.
String locationid;