geohash property

String geohash
inherited

Implementation

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