neighbors property

Map<String, String> neighbors

Returns a Map<String, String> containing the Direction as the key and the value being the geohash of the neighboring geohash in that direction.

Implementation

Map<String, String> get neighbors => _neighbors;