- Categories:
H3_ CELL_ TO_ CHILDREN¶
Returns an array of the INTEGER IDs of the children of an H3 cell for a given resolution.
- See also:
语法
实参
cell_idAn INTEGER that represents the H3 cell ID (index (https://h3geo.org/docs/core-library/h3Indexing)).
target_resolutionAn INTEGER between 0 and 15 (inclusive) specifying the H3 resolution (https://h3geo.org/docs/core-library/restable) that you want to use for the returned H3 cells.
指定其他任何 INTEGER 值都会导致错误。
返回
按照指定的目标分辨率,返回 H3 单元格子级 IDs 的 INTEGER 值的数组。
示例
The following example returns an array of the IDs of the children of the H3 cell with the ID 613036919424548863: