注: 以下の翻訳の正確性は検証されていません。AIPを利用して英語版の原文から機械的に翻訳されたものです。
サポートされている環境: Batch, Streaming
GeoPoint を指定された精度の base32 エンコードされた Geohash に変換します。Geohash に関する詳細は、こちらをご覧ください。
式のカテゴリー: ジオスペーシャル
出力タイプ: Geohash
引数の値:
point| point | 出力 |
|---|---|
| { latitude: -20.0, longitude: 80.0, } | mu2yh |
| { latitude: -77.0599, longitude: 38.9031, } | hf79t |
| null | null |
引数の値:
pointprecision| point | precision | 出力 |
|---|---|---|
| { latitude: -20.0, longitude: 80.0, } | 5 | mu2yh |
| { latitude: -77.0599, longitude: 38.9031, } | 3 | hf7 |
| { latitude: -82.77450568, longitude: -179.55742495, } | 12 | 0123456789zb |
| { latitude: 1.0, longitude: -1.0, } | 12 | ebpm9npc6m9b |
| { latitude: 1.0, longitude: -1.0, } | null | null |