precision method

  1. @override
int precision(
  1. String geohash
)

Returns the precision of geohash.

Implementation

@override
int precision(String geohash) => geohash.length;