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