ZoneDetail
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the delivery zone. | [default to null] |
| name | String | Name of the delivery zone. | [default to null] |
| contains_point | Boolean | Whether the zone contains the search point. | [default to null] |
| distance_to_center_km | Double | Distance from search point to zone center in kilometers. | [optional] [default to null] |
| bearing_degrees | Double | Bearing from search point to zone center in degrees. | [optional] [default to null] |
| geometry_stats | GeometryStats | Statistical information about the zone geometry. | [optional] [default to null] |
| simplified_geometry | List | Simplified geometry points of the zone boundary. | [optional] [default to null] |