hash property

String hash

return hash of GeoFirePoint

Implementation

String get hash {
  return _util.encode(latitude, longitude, 9);
}