public static final class LocationsManager.DeleteLocationOptions extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_LOCATIONS
Max size restriction for the delete location operation.
|
| Constructor and Description |
|---|
DeleteLocationOptions(List<SavedLocation> locations)
Initializes a new instance of
DeleteLocationOptions. |
DeleteLocationOptions(SavedLocation... locations)
Initializes a new instance of
DeleteLocationOptions. |
public static final int MAX_LOCATIONS
public DeleteLocationOptions(SavedLocation... locations)
DeleteLocationOptions.locations - locations to delete.LocationsManager.LocationsManagerException - Thrown when
locations is null or empty.locations specified exceeds LocationsManager.DeleteLocationOptions.MAX_LOCATIONSlocations is invalid.public DeleteLocationOptions(List<SavedLocation> locations)
DeleteLocationOptions.locations - locations to delete.LocationsManager.LocationsManagerException - Thrown when
locations is null or empty.locations specified exceeds LocationsManager.DeleteLocationOptions.MAX_LOCATIONSlocations is invalid.Copyright © 2013-2016 INRIX, Inc. All Rights Reserved.