public static final class TripManager.UpdateLearnedTripsOptions extends Object
LearnedTrips.| Constructor and Description |
|---|
UpdateLearnedTripsOptions(List<LearnedTrip> trips,
boolean hidden)
Initializes a new instance of
TripManager.UpdateLearnedTripsOptions. |
public UpdateLearnedTripsOptions(List<LearnedTrip> trips, boolean hidden)
TripManager.UpdateLearnedTripsOptions.trips - A List of LearnedTrips to update.hidden - true to hide the LearnedTrips, flase to un-hide.TripManager.TripManagerException - when the trips parameter is empty or null.public void setHidden(boolean hidden)
hidden - true to hide the LearnedTrips, flase to un-hide.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.