solve Service Area
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
service Area Parameters
The service area parameters.