places property

List<GeoPlace> places

The list of places which currently belong to this data source. This list is a clone of the internal list and thus changing it has no effect on the data source. Gets the list of places which currently belongs to this data source. The returned list is a clone of the internal list and thus changing it has no effect on the data source.

Implementation

List<GeoPlace> get places;