solveServiceArea

suspend fun solveServiceArea(serviceAreaParameters: ServiceAreaParameters): Result<ServiceAreaResult>

Solve a service area passing in a parameters object. Executes the ServiceAreaParameters defined for this ServiceAreaTask and returns a ServiceAreaResult containing the results.

Return

A Result containing the ServiceAreaResult defined by the parameters.

Since

200.1.0

Parameters

serviceAreaParameters

The service area parameters.