solveServiceArea method

Future<ServiceAreaResult> solveServiceArea(
  1. ServiceAreaParameters serviceAreaParameters
)

Solve a service area passing in a parameters object.

Executes the ServiceAreaParameters defined for this ServiceAreaTask and returns a ServiceAreaResult containing the results.

Parameters:

  • serviceAreaParameters — The service area parameters.

Return Value: A Future that returns a ServiceAreaResult type.