geohash property

String get geohash

Implementation

String get geohash => _geohash ??=
    Geohash.encode(location, codeLength: ClusterManager.precision);