geohash property

String geohash

Implementation

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