VisioMove Essential (Android)  1.27.6

◆ setExcludedAttributes()

void setExcludedAttributes ( List< String >  attributes)

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

Parameters
attributesAn array of attribute names to be excluded. If null or empty, then any previously excluded attributes will be removed.
Note
The set excluded attributes will be used in addition to the accessible excluded attributes if the user chooses an accessible route.
Example
List<String> lAttributes = Arrays.asList("UserProfile1", "UserProfile2");
mMapView.setExcludedAttributes(lModalities);
Version
1.6
© 2022 Copyright Visioglobe, All Rights Reserved. View our Privacy Policy