Beispiel #1
0
 public void BitsOverlengthTest()
 {
     Assert.Throws <NotSupportedException>(() => GeoHash.EncodeWithBitPrecision(120, 30, GeoHash.MaxBitLength + 1));
 }