setExcludedAttributes

fun setExcludedAttributes(attributes: List<String>)

Sets the attributes that will be excluded from the routing network when a route is computed.

Notes

The set excluded attributes will be used in addition to the accessible excluded attributes if the user chooses an accessible route.

Since

1.6

List<String> lAttributes  = Arrays.asList("UserProfile1", "UserProfile2");
mMapController.setExcludedAttributes(lModalities);

Parameters

attributes

An array of attribute names to be excluded. If null or empty, then any previously excluded attributes will be removed.