VendorGeoDetail
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the vendor. | [default to null] |
| name | String | Name of the vendor. | [default to null] |
| latitude | Double | Latitude coordinate of vendor location. | [optional] [default to null] |
| longitude | Double | Longitude coordinate of vendor location. | [optional] [default to null] |
| distance_km | Double | Distance from search point in kilometers. | [optional] [default to null] |
| bearing_degrees | Double | Bearing from search point in degrees. | [optional] [default to null] |
| delivery_zones | List | Names of delivery zones serving this vendor. | [default to null] |
| service_area_stats | GeometryStats | Statistical information about vendor service area. | [optional] [default to null] |