v.25.1Backward Incompatible Changes

h3ToGeo() Function Changes Result Order to (lat, lon)

Function h3ToGeo() 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 setting h3togeo_lon_lat_result_order = true. #74719 (Manish Gill).