menu
fast_geohash package
documentation
fast_geohash_str.dart
GeohashString
precision method
precision method
dark_mode
light_mode
precision
method
@
override
int
precision
(
String
geohash
)
Returns the precision of
geohash
.
Implementation
@override int precision(String geohash) => geohash.length;
fast_geohash package
documentation
fast_geohash_str
GeohashString
precision method
GeohashString class