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