GeoAnalysisRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| latitude | Double | Latitude coordinate for the analysis center point. | [default to null] |
| longitude | Double | Longitude coordinate for the analysis center point. | [default to null] |
| radius_km | Double | Search radius in kilometers. | [optional] [default to null] |
| analysis_type | String | Type of analysis to perform. | [default to null] |
| include_geometry | Boolean | Whether to include geometry data in the response. | [optional] [default to null] |
| include_spatial_relationships | Boolean | Whether to include spatial relationship analysis. | [optional] [default to null] |
| simplification_tolerance | Double | Tolerance value for geometry simplification. | [optional] [default to null] |