precision constant

int const precision

Precision of the geohash

Implementation

static const precision = kIsWeb ? 12 : 20;