geolocations property

List<Geolocation> get geolocations

All of the Geolocation objects on the network that the user's device has permission to access.

This list is unmodifiable.

Implementation

List<Geolocation> get geolocations => List.unmodifiable(_geolocations);