v.25.1Backward Incompatible Changes
h3ToGeo() Function Changes Result Order to (lat, lon)
Functionh3ToGeo()now returns the results in the order(lat, lon)(which is the standard order for geometric functions). Users who wish to retain the legacy result order(lon, lat)can set settingh3togeo_lon_lat_result_order = true. #74719 (Manish Gill).