Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

介绍文档错误 #1

Closed
sunmingyang opened this issue Jul 26, 2014 · 0 comments
Closed

介绍文档错误 #1

sunmingyang opened this issue Jul 26, 2014 · 0 comments

Comments

@sunmingyang
Copy link

/**

  • $precision //精密度
  • 返回 数组,array("width"=>12.0, "height"=>12.0)
  • 表示矩形的宽和高
    */
    geohash_dimension($hash);

应该是
/**

  • $precision //精密度
  • 返回 数组,array("width"=>12.0, "height"=>12.0)
  • 表示矩形的宽和高
    */
    geohash_dimension($precision);

另外能不能说明一下这个返回的宽跟高,单位是什么啊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants