MatrixRoutingParams(origins: MutableList<LatLng!>!, destinations: MutableList<LatLng!>!)
Creates an instance of MatrixRoutingParamsBuilder with given origins and destinations lists.
origins
- MutableList<LatLng!>!: A list of origin locations used to calculate matrix routes.
destinations
- MutableList<LatLng!>!: A list of destination locations used to calculate matrix routes.